projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c584179
)
mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.
author
Chris Ball
<cjb@laptop.org>
Tue, 4 Jan 2011 17:39:20 +0000
(12:39 -0500)
committer
Chris Ball
<cjb@laptop.org>
Sun, 9 Jan 2011 04:52:26 +0000
(23:52 -0500)
Signed-off-by: Chris Ball <cjb@laptop.org>
Tested-by: Chris Ball <cjb@laptop.org>
Acked-by: Olof Johansson <olof@lixom.net>
drivers/mmc/card/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/card/Kconfig
b/drivers/mmc/card/Kconfig
index 57e4416b9ef0fec31df7f91fd37b73b418771c0d..2a876c4099cd3d1054e39217424ba85f34772780 100644
(file)
--- 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