summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2011-01-04 12:39:20 -0500
committerChris Ball <cjb@laptop.org>2011-01-04 13:26:09 -0500
commitb8c4068c78a958d7cc0fa9815396a0e31e3ea518 (patch)
tree333ef663855b38367b3d105fc1ca5ee483d1ea45
parent7ffea2ded3f1c7cb82c90c7e8b86ee88b9363263 (diff)
mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.
Signed-off-by: Chris Ball <cjb@laptop.org> Acked-by: Olof Johansson <olof@lixom.net>
-rw-r--r--drivers/mmc/card/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig
index 57e4416b9ef0..2a876c4099cd 100644
--- a/drivers/mmc/card/Kconfig
+++ b/drivers/mmc/card/Kconfig
@@ -16,6 +16,7 @@ config MMC_BLOCK
config MMC_BLOCK_MINORS
int "Number of minors per block device"
+ depends on MMC_BLOCK
range 4 256
default 8
help