Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141347
b: refs/heads/master
c: 301df5d
h: refs/heads/master
i:
  141345: ea52f8f
  141343: 05d3d10
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 6ffab58 commit c70546d
Show file tree
Hide file tree
Showing 5 changed files with 10 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: 76d86df9c4947fd49f320834b6d618c234ce0ed7
refs/heads/master: 301df5dce43124e926341665182a14f13a24ff96
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,7 @@ source "drivers/staging/uc2322/Kconfig"

source "drivers/staging/b3dfg/Kconfig"

source "drivers/staging/phison/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ obj-$(CONFIG_POHMELFS) += pohmelfs/
obj-$(CONFIG_STLC45XX) += stlc45xx/
obj-$(CONFIG_USB_SERIAL_ATEN2011) += uc2322/
obj-$(CONFIG_B3DFG) += b3dfg/
obj-$(CONFIG_IDE_PHISON) += phison/
5 changes: 5 additions & 0 deletions trunk/drivers/staging/phison/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config IDE_PHISON
tristate "PCIE ATA PS5000 IDE support"
depends on IDE
---help---
This is an experimental driver for PS5000 IDE driver.
1 change: 1 addition & 0 deletions trunk/drivers/staging/phison/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_IDE_PHISON) += phison.o

0 comments on commit c70546d

Please sign in to comment.