lkml.org 
[lkml]   [2019]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v11 16/27] pwm: jz4740: Drop dependency on MACH_INGENIC, use COMPILE_TEST
    Date
    Depending on MACH_INGENIC prevent us from creating a generic kernel that
    works on more than one MIPS board. Instead, we just depend on MIPS being
    set.

    On other architectures, this driver can still be built, thanks to
    COMPILE_TEST. This is used by automated tools to find bugs, for
    instance.

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    Acked-by: Thierry Reding <thierry.reding@gmail.com>
    Tested-by: Mathieu Malaterre <malat@debian.org>
    Tested-by: Artur Rojek <contact@artur-rojek.eu>
    ---
    drivers/pwm/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
    index a1aba52793ee..e73e744a7a71 100644
    --- a/drivers/pwm/Kconfig
    +++ b/drivers/pwm/Kconfig
    @@ -212,7 +212,7 @@ config PWM_IMX27

    config PWM_JZ4740
    tristate "Ingenic JZ47xx PWM support"
    - depends on MACH_INGENIC
    + depends on MIPS || COMPILE_TEST
    depends on COMMON_CLK
    select INGENIC_TIMER
    help
    --
    2.11.0
    \
     
     \ /
      Last update: 2019-03-28 00:19    [W:2.511 / U:0.260 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site