diff options
author | Lee Jones | 2014-02-26 14:47:21 +0000 |
---|---|---|
committer | Tejun Heo | 2014-03-14 09:20:59 -0400 |
commit | 76884cb2f7da5282019bf5c90e8f804429150742 (patch) | |
tree | 251fb0c34e2630d021e07c23bcc48672095e78c5 /drivers/ata/Kconfig | |
parent | e853a4e01ffd0962a197f61e792178b458ae4763 (diff) |
ahci: st: Add support for ST's SATA IP
Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 2e6a6f790327..46258ead19aa 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -97,6 +97,15 @@ config SATA_AHCI_PLATFORM If unsure, say N. +config SATA_AHCI_ST + tristate "ST SATA support" + depends on SATA_AHCI_PLATFORM + select GENERIC_PHY + help + This option enables support for ST SATA controller. + + If unsure, say N. + config AHCI_IMX tristate "Freescale i.MX AHCI SATA support" depends on SATA_AHCI_PLATFORM && MFD_SYSCON |