mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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>
This commit is contained in:
parent
d34289d804
commit
9ffca8300a
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ config MMC_TMIO
|
||||||
config MMC_CB710
|
config MMC_CB710
|
||||||
tristate "ENE CB710 MMC/SD Interface support"
|
tristate "ENE CB710 MMC/SD Interface support"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
select MISC_DEVICES
|
||||||
select CB710_CORE
|
select CB710_CORE
|
||||||
help
|
help
|
||||||
This option enables support for MMC/SD part of ENE CB710/720 Flash
|
This option enables support for MMC/SD part of ENE CB710/720 Flash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue