mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 19:13:30 +08:00
f1832fea24
整理 components/drivers 的 Kconfig
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
config RT_USING_DM
|
|
bool "Enable device driver model with device tree"
|
|
default n
|
|
help
|
|
Enable device driver model with device tree (FDT). It will use more memory
|
|
to parse and support device tree feature.
|
|
|
|
config RT_USING_DEV_BUS
|
|
bool "Using Device Bus device drivers"
|
|
default y if RT_USING_SMART
|
|
default n
|