From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.kundenserver.de ([212.227.126.130]:61526 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932137AbcGAOaj (ORCPT ); Fri, 1 Jul 2016 10:30:39 -0400 From: Arnd Bergmann To: Hans Verkuil Cc: Linux Media Mailing List Subject: Re: [PATCH] cec: fix Kconfig dependency problems Date: Fri, 01 Jul 2016 16:33:25 +0200 Message-ID: <3882543.dQK5dR5cca@wuerfel> In-Reply-To: <619887af-e879-d4ec-5697-50ee101eaf51@xs4all.nl> References: <619887af-e879-d4ec-5697-50ee101eaf51@xs4all.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: 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 is done for the media controller code). > - Add a note to staging that this should be changed once the cec framework > is moved out of staging. > > Signed-off-by: Hans Verkuil > Reported-by: Arnd Bergmann > I see no further build failures with this and my "[media] cec: add missing inline stubs" patch applied. ARnd