From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] [media] [kbuild] Add and use IS_REACHABLE macro
Date: Fri, 20 Feb 2015 10:29:42 +0100 [thread overview]
Message-ID: <5822078.VORY4BTfEj@wuerfel> (raw)
In-Reply-To: <54E5FBEA.1000005@suse.cz>
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?
I thought about splitting up the patch into two, but that would
just make merging it harder because we'd still have the dependency.
Arnd
next prev parent reply other threads:[~2015-02-20 9:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-18 17:12 [PATCH] [media] [kbuild] Add and use IS_REACHABLE macro Arnd Bergmann
2015-02-19 12:11 ` Michal Marek
2015-02-19 14:53 ` Arnd Bergmann
2015-02-19 15:06 ` Michal Marek
2015-02-20 9:29 ` Arnd Bergmann [this message]
2015-02-20 9:37 ` Mauro Carvalho Chehab
2015-02-20 10:24 ` Michal Marek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5822078.VORY4BTfEj@wuerfel \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox