mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
b3f8e88f3c
Add pinctrl support for broadcom bcm6838 SoC. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
15 lines
481 B
Text
15 lines
481 B
Text
config PINCTRL_BCM283X
|
|
depends on ARCH_BCM283X && PINCTRL_FULL && OF_CONTROL
|
|
default y
|
|
bool "Broadcom 283x family pin control driver"
|
|
help
|
|
Support pin multiplexing and pin configuration control on
|
|
Broadcom's 283x family of SoCs.
|
|
|
|
config PINCTRL_BCM6838
|
|
depends on ARCH_BMIPS && PINCTRL_FULL && OF_CONTROL
|
|
default y
|
|
bool "Broadcom 6838 family pin control driver"
|
|
help
|
|
Support pin multiplexing and pin configuration control on
|
|
Broadcom's 6838 family of SoCs.
|