summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorLee Jones2014-03-12 13:39:41 +0100
committerTejun Heo2014-03-14 14:21:05 +0100
commit48c54df1305c4287cf8d8a344de6b70b1d56e234 (patch)
tree33946a7073fce3a2b9d49c10c749d986753a9ca8 /drivers/ata/Kconfig
parentahci: st: Utilise ata_platform_remove_one() call (diff)
downloadkernel-qcow2-linux-48c54df1305c4287cf8d8a344de6b70b1d56e234.tar.gz
kernel-qcow2-linux-48c54df1305c4287cf8d8a344de6b70b1d56e234.tar.xz
kernel-qcow2-linux-48c54df1305c4287cf8d8a344de6b70b1d56e234.zip
ahci: st: Only build for ST-Micro h/w
This device is designed specifically to run on ST-Microelectronics' hardware. To ensure no attempts are made to run on anything incompatible we add a dependency on ST architecture Suggested-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index d2209e4f2dfe..4c338b27cb89 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -100,6 +100,7 @@ config SATA_AHCI_PLATFORM
config AHCI_ST
tristate "ST AHCI SATA support"
depends on SATA_AHCI_PLATFORM
+ depends on ARCH_STI
help
This option enables support for ST AHCI SATA controller.