Re: [PATCH 3/4] arm64: Kconfig: Fix VEXPRESS driver dependencies

2019-09-20 Thread Amit Kucheria
On Fri, Sep 13, 2019 at 3:12 AM Sudeep Holla wrote: > > On Thu, Sep 12, 2019 at 03:48:47AM +0530, Amit Kucheria wrote: > > Push various VEXPRESS drivers behind ARCH_VEXPRESS dependency so that it > > doesn't get enabled by default on other platforms. > > > > I couldn't understand the motivation

Re: [PATCH 3/4] arm64: Kconfig: Fix VEXPRESS driver dependencies

2019-09-13 Thread Sudeep Holla
On Thu, Sep 12, 2019 at 03:48:47AM +0530, Amit Kucheria wrote: > Push various VEXPRESS drivers behind ARCH_VEXPRESS dependency so that it > doesn't get enabled by default on other platforms. > I couldn't understand the motivation for these changes from the cover letter. > Signed-off-by: Amit

Re: [PATCH 3/4] arm64: Kconfig: Fix VEXPRESS driver dependencies

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

[PATCH 3/4] arm64: Kconfig: Fix VEXPRESS driver dependencies

2019-09-11 Thread Amit Kucheria
Push various VEXPRESS drivers behind ARCH_VEXPRESS dependency so that it doesn't get enabled by default on other platforms. Signed-off-by: Amit Kucheria --- drivers/bus/Kconfig | 2 +- drivers/clk/versatile/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git