mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
GPIO_VX855: eliminate kconfig dependency warning
Fix kconfig dependency warning to satisfy dependencies: warning: (GPIO_VX855 && GPIOLIB) selects MFD_VX855 which has unmet direct dependencies (MFD_SUPPORT && PCI) Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Daniel Drake <dsd@laptop.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6f7ab5246d
commit
32518863b4
@ -118,7 +118,7 @@ config GPIO_SCH
|
|||||||
|
|
||||||
config GPIO_VX855
|
config GPIO_VX855
|
||||||
tristate "VIA VX855/VX875 GPIO"
|
tristate "VIA VX855/VX875 GPIO"
|
||||||
depends on GPIOLIB
|
depends on GPIOLIB && MFD_SUPPORT && PCI
|
||||||
select MFD_CORE
|
select MFD_CORE
|
||||||
select MFD_VX855
|
select MFD_VX855
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user