diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/galileo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index bead2fc64e..d745f4eb89 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -50,4 +50,11 @@ #undef CONFIG_VIDEO #undef CONFIG_CFB_CONSOLE +/* SD/MMC support */ +#define CONFIG_MMC +#define CONFIG_SDHCI +#define CONFIG_GENERIC_MMC +#define CONFIG_MMC_SDMA +#define CONFIG_CMD_MMC + #endif /* __CONFIG_H */ |