Skip to content

Commit 84976a2

Browse files
nordicjmdleach02
authored andcommitted
boards: nordic: Remove setting PINCTRL in defconfig files
Removes setting this Kconfig in the wrong place Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent edc4f75 commit 84976a2

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_defconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ CONFIG_ARM_TRUSTZONE_M=y
1212
# Enable GPIO
1313
CONFIG_GPIO=y
1414

15-
# Enable PINCTRL
16-
CONFIG_PINCTRL=y
17-
18-
# Enable uart driver
15+
# Enable UART driver
1916
CONFIG_SERIAL=y
2017

21-
# enable console
18+
# Enable console
2219
CONFIG_CONSOLE=y
2320
CONFIG_UART_CONSOLE=y

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_nrf7001_defconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ CONFIG_HW_STACK_PROTECTION=y
1010
# Enable TrustZone-M
1111
CONFIG_ARM_TRUSTZONE_M=y
1212

13-
# enable GPIO
13+
# Enable GPIO
1414
CONFIG_GPIO=y
1515

16-
# enable PINCTRL
17-
CONFIG_PINCTRL=y
18-
19-
# Enable uart driver
16+
# Enable UART driver
2017
CONFIG_SERIAL=y
2118

22-
# enable console
19+
# Enable console
2320
CONFIG_CONSOLE=y
2421
CONFIG_UART_CONSOLE=y

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet_defconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ CONFIG_ARM_MPU=y
66
# Enable hardware stack protection
77
CONFIG_HW_STACK_PROTECTION=y
88

9-
# enable GPIO
9+
# Enable GPIO
1010
CONFIG_GPIO=y
1111

12-
# enable PINCTRL
13-
CONFIG_PINCTRL=y
14-
15-
# Enable uart driver
12+
# Enable UART driver
1613
CONFIG_SERIAL=y
1714

18-
# enable console
15+
# Enable console
1916
CONFIG_CONSOLE=y
2017
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)