Skip to content

Commit

Permalink
Staging: sep: Move the RAR support into staging where it is supposed …
Browse files Browse the repository at this point in the history
…to be

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent cd1bb43 commit 542385e
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 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 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 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 542385e

Please sign in to comment.