diff options
author | Julian Braha <julianbraha@gmail.com> | 2021-02-25 09:06:58 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-11 11:59:43 +0100 |
commit | 24df8b74c8b2fb42c49ffe8585562da0c96446ff (patch) | |
tree | 27b172fa0f11a8ac41410bab8fbca90a62575485 /arch/ia64 | |
parent | c3bf67e80532829b886795a743c86f89b18e51d3 (diff) | |
download | linux-24df8b74c8b2fb42c49ffe8585562da0c96446ff.tar.gz linux-24df8b74c8b2fb42c49ffe8585562da0c96446ff.tar.bz2 linux-24df8b74c8b2fb42c49ffe8585562da0c96446ff.zip |
media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIB
When STA2X11_VIP is enabled, and GPIOLIB is disabled,
Kbuild gives the following warning:
WARNING: unmet direct dependencies detected for VIDEO_ADV7180
Depends on [n]: MEDIA_SUPPORT [=y] && GPIOLIB [=n] && VIDEO_V4L2 [=y] && I2C [=y]
Selected by [y]:
- STA2X11_VIP [=y] && MEDIA_SUPPORT [=y] && MEDIA_PCI_SUPPORT [=y] && MEDIA_CAMERA_SUPPORT [=y] && PCI [=y] && VIDEO_V4L2 [=y] && VIRT_TO_BUS [=y] && I2C [=y] && (STA2X11 [=n] || COMPILE_TEST [=y]) && MEDIA_SUBDRV_AUTOSELECT [=y]
This is because STA2X11_VIP selects VIDEO_ADV7180
without selecting or depending on GPIOLIB,
despite VIDEO_ADV7180 depending on GPIOLIB.
Signed-off-by: Julian Braha <julianbraha@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'arch/ia64')
0 files changed, 0 insertions, 0 deletions