zephyr/soc
Ulf Magnusson 87e917a925 kconfig: Remove redundant 'default n' and 'prompt' 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.

Also replace some

    config
    	prompt "foo"
    	bool/int

with the more common shorthand

    config
    	bool/int "foo"

See the 'Style recommendations and shorthands' section in
https://docs.zephyrproject.org/latest/guides/kconfig/index.html.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-09 16:14:50 +01:00
..
arc soc: arc: enable SYSTEM_CLOCK_SLOPPY for SMP 2019-11-13 12:04:18 -08:00
arm kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
nios2 drivers: gpio: remove altera gpio driver 2019-11-06 10:56:41 -05:00
posix kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
riscv soc: riscv: rv32m1: kconfig: use RV32M1 TRNG as an entropy generator 2019-11-08 15:38:57 +01:00
x86 soc: x86: apollo_lake: Turn .rst doc into .txt 2019-12-06 16:56:24 +01:00
xtensa soc: intel_s1000_crb: fix XCC build error with newlib 2019-12-02 09:58:00 -05:00
Kconfig riscv32: rename to riscv 2019-08-02 13:54:48 -07:00