mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
configs: sheevaplug: enable driver-model based MMC
The non-dm MMC driver has been converted to the driver model. The sheevaplug was using the non-dm driver and this commit enables the new driver. Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com> Reviewed-by: Stefan Roese <sr@denx.de> CC: Prafulla Wadaskar <prafulla@marvell.com> CC: Stefan Roese <sr@denx.de> CC: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c689ae044b
commit
b5293df17a
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ CONFIG_ENV_IS_IN_NAND=y
|
|||
CONFIG_NETCONSOLE=y
|
||||
CONFIG_DM=y
|
||||
CONFIG_MVSATA_IDE=y
|
||||
CONFIG_DM_MMC=y
|
||||
CONFIG_MVEBU_MMC=y
|
||||
CONFIG_MTD=y
|
||||
CONFIG_MTD_RAW_NAND=y
|
||||
CONFIG_MVGBE=y
|
||||
|
|
Loading…
Reference in a new issue