From: Damien Le Moal Date: Tue, 4 Jan 2022 05:48:17 +0000 (+0900) Subject: ata: ahci_brcm: add compile test support X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=641ba1a5e2f88039b0d62524b2eb668680c94ea9;p=uclinux-h8%2Flinux.git ata: ahci_brcm: add compile test support Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_BRCMSTB, BMIPS_GENERIC or ARCH_BCM_XXX. Signed-off-by: Damien Le Moal Reviewed-by: Hannes Reinecke --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index af6bf1b8902a..2ea0dcba45c7 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -146,7 +146,7 @@ config SATA_AHCI_PLATFORM config AHCI_BRCM tristate "Broadcom AHCI SATA support" depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \ - ARCH_BCM_63XX + ARCH_BCM_63XX || COMPILE_TEST select SATA_HOST help This option enables support for the AHCI SATA3 controller found on