lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 228/346] watchdog: sirfsoc: Add missing dependency on HAS_IOMEM
    Date
    From: Guenter Roeck <linux@roeck-us.net>

    [ Upstream commit 8ae2511112d2e18bc7d324b77f965d34083a25a2 ]

    If HAS_IOMEM is not defined and SIRFSOC_WATCHDOG is enabled,
    the build fails with the following error.

    drivers/watchdog/sirfsoc_wdt.o: in function `sirfsoc_wdt_probe':
    sirfsoc_wdt.c:(.text+0x112):
    undefined reference to `devm_platform_ioremap_resource'

    Reported-by: Necip Fazil Yildiran <fazilyildiran@gmail.com>
    Fixes: da2a68b3eb47 ("watchdog: Enable COMPILE_TEST where possible")
    Link: https://lore.kernel.org/r/20201108162550.27660-2-linux@roeck-us.net
    Signed-off-by: Guenter Roeck <linux@roeck-us.net>
    Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/watchdog/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
    index 709d4de11f40f..9feeb8e82d500 100644
    --- a/drivers/watchdog/Kconfig
    +++ b/drivers/watchdog/Kconfig
    @@ -651,6 +651,7 @@ config MOXART_WDT

    config SIRFSOC_WATCHDOG
    tristate "SiRFSOC watchdog"
    + depends on HAS_IOMEM
    depends on ARCH_SIRF || COMPILE_TEST
    select WATCHDOG_CORE
    default y
    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 14:32    [W:2.437 / U:0.208 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site