mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
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>
This commit is contained in:
parent
a823708428
commit
48c54df130
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user