mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ahci: qoriq: Add platform dependencies
The Freescale QorIQ AHCI SATA controller is only present on Freescale Layerscape SoCs. Add platform dependencies to the AHCI_QORIQ config symbol, to avoid asking the user about it when configuring a kernel without Layerscape support. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Li Yang <leoyang.li@nxp.com> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
This commit is contained in:
committed by
Damien Le Moal
parent
69e32a7070
commit
71424f059c
@@ -276,6 +276,7 @@ config AHCI_XGENE
|
|||||||
config AHCI_QORIQ
|
config AHCI_QORIQ
|
||||||
tristate "Freescale QorIQ AHCI SATA support"
|
tristate "Freescale QorIQ AHCI SATA support"
|
||||||
depends on OF
|
depends on OF
|
||||||
|
depends on SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
|
||||||
select SATA_HOST
|
select SATA_HOST
|
||||||
help
|
help
|
||||||
This option enables support for the Freescale QorIQ AHCI SoC's
|
This option enables support for the Freescale QorIQ AHCI SoC's
|
||||||
|
Reference in New Issue
Block a user