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:
parent
81d61601a8
commit
b0156b2c48
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue