Skip to content
Snippets Groups Projects
Commit 7a777f6d authored by Maxime Ripard's avatar Maxime Ripard Committed by Hans de Goede
Browse files

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 4adef270
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment