mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-23 10:29:17 +08:00
15 lines
318 B
Plaintext
Executable File
15 lines
318 B
Plaintext
Executable File
menuconfig RT_USING_FIRMWARE
|
|
bool "Using Firmware"
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
config RT_FIRMWARE_QEMU_FW_CFG
|
|
bool "QEMU Firmware Configuration"
|
|
depends on RT_USING_FIRMWARE
|
|
default n
|
|
|
|
if RT_USING_FIRMWARE
|
|
rsource "arm_scmi/Kconfig"
|
|
osource "$(SOC_DM_FIRMWARE_DIR)/Kconfig"
|
|
endif
|