zephyr/soc/arm/st_stm32/common
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
..
CMakeLists.txt soc: arm: stm32: remove custom fixed MPU region definition 2019-12-09 11:51:14 -05:00
Kconfig.defconfig.series drivers/eeprom: stm32: Enables only for L1 series 2019-12-15 10:19:25 -05:00
Kconfig.soc kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
ccm.ld
stm32cube_hal.c