lkml.org 
[lkml]   [2023]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 resend 3] ahci: qoriq: Add platform dependencies
    Date
    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>
    ---
    v2:
    - Add Acked-by.
    ---
    drivers/ata/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
    index b56fba76b43f48f7..42b51c9812a0ebab 100644
    --- a/drivers/ata/Kconfig
    +++ b/drivers/ata/Kconfig
    @@ -276,6 +276,7 @@ config AHCI_XGENE
    config AHCI_QORIQ
    tristate "Freescale QorIQ AHCI SATA support"
    depends on OF
    + depends on SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
    select SATA_HOST
    help
    This option enables support for the Freescale QorIQ AHCI SoC's
    --
    2.34.1
    \
     
     \ /
      Last update: 2023-03-27 00:50    [W:5.013 / U:0.148 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site