Re: [PATCH 1/4] arm64: Kconfig: Fix XGENE driver dependencies

2019-09-12 Thread Arnd Bergmann
On Thu, Sep 12, 2019 at 12:19 AM Amit Kucheria wrote: > > Push various XGENE drivers behind ARCH_XGENE dependency so that it > doesn't get enabled by default on other platforms. > > Signed-off-by: Amit Kucheria > --- > arch/arm64/Kconfig.platforms | 3 +++ > drivers/clk/Kconfig| 2

Re: [PATCH 1/4] arm64: Kconfig: Fix XGENE driver dependencies

2019-09-11 Thread Stephen Boyd
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

[PATCH 1/4] arm64: Kconfig: Fix XGENE driver dependencies

2019-09-11 Thread Amit Kucheria
Push various XGENE drivers behind ARCH_XGENE dependency so that it doesn't get enabled by default on other platforms. Signed-off-by: Amit Kucheria --- arch/arm64/Kconfig.platforms | 3 +++ drivers/clk/Kconfig| 2 +- drivers/gpio/Kconfig | 1 +