mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:33:00 +00:00
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>
8 lines
140 B
Plaintext
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
|