From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
Hans Verkuil <hverkuil-cisco@xs4all.nl>
Subject: Re: [PATCH 1/3] media: cec: don't select PCI & DMI
Date: Fri, 17 Apr 2020 09:34:24 +0200 [thread overview]
Message-ID: <20200417093424.71ae0559@coco.lan> (raw)
In-Reply-To: <CAMuHMdV1DdmrtexvMqEn3SBjgyG8eYbbgLsYV-862mKLt08qdw@mail.gmail.com>
Em Fri, 17 Apr 2020 09:30:51 +0200
Geert Uytterhoeven <geert@linux-m68k.org> escreveu:
> Hi Mauro,
>
> On Fri, Apr 17, 2020 at 9:08 AM Mauro Carvalho Chehab
> <mchehab+huawei@kernel.org> wrote:
> > While select would be a great idea for most archs, this
> > causes a breakage with s390:
> >
> > "I don't think that's a good idea, as it suddenly enables selecting all PCI
> > drivers on platforms that do not have PCI.
> >
> > WARNING: unmet direct dependencies detected for PCI
> > Depends on [n]: HAVE_PCI [=n]
> > Selected by [m]:
> > - CEC_SECO [=m] && MEDIA_CEC_SUPPORT [=y] && (X86 || IA64 || COMPILE_TEST [=y])
> >
> > Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
>
> Thanks for your patch!
>
> Fixes: 4be5e8648b0c287a ("media: move CEC platform drivers to a
> separate directory")
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Btw, I almost solved it on a different way, keeping the select and making
it depends on HAVE_PCI.
I ended by opting to do this change in order to try to avoid more
Kconfig noise (and because "select PCI" is not popular those days).
Thanks,
Mauro
next prev parent reply other threads:[~2020-04-17 7:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-17 7:07 [PATCH 1/3] media: cec: don't select PCI & DMI Mauro Carvalho Chehab
2020-04-17 7:07 ` [PATCH 2/3] media: mc/Kconfig: remove staging dependency for request API Mauro Carvalho Chehab
2020-04-17 7:07 ` [PATCH 3/3] media: cec/usb: depends on USB_SUPPORT and TTY Mauro Carvalho Chehab
2020-04-17 7:30 ` [PATCH 1/3] media: cec: don't select PCI & DMI Geert Uytterhoeven
2020-04-17 7:34 ` Mauro Carvalho Chehab [this message]
2020-04-17 7:52 ` Geert Uytterhoeven
2020-04-17 11:10 ` Mauro Carvalho Chehab
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=20200417093424.71ae0559@coco.lan \
--to=mchehab+huawei@kernel.org \
--cc=geert@linux-m68k.org \
--cc=hverkuil-cisco@xs4all.nl \
--cc=linux-media@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.