diff options
| author | Heiko Stübner <heiko@sntech.de> | 2014-05-05 07:58:20 -0400 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-09 05:14:15 -0400 |
| commit | 751a99aba47e9bd30b4fd5bf36f4e0143d3e81bb (patch) | |
| tree | 95c7daf3598570c2f157a91cb6fa86f89ea7baa9 /drivers/pinctrl/Kconfig | |
| parent | bfc7a42a0e74f0b589a017679620d2a3edda9198 (diff) | |
pinctrl: rockchip: use regmaps instead of raw mappings
This allows us to use syscons in the future.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Max Schwarz <max.schwarz@online.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
| -rw-r--r-- | drivers/pinctrl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 4508f6abee48..a84334a2223c 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
| @@ -275,6 +275,7 @@ config PINCTRL_ROCKCHIP | |||
| 275 | select PINMUX | 275 | select PINMUX |
| 276 | select GENERIC_PINCONF | 276 | select GENERIC_PINCONF |
| 277 | select GENERIC_IRQ_CHIP | 277 | select GENERIC_IRQ_CHIP |
| 278 | select MFD_SYSCON | ||
| 278 | 279 | ||
| 279 | config PINCTRL_SINGLE | 280 | config PINCTRL_SINGLE |
| 280 | tristate "One-register-per-pin type device tree based pinctrl driver" | 281 | tristate "One-register-per-pin type device tree based pinctrl driver" |
