From: Mauro Carvalho Chehab Date: Thu, 7 May 2020 14:19:59 +0000 (-0400) Subject: media: atomisp: disable the dummy PM driver is atomisp driver is built X-Git-Tag: v5.8-rc1~162^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ab709827c08619c7b2401ea7e0769a9b70846fe;p=thirdparty%2Flinux.git media: atomisp: disable the dummy PM driver is atomisp driver is built As the atomisp driver should already be handling the ISP PCI ID, there's no sense on keeping the dummy driver enabled in tis case. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 0ad7ad8cf8e17..c257072a7c35b 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -741,6 +741,7 @@ config THINKPAD_ACPI_HOTKEY_POLL config INTEL_ATOMISP2_PM tristate "Intel AtomISP2 dummy / power-management driver" depends on PCI && IOSF_MBI && PM + depends on !INTEL_ATOMISP help Power-management driver for Intel's Image Signal Processor found on Bay Trail and Cherry Trail devices. This dummy driver's sole purpose