Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 7 changed files with 572 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd1bb431d8b183e2d063267419984cc9bbe22b0b
refs/heads/master: 542385ee6da337529c1087dd3d8c7af3e4269602
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ source "drivers/staging/hv/Kconfig"

source "drivers/staging/vme/Kconfig"

source "drivers/staging/rar/Kconfig"

source "drivers/staging/sep/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ obj-$(CONFIG_USB_CPC) += cpc-usb/
obj-$(CONFIG_FB_UDL) += udlfb/
obj-$(CONFIG_HYPERV) += hv/
obj-$(CONFIG_VME_BUS) += vme/
obj-$(CONFIG_RAR_REGISTER) += rar/
obj-$(CONFIG_DX_SEP) += sep/
17 changes: 17 additions & 0 deletions trunk/drivers/staging/rar/Kconfig
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
2 changes: 2 additions & 0 deletions trunk/drivers/staging/rar/Makefile
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
Loading

0 comments on commit 666cbd8

Please sign in to comment.