diff options
author | Jan Engelhardt <jengelh@gmx.de> | 2007-05-09 00:30:32 +0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-09 00:41:55 +0400 |
commit | 790864dcc2b3fe65355dd84ef8481e54b1bc61b6 (patch) | |
tree | 0b544fde6b0ecab144df3ecb9b584bbb6522465c /drivers/mmc/core | |
parent | 055b8224140e7a7515bf8113ce675d58abffedf1 (diff) | |
download | linux-790864dcc2b3fe65355dd84ef8481e54b1bc61b6.tar.xz |
mmc: Use menuconfig objects
Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core')
-rw-r--r-- | drivers/mmc/core/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/Kconfig b/drivers/mmc/core/Kconfig index 94222b9a15ea..ab37a6d9d32a 100644 --- a/drivers/mmc/core/Kconfig +++ b/drivers/mmc/core/Kconfig @@ -4,7 +4,6 @@ config MMC_UNSAFE_RESUME bool "Allow unsafe resume (DANGEROUS)" - depends on MMC != n help If you say Y here, the MMC layer will assume that all cards stayed in their respective slots during the suspend. The |