diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-05-12 19:46:23 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-12 22:10:02 (GMT) |
commit | a26cd04920dc069fd6e91abb785426cf6c29f45f (patch) | |
tree | 43d34ae947d1e242326aa5f18b83db1431b9bcd7 /arch/arm/mach-zynq/Kconfig | |
parent | 698a12bef9e782dcd99c555a739c16eec8669f14 (diff) | |
download | u-boot-a26cd04920dc069fd6e91abb785426cf6c29f45f.tar.xz |
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 'arch/arm/mach-zynq/Kconfig')
-rw-r--r-- | arch/arm/mach-zynq/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index 1046ece..483c3a0 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -2,6 +2,7 @@ if ARCH_ZYNQ choice prompt "Xilinx Zynq board select" + optional config TARGET_ZYNQ_ZED bool "Zynq ZedBoard" |