diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-26 11:15:41 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-29 03:39:52 +0300 |
commit | 5cfc879caee810828d90aec808d85560f34f02af (patch) | |
tree | b18762a93134c698be950d36bcd384e9ffe996a1 /arch/um/Kconfig | |
parent | 6630a8e5010517cc7f28788137d5cdae2550f346 (diff) | |
download | linux-5cfc879caee810828d90aec808d85560f34f02af.tar.xz |
pcmcia: remove per-arch PCMCIA config entry
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>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index de982541a059..a238547671d6 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -31,9 +31,6 @@ config ISA config SBUS bool -config PCMCIA - bool - config TRACE_IRQFLAGS_SUPPORT bool default y |