media: cec: don't select PCI & DMI
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 17 Apr 2020 06:49:06 +0000 (08:49 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 17 Apr 2020 06:49:06 +0000 (08:49 +0200)
commit6af5797c76c11d8c08ae1f5a73c3711fcf89ab6f
tree6c976dc849810649a37e45fb9eb603e75d5937ef
parentdacca5f0fa69f04c2e70aad9847e8250b459971c
media: cec: don't select PCI & DMI

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>
drivers/media/cec/platform/Kconfig