You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
344 B
12 lines
344 B
|
5 months ago
|
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
|