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