sunxi: make SoC variant choice mandatory
authorChen-Yu Tsai <wens@csie.org>
Mon, 2 May 2016 02:28:06 +0000 (10:28 +0800)
committerHans de Goede <hdegoede@redhat.com>
Wed, 25 May 2016 15:52:39 +0000 (17:52 +0200)
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>
board/sunxi/Kconfig

index fa78720..95500a1 100644 (file)
@@ -18,7 +18,6 @@ config SUNXI_GEN_SUN6I
 
 choice
        prompt "Sunxi SoC Variant"
-       optional
 
 config MACH_SUN4I
        bool "sun4i (Allwinner A10)"