lkml.org 
[lkml]   [2019]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH 1/4] arm64: Kconfig: Fix XGENE driver dependencies
    Date
    Quoting Amit Kucheria (2019-09-11 15:18:45)
    > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
    > index 801fa1cd0321..9b2790d3f18a 100644
    > --- a/drivers/clk/Kconfig
    > +++ b/drivers/clk/Kconfig
    > @@ -225,7 +225,7 @@ config CLK_QORIQ
    >
    > config COMMON_CLK_XGENE
    > bool "Clock driver for APM XGene SoC"
    > - default ARCH_XGENE
    > + depends on ARCH_XGENE
    > depends on ARM64 || COMPILE_TEST

    Is ARCH_XGENE supported outside of ARM64? I'd expect to see something
    more like depends on ARCH_XGENE || COMPILE_TEST and default ARCH_XGENE
    so that if the config is supported it becomes the default. Or at least
    depends on ARCH_XGENE && ARM64 || COMPILE_TEST

    > ---help---
    > Sypport for the APM X-Gene SoC reference, PLL, and device clocks.

    \
     
     \ /
      Last update: 2019-09-12 03:05    [W:4.086 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site