mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-13 02:19:09 +08:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
|
|
|
|
menu "Hardware Drivers Config"
|
|
config BSP_USING_PL011
|
|
bool "Enable pl011 for uart"
|
|
default n
|
|
|
|
config BSP_USING_SDHCI
|
|
bool "Enable sdhci driver"
|
|
select RT_USING_SDHCI
|
|
default y
|
|
rsource sdhci/Kconfig
|
|
endmenu
|