diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2014-01-31 15:10:14 +0530 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-17 19:36:42 -0600 |
commit | 76f3e2929bb6b476fb02b519ad953e2e29ee7bd5 (patch) | |
tree | a9ff686f785ca430176586bf37849ba5d29b74b0 /arch/powerpc/configs/corenet64_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/corenet64_smp_defconfig')
-rw-r--r-- | arch/powerpc/configs/corenet64_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig index 6db97e4414b2..be24a18c0d96 100644 --- a/arch/powerpc/configs/corenet64_smp_defconfig +++ b/arch/powerpc/configs/corenet64_smp_defconfig @@ -118,6 +118,7 @@ CONFIG_FSL_DMA=y CONFIG_VIRT_DRIVERS=y CONFIG_FSL_HV_MANAGER=y CONFIG_FSL_CORENET_CF=y +CONFIG_MEMORY=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_ISO9660_FS=m |