Skip to content
Snippets Groups Projects
Commit f91d7ae5 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu
Browse files

pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver

parent 76e49aa7
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,13 @@
#include <pcmcia.h>
#include <asm/io.h>
#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA)
#undef CONFIG_PCMCIA
#if defined(CONFIG_CMD_PCMCIA)
#define CONFIG_PCMCIA
#endif
#if (CONFIG_COMMANDS & CFG_CMD_IDE)
#if defined(CONFIG_CMD_IDE)
#define CONFIG_PCMCIA
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment