diff options
author | Anton Blanchard <anton@samba.org> | 2017-03-23 08:22:00 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-03-28 10:52:04 +1100 |
commit | 4e215d2584b2e5b9448924f374f60ad2734144d8 (patch) | |
tree | 143ccdf33334c18a3b3fb7445768a9df1eab8d5d /arch/powerpc/configs/powernv_defconfig | |
parent | 4ce410d65a4703aa3fc29c8a1f172e829892f39c (diff) | |
download | talos-op-linux-4e215d2584b2e5b9448924f374f60ad2734144d8.tar.gz talos-op-linux-4e215d2584b2e5b9448924f374f60ad2734144d8.zip |
powerpc/configs: Make oprofile a module
Most people use perf these days, so save about 31kB by making oprofile
a module.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/powernv_defconfig')
-rw-r--r-- | arch/powerpc/configs/powernv_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index eb78c741e944..4926d7f3d8da 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig @@ -33,7 +33,7 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_BPF_SYSCALL=y # CONFIG_COMPAT_BRK is not set CONFIG_PROFILING=y -CONFIG_OPROFILE=y +CONFIG_OPROFILE=m CONFIG_KPROBES=y CONFIG_JUMP_LABEL=y CONFIG_MODULES=y |