Kconfig 261 B

12345678910111213
  1. menu "Hardware Drivers Config"
  2. config BSP_USING_PL011
  3. bool "Enable pl011 for uart"
  4. default n
  5. config BSP_USING_SDHCI
  6. bool "Enable sdhci driver"
  7. select RT_USING_SDHCI
  8. default y
  9. rsource sdhci/Kconfig
  10. endmenu