boards: arm: stm32: enable pinctrl driver
Enable the pin control driver on all STM32 based boards. The following script has been used to do this task: ``` from pathlib import Path import re for fpath in Path(".").glob("boards/arm/**/*_defconfig"): lines = open(fpath).readlines() is_stm32 = False for line in lines: if "CONFIG_SOC_SERIES_STM32" in line: is_stm32 = True break if not is_stm32: continue lines += ["\n", "# enable pin controller\n", "CONFIG_PINCTRL=y\n"] with open(fpath, "w") as f: f.writelines(lines) ``` Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
9c10e1e988
commit
070e2f0782
111 changed files with 333 additions and 0 deletions
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -27,3 +27,6 @@ CONFIG_RAM_CONSOLE_BUFFER_SIZE=1024
|
||||||
|
|
||||||
# uart console (overrides remote proc console)
|
# uart console (overrides remote proc console)
|
||||||
CONFIG_UART_CONSOLE=n
|
CONFIG_UART_CONSOLE=n
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -25,3 +25,6 @@ CONFIG_PINMUX=y
|
||||||
|
|
||||||
# GPIO Controller
|
# GPIO Controller
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -18,3 +18,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -18,3 +18,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
# Enable GPIO
|
# Enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
# Enable GPIO
|
# Enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Clock configuration
|
# Clock configuration
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Clock configuration
|
# Clock configuration
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -26,3 +26,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -26,3 +26,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Clock Control
|
# Clock Control
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -25,3 +25,6 @@ CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
# Enable regulator for the power-rails
|
# Enable regulator for the power-rails
|
||||||
CONFIG_REGULATOR=y
|
CONFIG_REGULATOR=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -18,3 +18,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -28,3 +28,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -27,3 +27,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable clocks
|
# Enable clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -17,3 +17,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# enable clock
|
# enable clock
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -17,3 +17,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -17,3 +17,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable clock
|
# Enable clock
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# clock configuration
|
# clock configuration
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# clock configuration
|
# clock configuration
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# clock configuration
|
# clock configuration
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -20,3 +20,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enables clocks
|
# Enables clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -20,3 +20,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -26,3 +26,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clock
|
# Enable Clock
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable clocks
|
# Enable clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# Console
|
# Console
|
||||||
#CONFIG_CONSOLE=y
|
#CONFIG_CONSOLE=y
|
||||||
#CONFIG_UART_CONSOLE=y
|
#CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -27,3 +27,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clock
|
# Enable Clock
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable clocks
|
# Enable clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -26,3 +26,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -26,3 +26,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -29,3 +29,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Clock controller
|
# Clock controller
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_CLOCK_CONTROL=y
|
||||||
# console
|
# console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -25,3 +25,6 @@ CONFIG_ARM_MPU=y
|
||||||
CONFIG_ARM_TRUSTZONE_M=y
|
CONFIG_ARM_TRUSTZONE_M=y
|
||||||
CONFIG_RUNTIME_NMI=y
|
CONFIG_RUNTIME_NMI=y
|
||||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -17,3 +17,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# enable clocks
|
# enable clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -25,3 +25,6 @@ CONFIG_GPIO=y
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
CONFIG_ENTROPY_GENERATOR=y
|
CONFIG_ENTROPY_GENERATOR=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# enable clocks
|
# enable clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -26,3 +26,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -24,3 +24,6 @@ CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable HW stack protection
|
# Enable HW stack protection
|
||||||
CONFIG_HW_STACK_PROTECTION=y
|
CONFIG_HW_STACK_PROTECTION=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -20,3 +20,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# RCC Controller
|
# RCC Controller
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -30,3 +30,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# enable clock control
|
# enable clock control
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -18,3 +18,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# enable clock control
|
# enable clock control
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -28,3 +28,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -28,3 +28,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -17,3 +17,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# enable clocks
|
# enable clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -27,3 +27,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -23,3 +23,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -22,3 +22,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
|
@ -21,3 +21,6 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable Clocks
|
# Enable Clocks
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
|
# enable pin controller
|
||||||
|
CONFIG_PINCTRL=y
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue