mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
mmc: sh_mmcif: Add Kconfig entry
Add Kconfig entry for SH MMCIF driver. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
48f54a2d74
commit
f3dca4aac6
1 changed files with 6 additions and 0 deletions
|
@ -266,6 +266,12 @@ config SH_SDHI
|
|||
help
|
||||
Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
|
||||
|
||||
config SH_MMCIF
|
||||
bool "SuperH/Renesas ARM SoCs on-chip MMCIF host controller support"
|
||||
depends on ARCH_RMOBILE || SH
|
||||
help
|
||||
Support for the on-chip MMCIF host controller on SuperH/Renesas ARM SoCs platform
|
||||
|
||||
config MMC_UNIPHIER
|
||||
bool "UniPhier SD/MMC Host Controller support"
|
||||
depends on ARCH_UNIPHIER
|
||||
|
|
Loading…
Reference in a new issue