zephyr/boards/x86/qemu_x86/Kconfig.defconfig
Anas Nashif a04e18b700 kconfig: fix CPU_HAS_FPU dependencies
Getting warnings from Kconfig after generalising how CPU_HAS_FPU is
configured on the architecture level. 2 Boards were settings this value
in the wrong place.

Fixes #5211.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-11-30 09:59:44 -05:00

12 lines
119 B
Plaintext

if BOARD_QEMU_X86
config BUILD_OUTPUT_BIN
default n
config BOARD
default qemu_x86
endif # BOARD_QEMU_X86