X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fnds32%2FKconfig;h=4fcd01dfff35764fa46db6576dab129bf3f1a8c1;hb=094f67a6c5e0650138058880d6aca57bd3211f10;hp=81b0a0158f75eafaca07f828354d0a33ea86d344;hpb=64f41212d880f3d00c6994d973aadeec5bda1b65;p=u-boot diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig index 81b0a0158f..4fcd01dfff 100644 --- a/arch/nds32/Kconfig +++ b/arch/nds32/Kconfig @@ -6,20 +6,13 @@ 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" - endchoice -source "board/AndesTech/adp-ag101/Kconfig" source "board/AndesTech/adp-ag101p/Kconfig" -source "board/AndesTech/adp-ag102/Kconfig" endmenu