diff options
author | Varun Sethi <Varun.Sethi@freescale.com> | 2013-03-28 20:45:24 (GMT) |
---|---|---|
committer | Fleming Andrew-AFLEMING <AFLEMING@freescale.com> | 2013-04-05 15:19:59 (GMT) |
commit | 92803de1770b86ec51ddfc52cd482dfcd497f629 (patch) | |
tree | 18ffd0cbb873671cb3fac7474d78dc94e0f16946 /arch/powerpc | |
parent | e2ac9e0e6f59918a6ae85ebc6899f280cf4e5fee (diff) | |
download | linux-fsl-qoriq-92803de1770b86ec51ddfc52cd482dfcd497f629.tar.xz |
powerpc: Enable FSL_PAMU config option.
Enable FSL_PAMU config option in corenet32_smp_defconfig and corenet64_smp_defconfig.
Signed-off-by: Varun Sethi <Varun.Sethi@freescale.com>
Change-Id: Ibf2ca5742f9c6eb464f079ce06adb37ff93aad3c
Reviewed-on: http://git.am.freescale.net:8181/885
Reviewed-by: Medve Emilian-EMMEDVE1 <Emilian.Medve@freescale.com>
Reviewed-by: Yoder Stuart-B08248 <stuart.yoder@freescale.com>
Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/corenet32_smp_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/corenet64_smp_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index 60027c2..6f6bc66 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig @@ -28,6 +28,7 @@ CONFIG_P3041_DS=y CONFIG_P4080_DS=y CONFIG_P5020_DS=y CONFIG_P5040_DS=y +CONFIG_FSL_PAMU=y CONFIG_HIGHMEM=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_BINFMT_MISC=m diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig index 1c6eb66..b518832 100644 --- a/arch/powerpc/configs/corenet64_smp_defconfig +++ b/arch/powerpc/configs/corenet64_smp_defconfig @@ -24,6 +24,7 @@ CONFIG_MAC_PARTITION=y CONFIG_P5020_DS=y CONFIG_P5040_DS=y CONFIG_T4240_QDS=y +CONFIG_FSL_PAMU=y # CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set CONFIG_BINFMT_MISC=m CONFIG_FSL_IFC=y |