From 66fd3d1ce732d9168d6a056986231ada8dfa500e Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 May 2003 11:30:09 +0000 Subject: Add support for CompactFlash on ATC board (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers) --- include/pcmcia.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pcmcia.h') diff --git a/include/pcmcia.h b/include/pcmcia.h index 16653f35a1..1609632be1 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -62,6 +62,8 @@ # define CONFIG_PCMCIA_SLOT_B #elif defined(CONFIG_R360MPI) /* The R360MPI use SLOT_B */ # define CONFIG_PCMCIA_SLOT_B +#elif defined(CONFIG_ATC) /* The ATC use SLOT_A */ +# define CONFIG_PCMCIA_SLOT_A #else # error "PCMCIA Slot not configured" #endif -- cgit v1.2.1