Skip to content

Commit f66523f

Browse files
tejlmandtokangas
authored andcommitted
config: remove CONFIG_PINCTRL=y from defconfig files
CONFIG_PINCTRL=y fron defconfig files. This is not the right location and should be removed. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 8f2d583 commit f66523f

13 files changed

+4
-37
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Enable MPU
22
CONFIG_ARM_MPU=y
33

4-
# Enable PINCTRL
5-
CONFIG_PINCTRL=y
6-
74
# enable GPIO
85
CONFIG_GPIO=y
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Enable MPU
22
CONFIG_ARM_MPU=y
33

4-
# Enable PINCTRL:
5-
CONFIG_PINCTRL=y
6-
74
# enable GPIO
85
CONFIG_GPIO=y
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Enable MPU
22
CONFIG_ARM_MPU=y
3-
4-
CONFIG_PINCTRL=y
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Enable MPU
22
CONFIG_ARM_MPU=y
3-
4-
CONFIG_PINCTRL=y
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Enable MPU
22
CONFIG_ARM_MPU=y
3-
4-
CONFIG_PINCTRL=y

boards/nordic/thingy91/thingy91_nrf52840_defconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Enable MPU
22
CONFIG_ARM_MPU=y
33

4-
# Enable PINCTRL
5-
CONFIG_PINCTRL=y
6-
7-
# enable uart driver
4+
# enable UART driver
85
CONFIG_SERIAL=y
96

107
# Enable console

boards/nordic/thingy91/thingy91_nrf9160_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ CONFIG_ARM_MPU=y
44
# Enable TrustZone-M
55
CONFIG_ARM_TRUSTZONE_M=y
66

7-
# Enable PINCTRL
8-
CONFIG_PINCTRL=y
9-
107
# Enable GPIO
118
CONFIG_GPIO=y
129

boards/nordic/thingy91/thingy91_nrf9160_ns_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ CONFIG_ARM_TRUSTZONE_M=y
77
# This Board implies building Non-Secure firmware
88
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
99

10-
# Enable PINCTRL
11-
CONFIG_PINCTRL=y
12-
1310
# Enable GPIO
1411
CONFIG_GPIO=y
1512

boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ CONFIG_ARM_TRUSTZONE_M=y
1313
# enable GPIO
1414
CONFIG_GPIO=y
1515

16-
# Enable uart driver
16+
# Enable UART driver
1717
CONFIG_SERIAL=y
1818

1919
# enable console
2020
CONFIG_CONSOLE=y
2121
CONFIG_UART_CONSOLE=y
2222

23-
CONFIG_PINCTRL=y
24-
2523
CONFIG_RETENTION=y
2624
CONFIG_RETAINED_MEM=y
2725
CONFIG_RETAINED_MEM_ZEPHYR_RAM=y

boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_ns_defconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ CONFIG_TRUSTED_EXECUTION_NONSECURE=y
1616
# enable GPIO
1717
CONFIG_GPIO=y
1818

19-
# Enable uart driver
19+
# Enable UART driver
2020
CONFIG_SERIAL=y
2121

2222
# enable console
2323
CONFIG_CONSOLE=y
2424
CONFIG_UART_CONSOLE=y
2525

26-
CONFIG_PINCTRL=y
27-
2826
CONFIG_RETENTION=y
2927
CONFIG_RETAINED_MEM=y
3028
CONFIG_RETAINED_MEM_ZEPHYR_RAM=y

0 commit comments

Comments
 (0)