mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
955ef39623
Now that all drivers and all boards have been converted to the use of PINCTRL, remove usage of PINMUX. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
26 lines
361 B
Plaintext
26 lines
361 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_STM32F4X=y
|
|
CONFIG_SOC_STM32F412ZX=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable HW stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
# console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable Clocks
|
|
CONFIG_CLOCK_CONTROL=y
|
|
|
|
# enable pin controller
|
|
CONFIG_PINCTRL=y
|