Hi Michael, On Sun, Aug 29, 2021 at 5:12 AM Michael Schmitz <schmitzmic@xxxxxxxxx> wrote:
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>
Thanks for your patch!
--- 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"
Can this become tristate?
depends on AMIGA + select PCCARD + select PCMCIA
This is now forcing PCCARD and PCMCIA builtin instead of modular in an allmodconfig kernel.
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.
Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds