diff options
author | Laura Abbott <labbott@redhat.com> | 2018-05-23 14:33:57 -0700 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-05-23 14:33:57 -0700 |
commit | 9fb14aad58293ce66633c55d168918ef30095fb2 (patch) | |
tree | 6e46159a319c7ce8f25a0db7903dd1b6ce916e79 /kernel-aarch64-debug.config | |
parent | 27086a65ad6d14c3e22e0a3ea4ea56f76982a810 (diff) | |
download | kernel-9fb14aad58293ce66633c55d168918ef30095fb2.tar.gz kernel-9fb14aad58293ce66633c55d168918ef30095fb2.tar.xz kernel-9fb14aad58293ce66633c55d168918ef30095fb2.zip |
Enable page table dumping on arm to match other targets
Diffstat (limited to 'kernel-aarch64-debug.config')
-rw-r--r-- | kernel-aarch64-debug.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index de1c7da11..79872f45a 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -329,8 +329,8 @@ CONFIG_ARM_PL172_MPMC=m CONFIG_ARM_PMU=y # CONFIG_ARM_PSCI_CHECKER is not set CONFIG_ARM_PSCI=y -# CONFIG_ARM_PTDUMP_DEBUGFS is not set -# CONFIG_ARM_PTDUMP is not set +CONFIG_ARM_PTDUMP_DEBUGFS=y +CONFIG_ARM_PTDUMP=y CONFIG_ARM_RK3399_DMC_DEVFREQ=m CONFIG_ARM_SBSA_WATCHDOG=m CONFIG_ARM_SCMI_CPUFREQ=m |