zephyr/boards
Maureen Helm dfdf5e37e1 boards: Move default pinmux enable to <board>_defconfig
Most boards enable the pinmux by default by setting CONFIG_PINMUX=y in
<board>_defconfig, but several boards did it in Kconfig.defconfig
instead. Several code reviews, such as #5043, have suggested using a
select in Kconfig.board to enable the pinmux, however this caused
warnings:

warning: (BOARD_LPCXPRESSO54114) selects PINMUX which has unmet direct
dependencies (BOARD_FRDM_K64F || BOARD_FRDM_KL25Z || BOARD_FRDM_KW41Z ||
BOARD_HEXIWEAR_K64 || BOARD_USB_KW24D512 || BOARD_GALILEO)

Fix how these boards enable the pinmux so they are more consistent with
other boards.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-01-18 11:40:56 -06:00
..
arc cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
arm boards: Move default pinmux enable to <board>_defconfig 2018-01-18 11:40:56 -06:00
common cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
nios2 cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
posix doc: fix misspellings in Kconfig files 2018-01-12 20:58:56 -05:00
riscv32
x86 boards: Move default pinmux enable to <board>_defconfig 2018-01-18 11:40:56 -06:00
xtensa cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
boards.rst
CMakeLists.txt
Kconfig kconfig: Prune kconfig files that don't match the ARCH or BOARD 2018-01-12 07:29:05 -05:00