diff options
author | Suneel Garapati <suneel.garapati@xilinx.com> | 2015-06-09 14:23:50 +0530 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-06-10 11:15:17 +0900 |
commit | a73ed35052ca85ff627cf9646760b2a7d69ec5c8 (patch) | |
tree | 1c1934e4090f29e3e54a2cafba28295caf195ddb /drivers/ata/Kconfig | |
parent | 03a740fb682c5ae9bf49ebad284986e9afc63958 (diff) | |
download | linux-stable-a73ed35052ca85ff627cf9646760b2a7d69ec5c8.tar.gz linux-stable-a73ed35052ca85ff627cf9646760b2a7d69ec5c8.tar.bz2 linux-stable-a73ed35052ca85ff627cf9646760b2a7d69ec5c8.zip |
drivers: ata: add support for Ceva sata host controller
Adds support for Ceva sata host controller on Xilinx
Zynq UltraScale+ MPSoC.
Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
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 e881503fd4c6..a987d6f86f6e 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -133,6 +133,15 @@ config AHCI_IMX If unsure, say N. +config AHCI_CEVA + tristate "CEVA AHCI SATA support" + depends on OF + help + This option enables support for the CEVA AHCI SATA. + It can be found on the Xilinx Zynq UltraScale+ MPSoC. + + If unsure, say N. + config AHCI_MVEBU tristate "Marvell EBU AHCI SATA support" depends on ARCH_MVEBU |