summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-12 14:46:23 -0500
committerTom Rini <trini@konsulko.com>2015-05-12 18:10:02 -0400
commita26cd04920dc069fd6e91abb785426cf6c29f45f (patch)
tree43d34ae947d1e242326aa5f18b83db1431b9bcd7 /board
parent698a12bef9e782dcd99c555a739c16eec8669f14 (diff)
downloadtalos-obmc-uboot-a26cd04920dc069fd6e91abb785426cf6c29f45f.tar.gz
talos-obmc-uboot-a26cd04920dc069fd6e91abb785426cf6c29f45f.zip
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 <joe.hershberger@ni.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/amcc/canyonlands/Kconfig1
-rw-r--r--board/coreboot/Kconfig1
-rw-r--r--board/dbau1x00/Kconfig1
-rw-r--r--board/google/Kconfig1
-rw-r--r--board/intel/Kconfig1
-rw-r--r--board/micronas/vct/Kconfig1
-rw-r--r--board/seco/Kconfig2
-rw-r--r--board/sunxi/Kconfig1
8 files changed, 9 insertions, 0 deletions
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)"
OpenPOWER on IntegriCloud