mmc: host: fix typo after MMC_DEBUG move
MMC_DEBUG was moved and one letter got strangely capitalized. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
01f5bbd17a
commit
b4f146f5fa
|
@ -5,7 +5,7 @@
|
|||
comment "MMC/SD/SDIO Host Controller Drivers"
|
||||
|
||||
config MMC_DEBUG
|
||||
bool "MMC host drivers debugginG"
|
||||
bool "MMC host drivers debugging"
|
||||
depends on MMC != n
|
||||
help
|
||||
This is an option for use by developers; most people should
|
||||
|
|
Loading…
Reference in New Issue