]> git.sur5r.net Git - u-boot/blobdiff - arch/nds32/Kconfig
fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
[u-boot] / arch / nds32 / Kconfig
index 743a8fe73678f7ce93b0b2962ec49cdc419c530d..d72ff4611307c2cea37c7ca19334aef8a770fe36 100644 (file)
@@ -2,25 +2,21 @@ menu "NDS32 architecture"
        depends on NDS32
 
 config SYS_ARCH
-       string
        default "nds32"
 
 choice
        prompt "Target select"
-
-config TARGET_ADP_AG101
-       bool "Support adp-ag101"
+       optional
 
 config TARGET_ADP_AG101P
        bool "Support adp-ag101p"
 
-config TARGET_ADP_AG102
-       bool "Support adp-ag102"
+config TARGET_ADP_AE3XX
+       bool "Support adp-ae3xx"
 
 endchoice
 
-source "board/AndesTech/adp-ag101/Kconfig"
 source "board/AndesTech/adp-ag101p/Kconfig"
-source "board/AndesTech/adp-ag102/Kconfig"
+source "board/AndesTech/adp-ae3xx/Kconfig"
 
 endmenu