From a26cd04920dc069fd6e91abb785426cf6c29f45f Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 12 May 2015 14:46:23 -0500 Subject: arch: Make board selection choices optional By making the board selections optional, every defconfig will include the board selection when running savedefconfig so if a new board is added to the top of the list of choices the former top's defconfig will still be correct. Signed-off-by: Joe Hershberger Cc: Masahiro Yamada Acked-by: Stephen Warren Cc: Tom Rini --- board/amcc/canyonlands/Kconfig | 1 + board/coreboot/Kconfig | 1 + board/dbau1x00/Kconfig | 1 + board/google/Kconfig | 1 + board/intel/Kconfig | 1 + board/micronas/vct/Kconfig | 1 + board/seco/Kconfig | 2 ++ board/sunxi/Kconfig | 1 + 8 files changed, 9 insertions(+) (limited to 'board') diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index ef66ad4909..a655dbc31f 100644 --- a/board/amcc/canyonlands/Kconfig +++ b/board/amcc/canyonlands/Kconfig @@ -11,6 +11,7 @@ config SYS_CONFIG_NAME choice BOARD_TYPE prompt "Select which board to build for" + optional config CANYONLANDS bool "Glacier" diff --git a/board/coreboot/Kconfig b/board/coreboot/Kconfig index dc9b70f65d..ede60654cd 100644 --- a/board/coreboot/Kconfig +++ b/board/coreboot/Kconfig @@ -8,6 +8,7 @@ if VENDOR_COREBOOT choice prompt "Mainboard model" + optional config TARGET_COREBOOT bool "coreboot" diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig index 1286e4509f..b813adb840 100644 --- a/board/dbau1x00/Kconfig +++ b/board/dbau1x00/Kconfig @@ -13,6 +13,7 @@ menu "dbau1x00 board options" choice prompt "Select au1x00 SoC type" + optional config DBAU1100 bool "Select AU1100" diff --git a/board/google/Kconfig b/board/google/Kconfig index 302f68e75e..e9559c9080 100644 --- a/board/google/Kconfig +++ b/board/google/Kconfig @@ -8,6 +8,7 @@ if VENDOR_GOOGLE choice prompt "Mainboard model" + optional config TARGET_CHROMEBOOK_LINK bool "Chromebook link" diff --git a/board/intel/Kconfig b/board/intel/Kconfig index 7fe21b983a..3d9ecf0693 100644 --- a/board/intel/Kconfig +++ b/board/intel/Kconfig @@ -8,6 +8,7 @@ if VENDOR_INTEL choice prompt "Mainboard model" + optional config TARGET_CROWNBAY bool "Crown Bay" diff --git a/board/micronas/vct/Kconfig b/board/micronas/vct/Kconfig index 288a1aeb70..c518079efa 100644 --- a/board/micronas/vct/Kconfig +++ b/board/micronas/vct/Kconfig @@ -13,6 +13,7 @@ menu "vct board options" choice prompt "Board variant" + optional config VCT_PLATINUM bool "Enable VCT_PLATINUM" diff --git a/board/seco/Kconfig b/board/seco/Kconfig index dcb1ac81e0..af1669733f 100644 --- a/board/seco/Kconfig +++ b/board/seco/Kconfig @@ -2,6 +2,7 @@ if TARGET_SECOMX6 choice prompt "SECO i.MX6 Board variant" + optional config SECOMX6_Q7 bool "Q7" @@ -16,6 +17,7 @@ endchoice choice prompt "SECO i.MX6 SoC variant" + optional config SECOMX6Q bool "i.MX6Q" diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index a60d0288fb..c60c81d8c5 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -18,6 +18,7 @@ config SUNXI_GEN_SUN6I choice prompt "Sunxi SoC Variant" + optional config MACH_SUN4I bool "sun4i (Allwinner A10)" -- cgit v1.2.3