Commit e189551b authored by Aaron Lu's avatar Aaron Lu Committed by Jeff Garzik

[libata] Avoid specialized TLA's in ZPODD's Kconfig

ODD is not a common TLA for non-ATA people so they will get confused
by its meaning when they are configuring the kernel. This patch fixed
this problem by using ODD only after stating what it is.
Signed-off-by: default avatarAaron Lu <aaron.lu@intel.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent dfd57364
...@@ -59,15 +59,16 @@ config ATA_ACPI ...@@ -59,15 +59,16 @@ config ATA_ACPI
option libata.noacpi=1 option libata.noacpi=1
config SATA_ZPODD config SATA_ZPODD
bool "SATA Zero Power ODD Support" bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
depends on ATA_ACPI depends on ATA_ACPI
default n default n
help help
This option adds support for SATA ZPODD. It requires both This option adds support for SATA Zero Power Optical Disc
ODD and the platform support, and if enabled, will automatically Drive (ZPODD). It requires both the ODD and the platform
power on/off the ODD when certain condition is satisfied. This support, and if enabled, will automatically power on/off the
does not impact user's experience of the ODD, only power is saved ODD when certain condition is satisfied. This does not impact
when ODD is not in use(i.e. no disc inside). end user's experience of the ODD, only power is saved when
the ODD is not in use (i.e. no disc inside).
If unsure, say N. If unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment