mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
mmc: Add generic Kconfig option
Add a generic Kconfig option for the CONFIG_MMC option that was used before in the configuration headers. Since all the architectures need to be converted to that first, depend on an non-existent config option that will be extended with architectures that use that option. 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>
This commit is contained in:
parent
4adef27013
commit
7a777f6d6f
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
menu "MMC Host controller Support"
|
menu "MMC Host controller Support"
|
||||||
|
|
||||||
|
config MMC
|
||||||
|
bool "Enable MMC support"
|
||||||
|
depends on UNUSED
|
||||||
|
help
|
||||||
|
TODO: Move all architectures to use this option
|
||||||
|
|
||||||
config DM_MMC
|
config DM_MMC
|
||||||
bool "Enable MMC controllers using Driver Model"
|
bool "Enable MMC controllers using Driver Model"
|
||||||
depends on DM
|
depends on DM
|
||||||
|
|
Loading…
Add table
Reference in a new issue