OSDN Git Service

Staging: phison: add driver to the build system
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Feb 2009 21:02:35 +0000 (13:02 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:40 +0000 (14:53 -0700)
Cc: Evan Ko <evan_ko@phison.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/phison/Kconfig [new file with mode: 0644]
drivers/staging/phison/Makefile [new file with mode: 0644]

index c2accb8..29dfff7 100644 (file)
@@ -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
index aa1c5c4..a9b85e8 100644 (file)
@@ -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/
diff --git a/drivers/staging/phison/Kconfig b/drivers/staging/phison/Kconfig
new file mode 100644 (file)
index 0000000..2b3920b
--- /dev/null
@@ -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.
diff --git a/drivers/staging/phison/Makefile b/drivers/staging/phison/Makefile
new file mode 100644 (file)
index 0000000..7642a21
--- /dev/null
@@ -0,0 +1 @@
+obj-$(CONFIG_IDE_PHISON)       += phison.o