zephyr/soc/arm/microchip_mec/mec1501
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
..
CMakeLists.txt
Kconfig.defconfig.mec1501hsz soc: arm: mec1501: Update espi kconfig variable 2019-11-20 15:02:08 -05:00
Kconfig.defconfig.series kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.series kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.soc kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
dts_fixup.h drivers : spi : mec1501 : XEC SPI driver 2019-10-23 19:18:32 -07:00
linker.ld
soc.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
soc.h soc: microchip_mec: Add header for extracting eSPI data 2019-11-20 15:02:08 -05:00