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/seco/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/seco/Kconfig') 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" -- cgit v1.2.1