]> 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 81b0a0158f75eafaca07f828354d0a33ea86d344..d72ff4611307c2cea37c7ca19334aef8a770fe36 100644 (file)
@@ -6,20 +6,17 @@ config SYS_ARCH
 
 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