-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 336348 b: refs/heads/master c: 06763c7 h: refs/heads/master v: v3
- Loading branch information
Thomas Petazzoni
authored and
Linus Walleij
committed
Nov 11, 2012
1 parent
6496390
commit 3b220e0
Showing
11 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: de1d76258f438414633cb92cb1a195ba3835972c | ||
refs/heads/master: 06763c741b0a19160482c9b34e5bbc3e50dba79a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
if PLAT_ORION | ||
|
||
config PINCTRL_MVEBU | ||
bool | ||
select PINMUX | ||
select PINCONF | ||
|
||
config PINCTRL_DOVE | ||
bool | ||
select PINCTRL_MVEBU | ||
|
||
config PINCTRL_KIRKWOOD | ||
bool | ||
select PINCTRL_MVEBU | ||
|
||
config PINCTRL_ARMADA_370 | ||
bool | ||
select PINCTRL_MVEBU | ||
|
||
config PINCTRL_ARMADA_XP | ||
bool | ||
select PINCTRL_MVEBU | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
obj-$(CONFIG_PINCTRL_MVEBU) += pinctrl-mvebu.o | ||
obj-$(CONFIG_PINCTRL_DOVE) += pinctrl-dove.o | ||
obj-$(CONFIG_PINCTRL_KIRKWOOD) += pinctrl-kirkwood.o | ||
obj-$(CONFIG_PINCTRL_ARMADA_370) += pinctrl-armada-370.o | ||
obj-$(CONFIG_PINCTRL_ARMADA_XP) += pinctrl-armada-xp.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.