zephyr/soc/arm
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
..
arm kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
atmel_sam soc: same70: Fix incorrect default config value 2019-12-09 15:50:13 +01:00
atmel_sam0 kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
cypress headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
microchip_mec kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
nordic_nrf kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
nxp_imx soc: nxp_imx: Remove CLOCK_CONTROL_IMX_CCM config 2019-11-07 15:55:49 -06:00
nxp_kinetis kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
nxp_lpc soc: define gpio pull-down for LPC54114 2019-11-13 12:05:48 -06:00
silabs_exx32 soc: gecko: Enable SWO output during SoC initialization 2019-11-19 13:56:06 -05:00
st_stm32 kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
ti_lm3s6965 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
ti_simplelink dts: specify cpu frequency for TI CC13X2/CC26X2 2019-11-07 15:55:21 -06:00
xilinx_zynqmp kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig soc: arm: nrf53: add nRF5340 CPUAPP SoC definition 2019-11-08 19:26:35 +01:00