diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-18 19:52:49 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-29 03:50:15 +0900 |
commit | 4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091 (patch) | |
tree | ec6ddc5763996e66d4246a3d0a10f3739965dfae /arch | |
parent | a111bfbfad21dd83aae5a6d96c620c3666e9b654 (diff) | |
download | u-boot-imx-4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091.zip u-boot-imx-4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091.tar.gz u-boot-imx-4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091.tar.bz2 |
ARM: uniphier: enable UniPhier SD/MMC host driver
Enable the driver in all UniPhier defconfig files and add some
needed defines to the common files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 94bd7ec..37b20ff 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -700,6 +700,7 @@ config ARCH_UNIPHIER select DM_GPIO select DM_SERIAL select DM_I2C + select DM_MMC help Support for UniPhier SoC family developed by Socionext Inc. (formerly, System LSI Business Division of Panasonic Corporation) |