Skip to content

Commit

Permalink
bcm2708_pinctrl: select PINCONF and PINMUX
Browse files Browse the repository at this point in the history
Also don't default y as it is select by MACH_BCM2708. Suggested by
Stephen Warren.

Signed-off-by: Chris Boot <bootc@bootc.net>
  • Loading branch information
bootc committed Jun 4, 2012
1 parent 49084b1 commit 5d4f066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/pinctrl/Kconfig
Expand Up @@ -140,7 +140,8 @@ config PINCTRL_COH901
config PINCTRL_BCM2708
bool "Broadcom BCM2708 GPIO pin controller driver"
depends on MACH_BCM2708 && OF
default y if MACH_BCM2708
select PINMUX
select PINCONF

source "drivers/pinctrl/spear/Kconfig"

Expand Down

0 comments on commit 5d4f066

Please sign in to comment.