Commit d8b04197 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Anas Nashif
Browse files

ext: Kconfig: Remove redundant 'default n' properties



Bool symbols implicitly default to 'n'.

A 'default n' could make sense e.g. in a Kconfig.defconfig file, if you
wanted to override a 'default y' on the base definition of the symbol,
but it doesn't seem to be used like that on any of these symbols.

Signed-off-by: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent f3400eb9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,11 +6,9 @@

config HAS_SEGGER_RTT
	bool
	default n

config SEGGER_SYSTEMVIEW
	bool
	prompt "Segger SystemView support"
	default n
	depends on HAS_SEGGER_RTT
	select RTT_CONSOLE