mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
840aa78782
commit
20e64fa429
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user