Skip to content

Commit

Permalink
Staging: phison: add driver to the build system
Browse files Browse the repository at this point in the history
Cc: Evan Ko <evan_ko@phison.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 76d86df commit 301df5d
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -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 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 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 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 301df5d

Please sign in to comment.