zephyr/drivers
Marco Peter 1ee99d2568 drivers: flash: Build STM32 flash support only when selected
The current configuration causes the STM32 flash support always to be
built, even if an unrelated flash driver, by example the SPI_NOR driver
is selected.
This behaviour gets especially problematic (build failure) if the flash
hardware of the given MCU is not supported (e.g. STM32F2).
The suggested change should ensure that STM32 flash support only is
built when it actually is selected.

Signed-off-by: Marco Peter <marco@peter-net.ch>
2020-01-06 08:51:18 -05:00
..
adc drivers: adc: adc_stm32: fix clock setup 2019-12-20 08:04:09 -05:00
audio kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
bluetooth kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
can include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
clock_control stm32: clock_control: fix APB2 peripheral clock control on stm32g0 2019-12-18 22:06:39 +01:00
console usb: api: Add user device status callback 2019-12-19 13:08:55 +01:00
counter drivers: counter: mcux_gpt: Add count-up flag 2019-12-18 07:30:36 -06:00
crypto drivers/crypto: Add macro to simplify access to ctx->drv_sessn_state 2019-12-18 22:10:29 +01:00
display drivers: display_st7789v: remove obsolete display_st7789v_tl019fqv01.c 2020-01-02 17:00:06 -05:00
dma global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
eeprom kconfig: Remove '# hidden' comments on promptless symbols 2020-01-03 11:38:40 +01:00
entropy drivers: entropy: rv32m1: Turn pointless 'menuconfig' into 'config' 2019-12-09 16:39:30 -05:00
espi drivers: espi: xec: Enable OOB channel by default 2019-12-11 13:22:38 -08:00
ethernet drivers: eth: e1000: Add a hexdump of the received/sent data 2020-01-02 16:58:27 -05:00
flash drivers: flash: Build STM32 flash support only when selected 2020-01-06 08:51:18 -05:00
gpio include/drivers: Move 2 specific intc headers into public location 2019-12-18 21:49:46 +01:00
hwinfo drivers: hwinfo: Use HAL for reading deviceID. 2019-12-17 09:11:37 +01:00
i2c drivers: i2c_bitbang: read SDA on high clock 2019-12-19 11:08:55 -05:00
i2s drivers: i2s: fix block size for DMA interface 2019-11-06 14:14:39 +01:00
ieee802154 kconfig: Fix some formatting nits 2019-12-21 10:30:02 -05:00
interrupt_controller interrupt_controller: gic: Support multiple GIC versions 2019-12-19 11:05:27 -05:00
ipm various: Cleanup COND_CODE_1 usage or replace with IF_ENABLED() 2019-12-18 08:14:52 -05:00
kscan global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
led kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
led_strip drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00
lora drivers: lora: Add SX1276 LoRa Modem support 2019-12-21 12:20:24 +01:00
modem drivers: modem: Document UART device name 2019-12-02 15:34:45 +01:00
net include: Fix use of <crc.h> -> <sys/crc.h> 2019-12-10 08:39:37 -05:00
neural_net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pcie global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
pinmux boards: stm32g0316-disco: add support for the ST STM32G0316-DISCO board 2019-12-18 22:06:39 +01:00
ps2 drivers: ps2: Compile out PS/2 in terms of an eSPI peripheral 2019-11-20 15:02:08 -05:00
ptp_clock kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pwm drivers: pwm: xec: Use unique log module identifier for PWM 2019-12-12 11:47:50 -08:00
sensor kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
serial various: Cleanup COND_CODE_1 usage or replace with IF_ENABLED() 2019-12-18 08:14:52 -05:00
spi drivers: spi: kconfig: Turn pointless 'menuconfig' into 'config' 2020-01-03 07:32:32 -06:00
timer timer: sam0_rtc_timer: Add support for SAME54 2019-12-21 11:15:52 -05:00
usb drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00
video video: mt9m114: Fix integer handling issues 2019-11-15 10:11:05 +01:00
watchdog drivers: watchdog: Make WDT_DISABLE_AT_BOOT default to y 2019-12-19 11:07:42 -05:00
wifi drivers: wifi: Fix the use of net_pkt_write() in eswifi driver 2019-12-18 21:58:21 +01:00
CMakeLists.txt drivers: Add basic LoRa driver support 2019-12-21 12:20:24 +01:00
Kconfig drivers: Add basic LoRa driver support 2019-12-21 12:20:24 +01:00