mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e2abab698f
Gose board has three SDHI port. This adds GPIO configuration and initialization function of SDHI, and enables MMC command. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6 lines
99 B
Text
6 lines
99 B
Text
CONFIG_ARM=y
|
|
CONFIG_RMOBILE=y
|
|
CONFIG_TARGET_GOSE=y
|
|
CONFIG_DM=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_SH_SDHI=y
|