X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fnds32%2FKconfig;h=4fcd01dfff35764fa46db6576dab129bf3f1a8c1;hb=094f67a6c5e0650138058880d6aca57bd3211f10;hp=743a8fe73678f7ce93b0b2962ec49cdc419c530d;hpb=e82abaeb7f2a0833fccf90460c48b9f2100258f8;p=u-boot diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig index 743a8fe736..4fcd01dfff 100644 --- a/arch/nds32/Kconfig +++ b/arch/nds32/Kconfig @@ -2,25 +2,17 @@ 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" - endchoice -source "board/AndesTech/adp-ag101/Kconfig" source "board/AndesTech/adp-ag101p/Kconfig" -source "board/AndesTech/adp-ag102/Kconfig" endmenu