diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-19 09:55:47 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-08-30 14:01:34 +0200 |
commit | 03596b927f83004e84cf131aa45c0ee3dfe31b4b (patch) | |
tree | dcf4de64ac48c236f2cddc94044dfb9a818fc4cc /drivers/mmc/host/Kconfig | |
parent | mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug (diff) | |
download | linux-03596b927f83004e84cf131aa45c0ee3dfe31b4b.tar.xz linux-03596b927f83004e84cf131aa45c0ee3dfe31b4b.zip |
mmc: Kconfig: downgrade CONFIG_MMC_DEBUG for host drivers only
We have removed all code depending on CONFIG_MMC_DEBUG
from mmc core now. So it's safe to make CONFIG_MMC_DEBUG
just for host drivers only and we expect to kill this option
in the future.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 2242633550df..66b174965718 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -4,6 +4,15 @@ comment "MMC/SD/SDIO Host Controller Drivers" +config MMC_DEBUG + bool "MMC host drivers debugginG" + depends on MMC != n + help + This is an option for use by developers; most people should + say N here. This enables MMC host driver debugging. And further + added host drivers please don't invent their private macro for + debugging. + config MMC_ARMMMCI tristate "ARM AMBA Multimedia Card Interface support" depends on ARM_AMBA |