Add support for UC100 board
diff --git a/include/pcmcia.h b/include/pcmcia.h
index af56e6d..43d4510 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