diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-10-14 15:01:43 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-10-23 09:11:21 -0400 |
commit | 9ffca8300abe4bd7260b77b2f82afb01384faabc (patch) | |
tree | 785f9cca22db22d800560353b77a8d2ac95bdd41 /drivers/mmc | |
parent | d34289d80471011a5c71401b3acd13e2737d4738 (diff) |
mmc: fix cb710 kconfig dependency warning
Fix kconfig dependency warning to satisfy dependencies:
warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has
unmet direct dependencies (MISC_DEVICES && PCI)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8de7b9e8fc51..0b7024a4ffc2 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -395,6 +395,7 @@ config MMC_TMIO | |||
395 | config MMC_CB710 | 395 | config MMC_CB710 |
396 | tristate "ENE CB710 MMC/SD Interface support" | 396 | tristate "ENE CB710 MMC/SD Interface support" |
397 | depends on PCI | 397 | depends on PCI |
398 | select MISC_DEVICES | ||
398 | select CB710_CORE | 399 | select CB710_CORE |
399 | help | 400 | help |
400 | This option enables support for MMC/SD part of ENE CB710/720 Flash | 401 | This option enables support for MMC/SD part of ENE CB710/720 Flash |