diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-03-12 12:39:41 +0000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-03-14 09:21:05 -0400 |
commit | 48c54df1305c4287cf8d8a344de6b70b1d56e234 (patch) | |
tree | 33946a7073fce3a2b9d49c10c749d986753a9ca8 /drivers/ata/Kconfig | |
parent | a82370842834875c81b482181af280353aa6be05 (diff) | |
download | linux-48c54df1305c4287cf8d8a344de6b70b1d56e234.tar.bz2 |
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/Kconfig | 1 |
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. |