mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 23:50:25 +00:00
[media] cec: add MEDIA_SUPPORT dependency
The MEDIA_CEC_EDID option is guarded by MEDIA_SUPPORT, so selecting it from MEDIA_CEC produces a warning: warning: (MEDIA_CEC) selects MEDIA_CEC_EDID which has unmet direct dependencies (MEDIA_SUPPORT) The warning is harmless, but it's better to add an explicit dependency to shut it up, to reduce the noise during randconfig builds. Fixes: ca684386e6e2 ("[media] cec: add HDMI CEC framework (api)") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
aee8937089
commit
ea8c535e30
@ -1,5 +1,6 @@
|
||||
config MEDIA_CEC
|
||||
tristate "CEC API (EXPERIMENTAL)"
|
||||
depends on MEDIA_SUPPORT
|
||||
select MEDIA_CEC_EDID
|
||||
---help---
|
||||
Enable the CEC API.
|
||||
|
Loading…
x
Reference in New Issue
Block a user