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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-06-22 01:46:43 +02:00 committed by Kumar Gala
commit b0156b2c48

View file

@ -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,