Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754202AbbBTKYY (ORCPT ); Fri, 20 Feb 2015 05:24:24 -0500 Received: from cantor2.suse.de ([195.135.220.15]:48114 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753618AbbBTKYW (ORCPT ); Fri, 20 Feb 2015 05:24:22 -0500 Message-ID: <54E70B52.9040708@suse.cz> Date: Fri, 20 Feb 2015 11:24:18 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Arnd Bergmann CC: linux-arm-kernel@lists.infradead.org, Antti Palosaari , Peter Senna Tschudin , Mauro Carvalho Chehab , Trent Piepho , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, "Yann E. MORIN" , linux-media@vger.kernel.org Subject: Re: [PATCH] [media] [kbuild] Add and use IS_REACHABLE macro References: <6116702.rrbrOqQ26P@wuerfel> <14254005.QkaJhTuY5H@wuerfel> <54E5FBEA.1000005@suse.cz> <5822078.VORY4BTfEj@wuerfel> In-Reply-To: <5822078.VORY4BTfEj@wuerfel> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1266 Lines: 35 On 2015-02-20 10:29, Arnd Bergmann wrote: > On Thursday 19 February 2015 16:06:18 Michal Marek wrote: >>> We have similar problems in other areas >>> of the kernel. In theory, we could enforce the VIDEO_TUNER driver to >>> be modular here by adding lots of dependencies to it: >>> >>> config VIDEO_TUNER >>> tristate >>> depends on MEDIA_TUNER_TEA5761 || !MEDIA_TUNER_TEA5761 >>> depends on MEDIA_TUNER_TEA5767 || !MEDIA_TUNER_TEA5767 >>> depends on MEDIA_TUNER_MSI001 || !MEDIA_TUNER_MSI001 >> >> Nah, that's even uglier. I suggest to merge your IS_REACHABLE patch. >> > > Ok, can I take this as an ack from your side to merge the > include/linux/kconfig.h part of the patch through the linux-media > tree? Yes. If you want Acked-by: Michal Marek [kconfig] > I thought about splitting up the patch into two, but that would > just make merging it harder because we'd still have the dependency. Agreed, no need to pedantically split patches just for the sake of it. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/