X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fnds32%2FKconfig;h=4fcd01dfff35764fa46db6576dab129bf3f1a8c1;hb=a73058740df230daddce7e1956d1051b5171783d;hp=98b02826297b851b1e9768d5a306ea0413083e11;hpb=a26cd04920dc069fd6e91abb785426cf6c29f45f;p=oweals%2Fu-boot.git diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig index 98b0282629..4fcd01dfff 100644 --- a/arch/nds32/Kconfig +++ b/arch/nds32/Kconfig @@ -8,19 +8,11 @@ choice prompt "Target select" optional -config TARGET_ADP_AG101 - bool "Support adp-ag101" - 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