Message ID | 1543220141-13744-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 5cfc879caee810828d90aec808d85560f34f02af |
Headers | show |
Series | pcmcia: remove per-arch PCMCIA config entry | expand |
On Mon, Nov 26, 2018 at 05:15:41PM +0900, Masahiro Yamada wrote: > Now that all architectures include drivers/pcmcia/Kconfig where > the PCMCIA config is defined, the PCMCIA config entries in per-arch > Kconfig files are redundant. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > I will queue this up to my kbuild tree > along with Christoph's clean-up patch set. Thanks a lot, not sure how I missed those. Reviewed-by: Christoph Hellwig <hch@lst.de>
On Mon, Nov 26, 2018 at 05:15:41PM +0900, Masahiro Yamada wrote: > Now that all architectures include drivers/pcmcia/Kconfig where > the PCMCIA config is defined, the PCMCIA config entries in per-arch > Kconfig files are redundant. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > I will queue this up to my kbuild tree > along with Christoph's clean-up patch set. Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Thanks, Dominik
On Mon, Nov 26, 2018 at 6:24 PM Dominik Brodowski <linux@dominikbrodowski.net> wrote: > > On Mon, Nov 26, 2018 at 05:15:41PM +0900, Masahiro Yamada wrote: > > Now that all architectures include drivers/pcmcia/Kconfig where > > the PCMCIA config is defined, the PCMCIA config entries in per-arch > > Kconfig files are redundant. > > > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > > --- > > > > I will queue this up to my kbuild tree > > along with Christoph's clean-up patch set. > > Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> > > Thanks, > Dominik Applied to linux-kbuild. -- Best Regards Masahiro Yamada
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 5173366..b212c59 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -837,9 +837,6 @@ source "kernel/power/Kconfig" endmenu -config PCMCIA - def_bool n - config CCW def_bool y diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 6b99389..a7d09a7 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -34,9 +34,6 @@ config SBUS config PCI bool -config PCMCIA - bool - config TRACE_IRQFLAGS_SUPPORT bool default y
Now that all architectures include drivers/pcmcia/Kconfig where the PCMCIA config is defined, the PCMCIA config entries in per-arch Kconfig files are redundant. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- I will queue this up to my kbuild tree along with Christoph's clean-up patch set. arch/s390/Kconfig | 3 --- arch/um/Kconfig | 3 --- 2 files changed, 6 deletions(-) -- 2.7.4