diff mbox series

[1/3] arm64: configs: defconfig: enable DEBUG_PREEMPT and FTRACE

Message ID 20190926193030.5843-2-anders.roxell@linaro.org
State New
Headers show
Series arm64: defconfig: set/unset for allmodconfig | expand

Commit Message

Anders Roxell Sept. 26, 2019, 7:30 p.m. UTC
When building an allmodconfig KCONFIG_ALLCONFIG=$(pwd)/arch/arm64/configs/defconfig
kernel, CONFIG_DEBUG_PREEMPT and CONFIG_FTRACE will be turn off.
There is no benefit in disabling these fragments. By enabling these
nothing will happen without interaction from the user to enable it from
the cmd or boot line.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>

---
 arch/arm64/configs/defconfig | 2 --
 1 file changed, 2 deletions(-)

-- 
2.20.1
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 56dc7488ff36..52a32b53b2ed 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -853,6 +853,4 @@  CONFIG_DEBUG_FS=y
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_DEBUG_KERNEL=y
 # CONFIG_SCHED_DEBUG is not set
-# CONFIG_DEBUG_PREEMPT is not set
-# CONFIG_FTRACE is not set
 CONFIG_MEMTEST=y