Re: [PATCH] cec: fix Kconfig dependency problems

2016-07-01 Thread Arnd Bergmann
On Friday, July 1, 2016 12:37:06 PM CEST Hans Verkuil wrote: > - Use IS_REACHABLE(RC_CORE) instead of IS_ENABLED: if cec is built-in and > RC_CORE is a module, then CEC can't reach the RC symbols. > - Both cec and cec-edid should be bool and use the same build 'mode' as > MEDIA_SUPPORT (just as

Re: [PATCH] cec: fix Kconfig dependency problems

2016-07-01 Thread Arnd Bergmann
On Friday, July 1, 2016 12:37:06 PM CEST Hans Verkuil wrote: > - Use IS_REACHABLE(RC_CORE) instead of IS_ENABLED: if cec is built-in and > RC_CORE is a module, then CEC can't reach the RC symbols. > - Both cec and cec-edid should be bool and use the same build 'mode' as > MEDIA_SUPPORT (just as

[PATCH] cec: fix Kconfig dependency problems

2016-07-01 Thread Hans Verkuil
- Use IS_REACHABLE(RC_CORE) instead of IS_ENABLED: if cec is built-in and RC_CORE is a module, then CEC can't reach the RC symbols. - Both cec and cec-edid should be bool and use the same build 'mode' as MEDIA_SUPPORT (just as is done for the media controller code). - Add a note to staging that