X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fnds32%2FKconfig;h=d72ff4611307c2cea37c7ca19334aef8a770fe36;hb=0da5c2e7798545b63e002b592ec54325c970fa3f;hp=743a8fe73678f7ce93b0b2962ec49cdc419c530d;hpb=e82abaeb7f2a0833fccf90460c48b9f2100258f8;p=u-boot diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig index 743a8fe736..d72ff46113 100644 --- a/arch/nds32/Kconfig +++ b/arch/nds32/Kconfig @@ -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