From b0156b2c48fcb01c5e7ad0b0f9d5c35bed3a27b1 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 22 Jun 2018 01:46:43 +0200 Subject: [PATCH] arch: nios: 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/nios2/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index b28e1e55039..6268bef825d 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -50,15 +50,12 @@ config NUM_IRQS config HAS_MUL_INSTRUCTION bool - default n config HAS_DIV_INSTRUCTION bool - default n config HAS_MULX_INSTRUCTION bool - default n config INCLUDE_RESET_VECTOR bool "Include Reset vector" @@ -72,7 +69,6 @@ config INCLUDE_RESET_VECTOR config EXTRA_EXCEPTION_INFO bool "Extra exception debug information" - default n help Have exceptions print additional useful debugging information in human-readable form, at the expense of code size. For example,