diff options
author | Chris Ball <cjb@laptop.org> | 2011-01-04 20:39:20 +0300 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-09 07:52:26 +0300 |
commit | b37427b0a4e01ab5aaec1c9af7cef616ac4ce6d6 (patch) | |
tree | 325d59cb5bcdd179c4cf35e5bb5e29f2e46f7dfc /drivers/mmc | |
parent | c584179828b268152f5ff82dab529a2c095b09ac (diff) | |
download | linux-b37427b0a4e01ab5aaec1c9af7cef616ac4ce6d6.tar.xz |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/card/Kconfig | 1 |
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 |