zephyr/drivers/spi
Ulf Magnusson 0fb370b257 drivers: spi: kconfig: Turn pointless 'menuconfig' into 'config'
Same deal as in commit 677f1e6 ("config: Turn pointless/confusing
'menuconfig's into 'config's"), for a newly-introduced SPI_MCUX_FLEXCOMM
symbol.

Also clean up the header to be consistent with recent cleanups.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-03 07:32:32 -06:00
..
CMakeLists.txt drivers: spi: Add mcux flexcomm driver 2019-12-10 08:48:56 -06:00
Kconfig drivers: spi: Add mcux flexcomm driver 2019-12-10 08:48:56 -06:00
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_flexcomm drivers: spi: kconfig: Turn pointless 'menuconfig' into 'config' 2020-01-03 07:32:32 -06:00
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 spi: stm32: Enable sending 16bits at a time in 8bit mode if possible 2019-12-18 22:01:20 +01:00
spi_ll_stm32.h spi: stm32: Add ll_func_set_fifo_threshold_16bit helper 2019-12-18 22:01:20 +01:00
spi_mcux_dspi.c
spi_mcux_flexcomm.c drivers: spi: Add mcux flexcomm driver 2019-12-10 08:48:56 -06:00
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 various: Cleanup COND_CODE_1 usage or replace with IF_ENABLED() 2019-12-18 08:14:52 -05: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 include: Fix use of <sys_io.h> -> <sys/sys_io.h> 2019-12-10 08:39:37 -05:00
spi_oc_simple.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
spi_rv32m1_lpspi.c
spi_sam.c
spi_sam0.c spi: sam0: Add support for SAME54 2019-12-18 22:12:15 +01:00
spi_sifive.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
spi_sifive.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
spi_xec_qmspi.c