media: cec/usb: depends on USB_SUPPORT and TTY
As reported by Randy: WARNING: unmet direct dependencies detected for USB Depends on [n]: USB_SUPPORT [=n] && USB_ARCH_HAS_HCD [=n] Selected by [m]: - USB_RAINSHADOW_CEC [=m] && MEDIA_CEC_SUPPORT [=y] WARNING: unmet direct dependencies detected for USB_ACM Depends on [n]: USB_SUPPORT [=n] && USB [=m] && TTY [=n] Selected by [m]: - USB_RAINSHADOW_CEC [=m] && MEDIA_CEC_SUPPORT [=y] in order to be able to select USB_ACM, we need both USB_SUPPORT and TTY. So, depends on those two. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
e36b68ed27
commit
a735e6b80d
@ -2,5 +2,7 @@
|
||||
#
|
||||
# USB drivers
|
||||
|
||||
if USB_SUPPORT && TTY
|
||||
source "drivers/media/cec/usb/pulse8/Kconfig"
|
||||
source "drivers/media/cec/usb/rainshadow/Kconfig"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user