Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20e64fa4 authored by Aaron Lu's avatar Aaron Lu Committed by Tejun Heo
Browse files

libata: zpodd: should depend on PM_RUNTIME



ZPODD is built on top of runtime PM functionality, it doesn't make sense
to have it in a kernel that doesn't have CONFIG_PM_RUNTIME set.

Signed-off-by: default avatarAaron Lu <aaron.lu@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 840aa787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ config ATA_ACPI

config SATA_ZPODD
	bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
	depends on ATA_ACPI
	depends on ATA_ACPI && PM_RUNTIME
	default n
	help
	  This option adds support for SATA Zero Power Optical Disc