zephyr/drivers/spi
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
Kconfig.cc13xx_cc26xx
Kconfig.dw kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_lpspi
Kconfig.nrfx drivers: spi: nrfx: Move MISO lines pull configuration to DT 2019-12-09 16:08:39 +01:00
Kconfig.oc_simple
Kconfig.rv32m1_lpspi kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec_qmspi
spi_cc13xx_cc26xx.c drivers: spi: use CPU clock frequency in configuration on CC13XX/CC26XX 2019-11-07 15:55:21 -06:00
spi_context.h
spi_dw_regs.h
spi_dw.c
spi_dw.h
spi_handlers.c spi: fix spell typo in spi handler 2019-11-20 09:56:53 -08:00
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c driver: spi: Error handling issues in spi_stm32_configure 2019-11-18 09:18:13 -06:00
spi_ll_stm32.h
spi_mcux_dspi.c
spi_mcux_lpspi.c
spi_nrfx_spi.c drivers: spi: nrfx: Move MISO lines pull configuration to DT 2019-12-09 16:08:39 +01:00
spi_nrfx_spim.c drivers: spi: nrfx: Move MISO lines pull configuration to DT 2019-12-09 16:08:39 +01:00
spi_nrfx_spis.c drivers: nrfx: Update implementations after switching to nrfx 2.0.0 2019-11-08 14:54:12 +01:00
spi_oc_simple.c
spi_oc_simple.h
spi_rv32m1_lpspi.c
spi_sam.c
spi_sam0.c
spi_sifive.c
spi_sifive.h
spi_xec_qmspi.c