soc: nxp_imx: Configure default sdhc driver at the soc series level
Configures the default sdhc driver for the imx rt soc series so applications don't have to configure it explicitly. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
efa099e1f5
commit
f8cfe453fd
2 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,13 @@ config CLOCK_CONTROL_MCUX_CCM
|
|||
|
||||
endif # CLOCK_CONTROL
|
||||
|
||||
if DISK_ACCESS_SDHC
|
||||
|
||||
config DISK_ACCESS_USDHC
|
||||
default y if (HAS_MCUX_USDHC1 || HAS_MCUX_USDHC2)
|
||||
|
||||
endif # DISK_ACCESS_SDHC
|
||||
|
||||
if DISPLAY
|
||||
|
||||
config DISPLAY_MCUX_ELCDIF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue