summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2011-01-04 12:39:20 -0500
committerVarun Colbert <vcolbert@nvidia.com>2011-09-19 18:03:42 -0700
commit3ea0bc6577c9b8b67d36ef66723012ca6699543a (patch)
tree63a322fe6735aff7d9820e135e50d3cb02eb748a
parent73120fb44c41088753abfa02dfee2d01b3f887b6 (diff)
mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.
Signed-off-by: Chris Ball <cjb@laptop.org> Tested-by: Chris Ball <cjb@laptop.org> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Andrew Chew <achew@nvidia.com> Change-Id: Ib4331ca6cc6339754dab53f5eea60398fe8a389e Reviewed-on: http://git-master/r/53024 Reviewed-by: Allen Martin <amartin@nvidia.com>
-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 cc9d7e77c254..048a2cc0e712 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