Commit 8fb71ef9 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Masahiro Yamada
Browse files

pcmcia: allow PCMCIA support independent of the architecture



There is nothing architecture specific in the PCMCIA core, so allow
building it everywhere.  The actual host controllers will depend on ISA,
PCI or a specific SOC.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Acked-by: default avatarPaul Burton <paul.burton@mips.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 20f1b79d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -669,8 +669,6 @@ config HZ

source "drivers/eisa/Kconfig"

source "drivers/pcmcia/Kconfig"

config SRM_ENV
	tristate "SRM environment through procfs"
	depends on PROC_FS
+0 −2
Original line number Diff line number Diff line
@@ -1240,8 +1240,6 @@ config PCI_HOST_ITE8152
	default y
	select DMABOUNCE

source "drivers/pcmcia/Kconfig"

endmenu

menu "Kernel Features"
+0 −10
Original line number Diff line number Diff line
@@ -542,16 +542,6 @@ endif

endmenu

if !IA64_HP_SIM

menu "Bus options (PCI, PCMCIA)"

source "drivers/pcmcia/Kconfig"

endmenu

endif

source "arch/ia64/hp/sim/Kconfig"

config MSPEC
+0 −2
Original line number Diff line number Diff line
@@ -68,6 +68,4 @@ if !MMU
config ISA_DMA_API
        def_bool !M5272

source "drivers/pcmcia/Kconfig"

endif
+0 −2
Original line number Diff line number Diff line
@@ -3107,8 +3107,6 @@ config ZONE_DMA
config ZONE_DMA32
	bool

source "drivers/pcmcia/Kconfig"

config HAS_RAPIDIO
	bool
	default n
Loading