Re: [PATCH 4/5] reset: zynq: make it explicitly non-modular

2016-06-14 Thread Michal Simek
On 13.6.2016 20:03, Paul Gortmaker wrote: > The Makefile/Kconfig currently controlling compilation of this code is: > > drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o > arch/arm/mach:zynq/Kconfig:config ARCH_ZYNQ > arch/arm/mach:zynq/Kconfig: bool "Xilinx Zynq ARM Cortex A9

Re: [PATCH 4/5] reset: zynq: make it explicitly non-modular

2016-06-14 Thread Michal Simek
On 13.6.2016 20:03, Paul Gortmaker wrote: > The Makefile/Kconfig currently controlling compilation of this code is: > > drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o > arch/arm/mach:zynq/Kconfig:config ARCH_ZYNQ > arch/arm/mach:zynq/Kconfig: bool "Xilinx Zynq ARM Cortex A9

Re: [PATCH 4/5] reset: zynq: make it explicitly non-modular

2016-06-13 Thread Moritz Fischer
Hi Paul, On Mon, Jun 13, 2016 at 11:03 AM, Paul Gortmaker wrote: > The Makefile/Kconfig currently controlling compilation of this code is: > > drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o > arch/arm/mach:zynq/Kconfig:config ARCH_ZYNQ >

Re: [PATCH 4/5] reset: zynq: make it explicitly non-modular

2016-06-13 Thread Moritz Fischer
Hi Paul, On Mon, Jun 13, 2016 at 11:03 AM, Paul Gortmaker wrote: > The Makefile/Kconfig currently controlling compilation of this code is: > > drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o > arch/arm/mach:zynq/Kconfig:config ARCH_ZYNQ > arch/arm/mach:zynq/Kconfig: bool

[PATCH 4/5] reset: zynq: make it explicitly non-modular

2016-06-13 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o arch/arm/mach:zynq/Kconfig:config ARCH_ZYNQ arch/arm/mach:zynq/Kconfig: bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7 ...meaning that it

[PATCH 4/5] reset: zynq: make it explicitly non-modular

2016-06-13 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o arch/arm/mach:zynq/Kconfig:config ARCH_ZYNQ arch/arm/mach:zynq/Kconfig: bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7 ...meaning that it