From 68d3de0e1c7c48f1949f7a25097270c13c0f9c3b Mon Sep 17 00:00:00 2001 From: Vasanth Ananthan Date: Tue, 30 Oct 2012 12:29:33 +0100 Subject: ata: Add SATA PHY utility framework This patch adds SATA PHY utility framework APIs. The framework acts as an interface between the SATA device and the PHY device. The SATA PHY device registers itself with the framework through the APIs provided and the SATA device finds and requests for an appropriate PHY device. Signed-off-by: Vasanth Ananthan --- drivers/ata/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/ata/Kconfig') diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index a5a3ebcbdd2..0c0523a35f8 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -97,6 +97,16 @@ config SATA_AHCI_PLATFORM If unsure, say N. +config SATA_PHY + bool "SATA PHY Framework" + default n + help + This option enables the SATA PHY utility framework APIs. + The framework acts as an interface between the SATA device + and the PHY device. The SATA PHY device registers itself + with the framework through the APIs provided and the SATA + device finds and requests for an appropriate PHY device. + config SATA_FSL tristate "Freescale 3.0Gbps SATA support" depends on FSL_SOC -- cgit v1.2.3