-
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: 148594 b: refs/heads/master c: 6fa612b h: refs/heads/master v: v3
- Loading branch information
Michal Simek
committed
May 21, 2009
1 parent
98b652d
commit e275417
Showing
10 changed files
with
16 additions
and
14 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: 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 | ||
refs/heads/master: 6fa612b56c575a5235568593eab4240c90608630 |
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
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
config OF_DEVICE | ||
def_bool y | ||
depends on OF && (SPARC || PPC_OF) | ||
depends on OF && (SPARC || PPC_OF || MICROBLAZE) | ||
|
||
config OF_GPIO | ||
def_bool y | ||
depends on OF && PPC_OF && GPIOLIB | ||
depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB | ||
help | ||
OpenFirmware GPIO accessors | ||
|
||
config OF_I2C | ||
def_tristate I2C | ||
depends on PPC_OF && I2C | ||
depends on (PPC_OF || MICROBLAZE) && I2C | ||
help | ||
OpenFirmware I2C accessors | ||
|
||
config OF_SPI | ||
def_tristate SPI | ||
depends on OF && PPC_OF && SPI | ||
depends on OF && (PPC_OF || MICROBLAZE) && SPI | ||
help | ||
OpenFirmware SPI accessors |
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