diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-26 17:15:41 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-29 09:39:52 +0900 |
commit | 5cfc879caee810828d90aec808d85560f34f02af (patch) | |
tree | b18762a93134c698be950d36bcd384e9ffe996a1 /arch/s390 | |
parent | 6630a8e5010517cc7f28788137d5cdae2550f346 (diff) |
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/s390')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 22a0c364b31d..ab0db50ce0b1 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -828,9 +828,6 @@ source "kernel/power/Kconfig" endmenu -config PCMCIA - def_bool n - config CCW def_bool y |