From 8cb6fb722348ce99ed4de7d03ca39742a81dd2f4 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 22 Jun 2018 01:46:58 +0200 Subject: [PATCH] arch: xtensa: Kconfig: Remove redundant 'default n' properties Bool symbols implicitly default to 'n'. A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you want to override a 'default y' on the base definition of the symbol. It isn't used like that on any of these symbols though. Signed-off-by: Ulf Magnusson --- arch/xtensa/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 6a3f00cb3df..b890fbfa36d 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -18,7 +18,6 @@ config ARCH config SIMULATOR_XTENSA bool prompt "Simulator Configuration" - default n help Specify if the board configuration should be treated as a simulator. @@ -33,7 +32,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC config XTENSA_NO_IPC bool "Core has no IPC support" select ATOMIC_OPERATIONS_C - default n help Uncheck this if you core does not implement "SCOMPARE1" register and "s32c1i" instruction. @@ -79,7 +77,6 @@ config IRQ_OFFLOAD_INTNUM config XTENSA_OMIT_HIGH_INTERRUPTS bool prompt "Skip generation of vectors for high priority interrupts" - default n help Setting this to y causes the interrupt vectors for "high priority" Xtensa interrupts (those not masked by the EXCM bit @@ -96,7 +93,6 @@ config XTENSA_OMIT_HIGH_INTERRUPTS config XTENSA_ASM2 bool prompt "New-style Xtensa context switch & interrupt layer" - default n select USE_SWITCH help This selects a new implementation of context switching and