Re: [PATCH 3/4] reset: meson: make it explicitly non-modular

2017-02-08 Thread Neil Armstrong
On 02/08/2017 01:18 AM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > arch/arm/mach-meson/Kconfig:menuconfig ARCH_MESON > arch/arm/mach-meson/Kconfig:bool "Amlogic Meson SoCs" > > arch/arm64/Kconfig.platforms:config ARCH_MESON >

Re: [PATCH 3/4] reset: meson: make it explicitly non-modular

2017-02-08 Thread Neil Armstrong
On 02/08/2017 01:18 AM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > arch/arm/mach-meson/Kconfig:menuconfig ARCH_MESON > arch/arm/mach-meson/Kconfig:bool "Amlogic Meson SoCs" > > arch/arm64/Kconfig.platforms:config ARCH_MESON >

[PATCH 3/4] reset: meson: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: arch/arm/mach-meson/Kconfig:menuconfig ARCH_MESON arch/arm/mach-meson/Kconfig:bool "Amlogic Meson SoCs" arch/arm64/Kconfig.platforms:config ARCH_MESON arch/arm64/Kconfig.platforms: bool "Amlogic Platforms" ...meaning that it

[PATCH 3/4] reset: meson: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: arch/arm/mach-meson/Kconfig:menuconfig ARCH_MESON arch/arm/mach-meson/Kconfig:bool "Amlogic Meson SoCs" arch/arm64/Kconfig.platforms:config ARCH_MESON arch/arm64/Kconfig.platforms: bool "Amlogic Platforms" ...meaning that it