mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 21:36:01 +00:00
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>
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
|
config BOARD_QEMU_X86
|
|
bool "QEMU x86"
|
|
depends on SOC_IA32
|
|
select QEMU_TARGET
|
|
select HAS_DTS
|
|
select CPU_HAS_FPU if !X86_IAMCU
|