diff options
Diffstat (limited to 'include/pcmcia.h')
-rw-r--r-- | include/pcmcia.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/pcmcia.h b/include/pcmcia.h index ce8c8ed..952a67c 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -22,10 +22,8 @@ #if !defined(CONFIG_PCMCIA_SLOT_A) && !defined(CONFIG_PCMCIA_SLOT_B) /* The RPX series use SLOT_B */ -#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE) +#if defined(CONFIG_RPXLITE) # define CONFIG_PCMCIA_SLOT_B -#elif defined(CONFIG_ADS) /* The ADS board uses SLOT_A */ -# define CONFIG_PCMCIA_SLOT_A #elif defined(CONFIG_FADS) /* The FADS series are a mess */ # if defined(CONFIG_MPC86x) || defined(CONFIG_MPC821) # define CONFIG_PCMCIA_SLOT_A |