lkml.org 
[lkml]   [2018]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL for 4.4 08/35] cpufreq: Add Loongson machine dependencies
    Date
    From: James Hogan <jhogan@kernel.org>

    [ Upstream commit 0d307935fefa6389eb726c6362351c162c949101 ]

    The MIPS loongson cpufreq drivers don't build unless configured for the
    correct machine type, due to dependency on machine specific architecture
    headers and symbols in machine specific platform code.

    More specifically loongson1-cpufreq.c uses RST_CPU_EN and RST_CPU,
    neither of which is defined in asm/mach-loongson32/regs-clk.h unless
    CONFIG_LOONGSON1_LS1B=y, and loongson2_cpufreq.c references
    loongson2_clockmod_table[], which is only defined in
    arch/mips/loongson64/lemote-2f/clock.c, i.e. when
    CONFIG_LEMOTE_MACH2F=y.

    Add these dependencies to Kconfig to avoid randconfig / allyesconfig
    build failures (e.g. when based on BMIPS which also has a cpufreq
    driver).

    Signed-off-by: James Hogan <jhogan@kernel.org>
    Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    drivers/cpufreq/Kconfig | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
    index 659879a56dba..949610360b14 100644
    --- a/drivers/cpufreq/Kconfig
    +++ b/drivers/cpufreq/Kconfig
    @@ -236,6 +236,7 @@ endif
    if MIPS
    config LOONGSON2_CPUFREQ
    tristate "Loongson2 CPUFreq Driver"
    + depends on LEMOTE_MACH2F
    help
    This option adds a CPUFreq driver for loongson processors which
    support software configurable cpu frequency.
    @@ -248,6 +249,7 @@ config LOONGSON2_CPUFREQ

    config LOONGSON1_CPUFREQ
    tristate "Loongson1 CPUFreq Driver"
    + depends on LOONGSON1_LS1B
    help
    This option adds a CPUFreq driver for loongson1 processors which
    support software configurable cpu frequency.
    --
    2.11.0
    \
     
     \ /
      Last update: 2018-01-24 05:31    [W:3.585 / U:0.904 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site