diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-15 22:04:07 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-10-20 22:48:28 +0200 |
commit | 44c798799f667310ce29ce264be5c4bff7a21cf2 (patch) | |
tree | 9c7c539adc49adda3bc0a1a88845c82de93ac08f /drivers/mmc | |
parent | f7d6b3cc1686f2fc6ea4c28590710c89bedd3a55 (diff) | |
download | u-boot-imx-44c798799f667310ce29ce264be5c4bff7a21cf2.zip u-boot-imx-44c798799f667310ce29ce264be5c4bff7a21cf2.tar.gz u-boot-imx-44c798799f667310ce29ce264be5c4bff7a21cf2.tar.bz2 |
sunxi: Use Kconfig CONFIG_MMC
Not all sunxi boards have an MMC embedded. Switching to the Kconfig option
will allow to enable or disable the support in each boards' defconfig.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index d3d7d91..ceae7bc 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -2,7 +2,7 @@ menu "MMC Host controller Support" config MMC bool "Enable MMC support" - depends on UNUSED + depends on ARCH_SUNXI help TODO: Move all architectures to use this option |