zephyr/boards/xtensa/intel_s1000_crb
Ulf Magnusson 7fdb525754 kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files
Same deal as in commit 4638652214 ("Kconfig: Use 'default' instead of
'def_bool' in Kconfig.defconfig files"), fixing new stuff that got
introduced since then.

Some symbols, like ALTERA_AVALON_PIO, are only defined in
Kconfig.defconfig files, and so need the def_bool.

Motivation (from the note at the end of
guides/kconfig/index.html#common-shorthands):

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.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-04-18 12:20:49 -04:00
..
doc doc: update xcc installation instructions 2019-02-26 02:58:07 +01:00
support boards: intel_s1000_crb: declare some variables as global 2019-04-06 18:13:10 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.board arch: xtensa: dts: Move HAS_DTS to arch level 2019-02-01 12:45:29 -06:00
Kconfig.defconfig kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files 2019-04-18 12:20:49 -04:00
board.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
intel_s1000_crb.dts license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
intel_s1000_crb.yaml intel_s1000: add intel_s1000_crb board 2018-05-01 16:46:41 -04:00
intel_s1000_crb_defconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pinmux.c boards: intel_s1000: pinmux settings for CRB 2018-11-29 14:23:24 -08:00