zephyr/soc/arm/st_stm32
Erwan Gouriou 3a95dda66c drivers/eeprom: stm32: Enables only for L1 series
Setting EEPROM_STM32 with `default y` under `if SOC_FAMILY_STM32`
overrides `depends on SOC_SERIES_STM32L1X` in EEPROM_STM32
definition.
Then, if ever EEPROM is set in any file (as in
tests/drivers/build_all`), EEPROM_STM32 will be indeed set,
with potential issues on series where driver is not yet correctly
handled.

Fix this by removing EEPROM_STM32 definition in STM32 generic
file and set `default y` along with the `depends on` to keep
it effective.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-12-15 10:19:25 -05:00
..
common drivers/eeprom: stm32: Enables only for L1 series 2019-12-15 10:19:25 -05:00
stm32f0 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32f1 drivers: flash: Add the flash driver of the stm32f1x family 2019-12-11 12:40:33 -06:00
stm32f2 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32f3 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32f4 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32f7 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32g0 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32g4 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32h7 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32l0 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32l1 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
stm32l4 soc: arm: st_stm32: add driver lptimer management to stm32l4 series 2019-11-08 10:04:21 -06:00
stm32mp1 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
stm32wb soc: arm: st_stm32: add driver lptimer management to stm32wb series 2019-11-13 10:31:06 -06:00
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig
Kconfig.soc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00