summaryrefslogtreecommitdiff
path: root/include/pcmcia.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia.h')
-rw-r--r--include/pcmcia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia.h b/include/pcmcia.h
index af56e6d1b7..43d4510ed2 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