diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:56 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:19 +1000 |
commit | f623a54e83ffb934c3d44a88a34dfe283e9ab708 (patch) | |
tree | 504a2f91082db40f068788c93bf1022d33080b75 /arch/powerpc/configs | |
parent | f963937a162d8407da41421d5e5bac3169f68f58 (diff) | |
download | blackbird-op-linux-f623a54e83ffb934c3d44a88a34dfe283e9ab708.tar.gz blackbird-op-linux-f623a54e83ffb934c3d44a88a34dfe283e9ab708.zip |
powerpc/configs/6xx: Drop no longer needed CONFIG_TIMER_STATS
Since commit dfb4357da6dd ("time: Remove CONFIG_TIMER_STATS") we no
longer need to set CONFIG_TIMER_STATS in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index 6f0b66e353de..7e9524fcc7f0 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -1144,7 +1144,6 @@ CONFIG_DEBUG_VM=y CONFIG_DEBUG_HIGHMEM=y CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_DEBUG_SHIRQ=y -CONFIG_TIMER_STATS=y CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y |