diff options
author | Chen-Yu Tsai | 2016-05-02 10:28:06 +0800 |
---|---|---|
committer | Hans de Goede | 2016-05-25 17:52:39 +0200 |
commit | 1a5f0de08e86f2f127aaac928fee5ea0f2a9236e (patch) | |
tree | e223e217d6ec4acc2de1c0c89e669dcf0ae50b3a /board | |
parent | fc15b9beed05dec6cc092c265042381a0eadb0e9 (diff) |
sunxi: make SoC variant choice mandatory
The user should always select an SoC variant to support. Not choosing
one doesn't make sense for a bootloader.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index fa7872031b9..95500a1bcdb 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -18,7 +18,6 @@ config SUNXI_GEN_SUN6I choice prompt "Sunxi SoC Variant" - optional config MACH_SUN4I bool "sun4i (Allwinner A10)" |