The 16 bit card support test for the apne.c driver needs a whole lot of hairy parser code which is already present in the core PCMCIA code - make use of that instead of duplicating it. Signed-off-by: Michael Schmitz <schmitzmic@xxxxxxxxx> --- arch/m68k/Kconfig.bus | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus index a72e0b6..fa3faec 100644 --- a/arch/m68k/Kconfig.bus +++ b/arch/m68k/Kconfig.bus @@ -31,6 +31,8 @@ config ZORRO config AMIGA_PCMCIA bool "Amiga 1200/600 PCMCIA support" depends on AMIGA + select PCCARD + select PCMCIA help Include support in the kernel for pcmcia on Amiga 1200 and Amiga 600. If you intend to use pcmcia cards say Y; otherwise say N. -- 2.7.4