lkml.org 
[lkml]   [2019]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.19 47/68] ARM: davinci: fix build failure with allnoconfig
    Date
    From: Sekhar Nori <nsekhar@ti.com>

    [ Upstream commit 2dbed152e2d4c3fe2442284918d14797898b1e8a ]

    allnoconfig build with just ARCH_DAVINCI enabled
    fails because drivers/clk/davinci/* depends on
    REGMAP being enabled.

    Fix it by selecting REGMAP_MMIO when building in
    DaVinci support.

    Signed-off-by: Sekhar Nori <nsekhar@ti.com>
    Reviewed-by: David Lechner <david@lechnology.com>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
    ---
    arch/arm/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
    index cd4c74daf71e..51794c7fa6d5 100644
    --- a/arch/arm/Kconfig
    +++ b/arch/arm/Kconfig
    @@ -612,6 +612,7 @@ config ARCH_DAVINCI
    select HAVE_IDE
    select PM_GENERIC_DOMAINS if PM
    select PM_GENERIC_DOMAINS_OF if PM && OF
    + select REGMAP_MMIO
    select RESET_CONTROLLER
    select USE_OF
    select ZONE_DMA
    --
    2.19.1
    \
     
     \ /
      Last update: 2019-04-22 21:47    [W:4.030 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site