summaryrefslogtreecommitdiffstats
path: root/include/configs/atstk1004.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-06-12 19:27:57 +0200
committerWolfgang Denk <wd@denx.de>2008-07-10 00:04:47 +0200
commitd2d54ea449639f3d1a6007e333ab9fcc609a18f0 (patch)
tree55ca71adc46eba5bd6ef491f764e7c72b1345694 /include/configs/atstk1004.h
parent5ce13051a48c62bda9723df3b4778c492fb47f36 (diff)
downloadblackbird-obmc-uboot-d2d54ea449639f3d1a6007e333ab9fcc609a18f0.tar.gz
blackbird-obmc-uboot-d2d54ea449639f3d1a6007e333ab9fcc609a18f0.zip
avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
After we move the atmel_mci driver into drivers/mmc, we can't select it with CONFIG_MMC anymore. Introduce a new symbol specifically for this driver so that there's no ambiguity. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/atstk1004.h')
-rw-r--r--include/configs/atstk1004.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/atstk1004.h b/include/configs/atstk1004.h
index fc9585e84d..07add821a9 100644
--- a/include/configs/atstk1004.h
+++ b/include/configs/atstk1004.h
@@ -136,6 +136,7 @@
#define CONFIG_PIO2 1
#define CFG_HSDRAMC 1
#define CONFIG_MMC 1
+#define CONFIG_ATMEL_MCI 1
#define CFG_DCACHE_LINESZ 32
#define CFG_ICACHE_LINESZ 32
OpenPOWER on IntegriCloud