From f7d1572bf51619554f278cb543ef0445baa3a1f8 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 18 Dec 2004 22:35:43 +0000 Subject: Add support for UC100 board --- 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 af56e6d1b..43d4510ed 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -66,6 +66,8 @@ # define CONFIG_PCMCIA_SLOT_A #elif defined(CONFIG_NETTA) # define CONFIG_PCMCIA_SLOT_A +#elif defined(CONFIG_UC100) /* The UC100 use SLOT_B */ +# define CONFIG_PCMCIA_SLOT_B #else # error "PCMCIA Slot not configured" #endif -- cgit v1.2.3