From: Chris Ball Date: Tue, 4 Jan 2011 17:39:20 +0000 (-0500) Subject: mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b37427b0a4e01ab5aaec1c9af7cef616ac4ce6d6;p=deliverable%2Flinux.git mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK. Signed-off-by: Chris Ball Tested-by: Chris Ball Acked-by: Olof Johansson --- 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