mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 22:26:18 +00:00
Making pinmux depend on GPIO breaks many tests and configurations when running on real hardware. This should be added as local configuration in the defconfig instead. Change-Id: Ibbf1c9a3428ed692937383bf85218b0c120cbe44 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SOC_FSL_FRDM_K64F=y
|
|
CONFIG_BOARD_FRDM_K64F=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_CORTEX_M_SYSTICK=y
|
|
CONFIG_UART_K20=y
|
|
CONFIG_GPIO=y
|