diff options
author | Shawn Lin | 2017-07-19 15:55:47 +0800 |
---|---|---|
committer | Ulf Hansson | 2017-08-30 14:01:34 +0200 |
commit | 03596b927f83004e84cf131aa45c0ee3dfe31b4b (patch) | |
tree | dcf4de64ac48c236f2cddc94044dfb9a818fc4cc /drivers/mmc/Kconfig | |
parent | 69f25f9bb0cd7a59c3f1d0ecb541049c2e5fb0f9 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 7e803fc454d1..ec21388311db 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -12,13 +12,6 @@ menuconfig MMC If you want MMC/SD/SDIO support, you should say Y here and also to your specific host controller driver. -config MMC_DEBUG - bool "MMC debugging" - depends on MMC != n - help - This is an option for use by developers; most people should - say N here. This enables MMC core and driver debugging. - if MMC source "drivers/mmc/core/Kconfig" |