-
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: 162352 b: refs/heads/master c: 542385e h: refs/heads/master v: v3
- Loading branch information
Alan Cox
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
f46f40c
commit 666cbd8
Showing
7 changed files
with
572 additions
and
1 deletion.
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: cd1bb431d8b183e2d063267419984cc9bbe22b0b | ||
refs/heads/master: 542385ee6da337529c1087dd3d8c7af3e4269602 |
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,17 @@ | ||
# | ||
# RAR device configuration | ||
# | ||
|
||
menu "RAR Register Driver" | ||
# | ||
# Restricted Access Register Manager | ||
# | ||
config RAR_REGISTER | ||
tristate "Restricted Access Region Register Driver" | ||
default n | ||
---help--- | ||
This driver allows other kernel drivers access to the | ||
contents of the restricted access region control | ||
registers. | ||
|
||
endmenu |
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,2 @@ | ||
EXTRA_CFLAGS += -DLITTLE__ENDIAN | ||
obj-$(CONFIG_RAR_REGISTER) += rar_driver.o |
Oops, something went wrong.