commit | 9177e51d1434076a91f9bfb693deae8b955d6d57 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun May 28 05:48:37 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Jun 04 15:23:33 2017 -0300 |
tree | c0c4bceeb75daee0eda2df74feecd4586521da3c | |
parent | ca33784ba4949856a94a545c91429aae5c8b658d [diff] |
[media] cec: select CEC_CORE instead of depend on it The CEC framework is used by both drm and media. That makes it tricky to get the dependencies right. This patch moves the CEC_CORE and MEDIA_CEC_NOTIFIER config options out of the media menu and instead drivers that want to use CEC should select CEC_CORE and MEDIA_CEC_NOTIFIER (if needed). Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>