summaryrefslogtreecommitdiffstats
path: root/arch/nds32/Kconfig
diff options
context:
space:
mode:
authorKun-Hua Huang <kunhua@andestech.com>2015-08-24 14:52:36 +0800
committerTom Rini <trini@konsulko.com>2015-08-28 11:46:35 -0400
commitb3537c08e14b9d7e3b3207de2d280dab2dc499fa (patch)
tree8a6365c85b83f9ecc66b29e09de00b8ec6cc0d46 /arch/nds32/Kconfig
parent2e88bb28d8061286d2f1cabcac224df15b941b82 (diff)
downloadtalos-obmc-uboot-b3537c08e14b9d7e3b3207de2d280dab2dc499fa.tar.gz
talos-obmc-uboot-b3537c08e14b9d7e3b3207de2d280dab2dc499fa.zip
NDS32: Generic Board Support and Unsupport
Remove ag101 and ag102 support Signed-off-by: Kun-Hua Huang <kunhua@andestech.com>
Diffstat (limited to 'arch/nds32/Kconfig')
-rw-r--r--arch/nds32/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig
index 98b0282629..4fcd01dfff 100644
--- a/arch/nds32/Kconfig
+++ b/arch/nds32/Kconfig
@@ -8,19 +8,11 @@ choice
prompt "Target select"
optional
-config TARGET_ADP_AG101
- bool "Support adp-ag101"
-
config TARGET_ADP_AG101P
bool "Support adp-ag101p"
-config TARGET_ADP_AG102
- bool "Support adp-ag102"
-
endchoice
-source "board/AndesTech/adp-ag101/Kconfig"
source "board/AndesTech/adp-ag101p/Kconfig"
-source "board/AndesTech/adp-ag102/Kconfig"
endmenu
OpenPOWER on IntegriCloud