Commit 75bc16f0 authored by Thao Luong's avatar Thao Luong Committed by Dan Kalowsky
Browse files

boards: renesas: Remove CONFIG_PINCTRL for RA boards



Remove CONFIG_PINCTRL from defconfig files of RA boards

Signed-off-by: default avatarThao Luong <thao.luong.uw@renesas.com>
parent c0a84524
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000

# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y

# Enable Console
CONFIG_SERIAL=y
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=100000000

# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y

# Enable Console
CONFIG_SERIAL=y
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=100000000

# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y

# Enable Console
CONFIG_SERIAL=y
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=100000000

# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y

# Enable Console
CONFIG_SERIAL=y
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000

# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y

# Enable Console
CONFIG_SERIAL=y
Loading