diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-10-11 13:55:57 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-10-11 14:19:22 +0200 |
commit | f00cb94f7ced064d74839892116c3a0b8f10c872 (patch) | |
tree | 08bc6b9bc5ac9bf58d395437cd8ff1a33596695c /target/linux/bcm53xx/config-4.14 | |
parent | b1ab8fac5aad75e1396b7187b396dac0fc4623d0 (diff) | |
download | upstream-f00cb94f7ced064d74839892116c3a0b8f10c872.tar.gz upstream-f00cb94f7ced064d74839892116c3a0b8f10c872.tar.bz2 upstream-f00cb94f7ced064d74839892116c3a0b8f10c872.zip |
bcm53xx: add pending pinctrl driver
It's required to support devices using adjustable SoC pins for some
specific purpose (e.g. I2C, PWM, UART1).
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.14')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index e6f578c6dd..af9f7ca79d 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -293,6 +293,7 @@ CONFIG_PHYLIB=y # CONFIG_PHY_NS2_USB_DRD is not set CONFIG_PINCTRL=y # CONFIG_PINCTRL_IPROC_GPIO is not set +CONFIG_PINCTRL_NS=y # CONFIG_PINCTRL_NS2_MUX is not set # CONFIG_PL310_ERRATA_588369 is not set # CONFIG_PL310_ERRATA_727915 is not set |