diff options
author | Mans Rullgard <mans@mansr.com> | 2016-04-26 12:03:11 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-05-10 12:29:19 -0400 |
commit | 0f48debdb90601ec37cdcb81f796ca120aae60f4 (patch) | |
tree | 7d29cae48fb40ee59a8ceb18c6072564074f14da /drivers/ata/Kconfig | |
parent | 50b433753df69262ed1c098328f692e882a31001 (diff) | |
download | linux-0f48debdb90601ec37cdcb81f796ca120aae60f4.tar.bz2 |
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 config SATA_DWC tristate "DesignWare Cores SATA support" + select GENERIC_PHY help This option enables support for the on-chip SATA controller of the AppliedMicro processor 460EX. |