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-ppc64le-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-ppc64le-debug.config')
-rw-r--r-- | kernel-ppc64le-debug.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel-ppc64le-debug.config b/kernel-ppc64le-debug.config index 2a92e6987..d42a27fb0 100644 --- a/kernel-ppc64le-debug.config +++ b/kernel-ppc64le-debug.config @@ -194,6 +194,8 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCNET is not set CONFIG_ARM64_ERRATUM_858921=y CONFIG_ARM64_PTDUMP=y +CONFIG_ARM_PTDUMP_DEBUGFS=y +CONFIG_ARM_PTDUMP=y # CONFIG_AS3935 is not set CONFIG_ASYMMETRIC_KEY_TYPE=y CONFIG_ASYNC_RAID6_TEST=m |