diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2014-01-31 13:40:14 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-18 04:36:42 +0300 |
commit | 76f3e2929bb6b476fb02b519ad953e2e29ee7bd5 (patch) | |
tree | a9ff686f785ca430176586bf37849ba5d29b74b0 /arch/powerpc/configs/mpc85xx_smp_defconfig | |
parent | e6a546fd03753ffbd9d2f2883210f8043a8791f7 (diff) | |
download | linux-76f3e2929bb6b476fb02b519ad953e2e29ee7bd5.tar.xz |
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 CONFIG_RTC_DRV_CMOS=y CONFIG_DMADEVICES=y CONFIG_FSL_DMA=y +CONFIG_MEMORY=y # CONFIG_NET_DMA is not set CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y |