zephyr/soc/arm/st_stm32/stm32f3
Ulf Magnusson 2b61031c8f kconfig: Remove symbol types from Kconfig.defconfig files
Same deal as in commit 7fdb525754 ("kconfig: Use 'default' instead of
'def_bool' in Kconfig.defconfig files"), but I hacked Kconfiglib to also
find cases where the type is given separately as e.g.

    config FOO
            int
            default 3

Motivation (from a note in
https://docs.zephyrproject.org/latest/guides/kconfig/index.html):

    For a symbol defined in multiple locations (e.g., in a
    Kconfig.defconfig file in Zephyr), it is best to only give the
    symbol type for the "base" definition of the symbol, and to use
    'default' (instead of 'def_<type>' value) for the remaining
    definitions. That way, if the base definition of the symbol is
    removed, the symbol ends up without a type, which generates a
    warning that points to the other definitions. That makes the extra
    definitions easier to discover and remove.

It's also nice if 'def_bool' and the like turn into a semi-reliable flag
that the symbol is only defined in Kconfig.defconfig files. That might
be a sign that things could be cleaned up.

Will do a separate pass later to remove some symbols only defined in
Kconfig.defconfig files.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-10-24 12:40:22 -05:00
..
CMakeLists.txt
dts_fixup.h i2c: Rename CONFIG_I2C_[0..5]_NAME -> DT_I2C_[0..5]_NAME 2019-10-23 11:31:32 -05:00
flash_registers.h
Kconfig.defconfig.series
Kconfig.defconfig.stm32f302x8 kconfig: Remove symbol types from Kconfig.defconfig files 2019-10-24 12:40:22 -05:00
Kconfig.defconfig.stm32f303xc kconfig: Remove symbol types from Kconfig.defconfig files 2019-10-24 12:40:22 -05:00
Kconfig.defconfig.stm32f334x8 kconfig: Remove symbol types from Kconfig.defconfig files 2019-10-24 12:40:22 -05:00
Kconfig.defconfig.stm32f373xc kconfig: Remove symbol types from Kconfig.defconfig files 2019-10-24 12:40:22 -05:00
Kconfig.series soc: stm32: Move clock_control Kconfig selection to common 2019-10-10 10:54:44 -05:00
Kconfig.soc
linker.ld
soc.c soc: arm: move z_clearfaults() in kernel_arch_init() 2019-05-17 09:48:11 -07:00
soc.h soc: stm32: replace use of Kconfig I2C by I2C_STM32 2019-10-10 10:54:44 -05:00