Skip to content

Commit

Permalink
pinctrl: sunxi: Enable the pinctrl Kconfig options by default
Browse files Browse the repository at this point in the history
Enable the freshly introduced Kconfig options whenever their matching
architecture is enabled.

Since the Kconfig symbols for these machines are going through a different
tree, keep PINCTRL_SUNXI around for the moment to avoid breaking the defconfig.
It should be removed eventually.

Signed-off-by: Maxime Ripard <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
mripard authored and linusw committed May 22, 2014
1 parent c51426e commit b22116b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/pinctrl/sunxi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ config PINCTRL_SUNXI
select GENERIC_PINCONF

config PINCTRL_SUN4I_A10
bool
def_bool PINCTRL_SUNXI || MACH_SUN4I
select PINCTRL_SUNXI

config PINCTRL_SUN5I_A10S
bool
def_bool PINCTRL_SUNXI || MACH_SUN5I
select PINCTRL_SUNXI

config PINCTRL_SUN5I_A13
bool
def_bool PINCTRL_SUNXI || MACH_SUN5I
select PINCTRL_SUNXI

config PINCTRL_SUN6I_A31
bool
def_bool PINCTRL_SUNXI || MACH_SUN6I
select PINCTRL_SUNXI

config PINCTRL_SUN6I_A31_R
bool
def_bool PINCTRL_SUNXI || MACH_SUN6I
select PINCTRL_SUNXI

config PINCTRL_SUN7I_A20
bool
def_bool PINCTRL_SUNXI || MACH_SUN7I
select PINCTRL_SUNXI

endif

0 comments on commit b22116b

Please sign in to comment.