From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754368Ab3CABbi (ORCPT ); Thu, 28 Feb 2013 20:31:38 -0500 Received: from mga01.intel.com ([192.55.52.88]:21574 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754130Ab3CABbf (ORCPT ); Thu, 28 Feb 2013 20:31:35 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,758,1355126400"; d="scan'208";a="293340962" Message-ID: <5130052E.9070403@intel.com> Date: Fri, 01 Mar 2013 09:32:30 +0800 From: Aaron Lu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Jeff Garzik CC: Tejun Heo , Linus Torvalds , "linux-ide@vger.kernel.org" , Jeff Garzik , "Rafael J. Wysocki" , LKML , Linux PM list Subject: [PATCH] [libata] Avoid specialized TLA's in ZPODD's Kconfig References: <1663657.ypAtqGpGAq@vostro.rjw.lan> <1781256.mPQbtiUPYR@vostro.rjw.lan> <2223198.XmyRLgb3Gv@vostro.rjw.lan> <20130226161049.GA9303@kahuna> <20130226163712.GA30433@htj.dyndns.org> <20130226165813.GB30433@htj.dyndns.org> <512CF809.8010102@pobox.com> In-Reply-To: <512CF809.8010102@pobox.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: Aaron Lu --- drivers/ata/Kconfig | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 3e751b7..d7d210e 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -59,15 +59,16 @@ config ATA_ACPI option libata.noacpi=1 config SATA_ZPODD - bool "SATA Zero Power ODD Support" + bool "SATA Zero Power Optical Disc Drive(ZPODD) support" depends on ATA_ACPI default n help - This option adds support for SATA ZPODD. It requires both - ODD and the platform support, and if enabled, will automatically - power on/off the ODD when certain condition is satisfied. This - does not impact user's experience of the ODD, only power is saved - when ODD is not in use(i.e. no disc inside). + This option adds support for SATA Zero Power Optical Disc + Drive(ZPODD). It requires both the ODD and the platform + support, and if enabled, will automatically power on/off the + ODD when certain condition is satisfied. This does not impact + 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. -- 1.8.1.2