zephyr/boards/x86/qemu_x86/Kconfig.defconfig
Kumar Gala 8d35760fec board: organize boards based on architecture
Introduce an architecture sorting of boards.  This is to allow for
easier maintenance going forward as the number of boards grows.  It
will be easier for any scripts to know the board/arch mapping without
having to maintain an explicit list of what boards are associated with
which arch.  We can also do things like have architecture maintainers
cover reviews and branches for arch/${ARCH} and boards/${ARCH} going
forward.

Change-Id: I02e0a30292b31fad58fb5dfab2682ad1c5a7d5a7
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-10-24 19:59:42 +00:00

11 lines
121 B
Plaintext

if BOARD_QEMU_X86
config BOARD
default qemu_x86
config CPU_HAS_FPU
def_bool y if !X86_IAMCU
endif # BOARD_QEMU_X86