zephyr/drivers/spi
Andrzej Głąbek 4b43065cfc drivers: nrf: Enable nRF drivers by default in Kconfig
Make the following nRF peripheral drivers:
- ADC
- GPIO
- I2C
- SPI
- UART
- USB_DEVICE
enabled by default so that users do not need to explicitly enable them
in their applications after choosing an nRF SoC as the build target.

Kconfig options enabling these drivers depend on both a given hardware
feature (e.g. I2C) and an nRF family SoC selected, so effectively they
will be automatically enabled only when it is adequate (and in most
cases these drivers are the only option for a given hardware feature
on nRF SoCs).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-12-21 21:01:37 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.dw
Kconfig.mcux_dspi
Kconfig.mcux_lpspi
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.sam
Kconfig.sam0
Kconfig.stm32
spi_context.h
spi_dw_quark_se_ss_regs.h
spi_dw_regs.h
spi_dw.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_dw.h
spi_handlers.c
spi_intel_regs.h
spi_intel.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_intel.h
spi_ll_stm32.c stm32: drivers: spi: Added missing devices 2018-12-13 07:31:06 -06:00
spi_ll_stm32.h
spi_mcux_dspi.c
spi_mcux_lpspi.c
spi_nrfx_spi.c
spi_nrfx_spim.c
spi_nrfx_spis.c
spi_sam.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_sam0.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00