zephyr/boards/arm/mimxrt1050_evk
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 boards: mimxrt10{20,50}_evk: Rework programming and debugging doc 2019-03-29 22:50:44 -04:00
CMakeLists.txt
Kconfig.board boards: mimxrt1050_evk: Split QSPI flash config as a seperate board 2018-12-11 09:23:21 -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 boards: mimxrt1050_evk: Enable pyocd runner 2018-11-21 05:10:04 -06:00
mimxrt1050_evk.dts dts: boards: Add bindings and nodes for the rocktech lcd module 2019-02-07 14:28:55 -06:00
mimxrt1050_evk.yaml drivers: hwinfo: add driver support for NXP i.mx RT device ID 2019-02-07 15:08:18 -06:00
mimxrt1050_evk_defconfig
mimxrt1050_evk_qspi.dts boards: mimxrt{1020,1050,1060,1064}_evk remove CONFIG_ from dts files 2019-02-01 10:16:06 -06:00
mimxrt1050_evk_qspi.yaml drivers: hwinfo: add driver support for NXP i.mx RT device ID 2019-02-07 15:08:18 -06:00
mimxrt1050_evk_qspi_defconfig boards: mimxrt1050_evk: Split QSPI flash config as a seperate board 2018-12-11 09:23:21 -06:00
pinmux.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00