summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSang-Hun Lee <sanlee@nvidia.com>2011-10-21 13:27:43 -0700
committerSimone Willett <swillett@nvidia.com>2011-10-25 13:21:31 -0700
commit444071aa6713027df86a41de05390bf9f8c94498 (patch)
tree20e6a489f02d976dcc61025c110e5aff9b1f248f
parent370c57d10f266252b5ed3bfb46f4868c70c2f004 (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> Reviewed-on: http://git-master/r/53024 Reviewed-by: Allen Martin <amartin@nvidia.com> (cherry picked from commit 3ea0bc6577c9b8b67d36ef66723012ca6699543a) Bug 870221 Change-Id: I3fcaf64ee3ad402bf6ca54ac0a8080ea613d6d5d Reviewed-on: http://git-master/r/59702 Tested-by: Sang-Hun Lee <sanlee@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Tested-by: Gerrit_Virtual_Submit
-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