-
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: 313955 b: refs/heads/master c: 67da255 h: refs/heads/master i: 313953: 4462c3c 313951: 51936a9 v: v3
- Loading branch information
David S. Miller
committed
Jun 11, 2012
1 parent
a4255e8
commit 8c4179b
Showing
231 changed files
with
3,001 additions
and
1,699 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: 2597a8344ce051d0afe331706bcb4660bbdb9861 | ||
refs/heads/master: 67da25521066b38911701efa133aaad2238b5530 |
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
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,15 +1,16 @@ | ||
menuconfig CAN_C_CAN | ||
tristate "Bosch C_CAN devices" | ||
tristate "Bosch C_CAN/D_CAN devices" | ||
depends on CAN_DEV && HAS_IOMEM | ||
|
||
if CAN_C_CAN | ||
|
||
config CAN_C_CAN_PLATFORM | ||
tristate "Generic Platform Bus based C_CAN driver" | ||
tristate "Generic Platform Bus based C_CAN/D_CAN driver" | ||
---help--- | ||
This driver adds support for the C_CAN chips connected to | ||
the "platform bus" (Linux abstraction for directly to the | ||
This driver adds support for the C_CAN/D_CAN chips connected | ||
to the "platform bus" (Linux abstraction for directly to the | ||
processor attached devices) which can be found on various | ||
boards from ST Microelectronics (http://www.st.com) | ||
like the SPEAr1310 and SPEAr320 evaluation boards. | ||
boards from ST Microelectronics (http://www.st.com) like the | ||
SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com) | ||
boards like am335x, dm814x, dm813x and dm811x. | ||
endif |
Oops, something went wrong.