zephyr/boards/x86/qemu_x86/Kconfig.board
Kumar Gala 37f911375a Kconfig: dts: Move HAS_DTS to arch level
Remove either duplicate settings between arch & board, or just set
HAS_DTS at the arch level since all the boards for a given arch support
DTS now.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-11-06 18:35:39 -05:00

8 lines
140 B
Plaintext

config BOARD_QEMU_X86
bool "QEMU x86"
depends on SOC_IA32
select QEMU_TARGET
select HAS_DTS_ETHERNET
select CPU_HAS_FPU if !X86_IAMCU