aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@gmx.de>2007-05-08 16:30:32 -0400
committerPierre Ossman <drzeus@drzeus.cx>2007-05-08 16:41:55 -0400
commit790864dcc2b3fe65355dd84ef8481e54b1bc61b6 (patch)
tree0b544fde6b0ecab144df3ecb9b584bbb6522465c /drivers/mmc/card/Kconfig
parent055b8224140e7a7515bf8113ce675d58abffedf1 (diff)
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/card/Kconfig')
-rw-r--r--drivers/mmc/card/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig
index 01a9fd376a1f..9320a8c73239 100644
--- a/drivers/mmc/card/Kconfig
+++ b/drivers/mmc/card/Kconfig
@@ -3,11 +3,10 @@
3# 3#
4 4
5comment "MMC/SD Card Drivers" 5comment "MMC/SD Card Drivers"
6 depends MMC
7 6
8config MMC_BLOCK 7config MMC_BLOCK
9 tristate "MMC block device driver" 8 tristate "MMC block device driver"
10 depends on MMC && BLOCK 9 depends on BLOCK
11 default y 10 default y
12 help 11 help
13 Say Y here to enable the MMC block device driver support. 12 Say Y here to enable the MMC block device driver support.