public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcmcia: remove per-arch PCMCIA config entry
@ 2018-11-26  8:15 Masahiro Yamada
  2018-11-26  8:19 ` Christoph Hellwig
  2018-11-26  8:36 ` Dominik Brodowski
  0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2018-11-26  8:15 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Christoph Hellwig, Masahiro Yamada, linux-s390, Heiko Carstens,
	linux-um, linux-kernel, Richard Weinberger, Martin Schwidefsky,
	Jeff Dike

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(-)

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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-01 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-26  8:15 [PATCH] pcmcia: remove per-arch PCMCIA config entry Masahiro Yamada
2018-11-26  8:19 ` Christoph Hellwig
2018-11-26  8:36 ` Dominik Brodowski
2018-12-01 14:55   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox