diff options
| author | Rick Chen <[email protected]> | 2018-03-20 15:10:49 +0800 |
|---|---|---|
| committer | Andes <[email protected]> | 2018-03-30 13:13:45 +0800 |
| commit | 095c9f35d5a04ed0907624479f702f6fce7591bb (patch) | |
| tree | c772904ddb4aca3c4f5d9cb2a758635d8a783628 /drivers | |
| parent | 88a0b7694ffb69b1d1ff55d5f75a26722a86748a (diff) | |
mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to Kconfig
Convert CONFIG_FTSDC010_SDIO to Kconfig.
So CONFIG_FTSDC010_SDIO can also be
removed from config_whitelist.txt.
Signed-off-by: Rick Chen <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
Cc: Greentime Hu <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 5f67e336dba..ff987ed8036 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -535,6 +535,13 @@ config FTSDC010 help This SD/MMC controller is present in Andestech SoCs which is based on Faraday IP. +config FTSDC010_SDIO + bool "Support ftsdc010 sdio" + default n + depends on FTSDC010 + help + This can enable ftsdc010 sdio function. + endif config TEGRA124_MMC_DISABLE_EXT_LOOPBACK |
