diff options
author | Mans Rullgard <mans@mansr.com> | 2016-04-26 05:03:11 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-05-10 12:29:19 -0400 |
commit | 0f48debdb90601ec37cdcb81f796ca120aae60f4 (patch) | |
tree | 7d29cae48fb40ee59a8ceb18c6072564074f14da /drivers/ata/Kconfig | |
parent | 50b433753df69262ed1c098328f692e882a31001 (diff) |
ata: sata_dwc_460ex: add phy support
This adds support for powering on an optional PHY when activating the
device.
Tested-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index fec561957e16..3f9bbbf89941 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -305,6 +305,7 @@ config ATA_PIIX | |||
305 | 305 | ||
306 | config SATA_DWC | 306 | config SATA_DWC |
307 | tristate "DesignWare Cores SATA support" | 307 | tristate "DesignWare Cores SATA support" |
308 | select GENERIC_PHY | ||
308 | help | 309 | help |
309 | This option enables support for the on-chip SATA controller of the | 310 | This option enables support for the on-chip SATA controller of the |
310 | AppliedMicro processor 460EX. | 311 | AppliedMicro processor 460EX. |