]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
pcmcia: remove per-arch PCMCIA config entry
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Nov 2018 08:15:41 +0000 (17:15 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Nov 2018 00:39:52 +0000 (09:39 +0900)
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
arch/s390/Kconfig
arch/um/Kconfig

index 22a0c364b31ddde2fe5b7ce69d9acbbd9ecc950b..ab0db50ce0b136cf81d9db795051214f905c2a94 100644 (file)
@@ -828,9 +828,6 @@ source "kernel/power/Kconfig"
 
 endmenu
 
-config PCMCIA
-       def_bool n
-
 config CCW
        def_bool y
 
index de982541a0599789ca363dad6e49367629b11080..a238547671d616672636ee6f9dd72a6a1fb0202e 100644 (file)
@@ -31,9 +31,6 @@ config ISA
 config SBUS
        bool
 
-config PCMCIA
-       bool
-
 config TRACE_IRQFLAGS_SUPPORT
        bool
        default y