diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2014-01-31 04:40:14 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-17 20:36:42 -0500 |
commit | 76f3e2929bb6b476fb02b519ad953e2e29ee7bd5 (patch) | |
tree | a9ff686f785ca430176586bf37849ba5d29b74b0 /arch/powerpc/configs/mpc85xx_smp_defconfig | |
parent | e6a546fd03753ffbd9d2f2883210f8043a8791f7 (diff) |
powerpc/config: Enable memory driver
As Freescale IFC controller has been moved to driver to driver/memory.
So enable memory driver in powerpc config
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_smp_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index 87460083dbc7..b5d1b82a1b43 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig | |||
@@ -216,6 +216,7 @@ CONFIG_RTC_DRV_DS3232=y | |||
216 | CONFIG_RTC_DRV_CMOS=y | 216 | CONFIG_RTC_DRV_CMOS=y |
217 | CONFIG_DMADEVICES=y | 217 | CONFIG_DMADEVICES=y |
218 | CONFIG_FSL_DMA=y | 218 | CONFIG_FSL_DMA=y |
219 | CONFIG_MEMORY=y | ||
219 | # CONFIG_NET_DMA is not set | 220 | # CONFIG_NET_DMA is not set |
220 | CONFIG_EXT2_FS=y | 221 | CONFIG_EXT2_FS=y |
221 | CONFIG_EXT3_FS=y | 222 | CONFIG_EXT3_FS=y |