summaryrefslogtreecommitdiff
path: root/board/coreboot
diff options
context:
space:
mode:
authorJoe Hershberger <[email protected]>2015-05-12 14:46:23 -0500
committerTom Rini <[email protected]>2015-05-12 18:10:02 -0400
commita26cd04920dc069fd6e91abb785426cf6c29f45f (patch)
tree43d34ae947d1e242326aa5f18b83db1431b9bcd7 /board/coreboot
parent698a12bef9e782dcd99c555a739c16eec8669f14 (diff)
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 <[email protected]> Cc: Masahiro Yamada <[email protected]> Acked-by: Stephen Warren <[email protected]> Cc: Tom Rini <[email protected]>
Diffstat (limited to 'board/coreboot')
-rw-r--r--board/coreboot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/coreboot/Kconfig b/board/coreboot/Kconfig
index dc9b70f65db..ede60654cdf 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"