Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Damien Le Moal
71424f05 69e32a70

+1
+1
drivers/ata/Kconfig
··· 276 276 config AHCI_QORIQ 277 277 tristate "Freescale QorIQ AHCI SATA support" 278 278 depends on OF 279 + depends on SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST 279 280 select SATA_HOST 280 281 help 281 282 This option enables support for the Freescale QorIQ AHCI SoC's