Kconfig 344 B

1234567891011
  1. config RT_USING_DM
  2. bool "Enable device driver model with device tree"
  3. default n
  4. help
  5. Enable device driver model with device tree (FDT). It will use more memory
  6. to parse and support device tree feature.
  7. config RT_USING_DEV_BUS
  8. bool "Using Device Bus device drivers"
  9. default y if RT_USING_SMART
  10. default n