From: Greg Kroah-Hartman <gregkh@suse.de>
Date: Mon, 9 Feb 2009 21:02:35 +0000 (-0800)
Subject: Staging: phison: add driver to the build system
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=301df5dce43124e926341665182a14f13a24ff96;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git

Staging: phison: add driver to the build system

Cc: Evan Ko <evan_ko@phison.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---

diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index c2accb8fe0ab..29dfff77e3b0 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -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
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index aa1c5c49e6a9..a9b85e8bdc5d 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -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
index 000000000000..2b3920b84daf
--- /dev/null
+++ b/drivers/staging/phison/Kconfig
@@ -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
index 000000000000..7642a2190e91
--- /dev/null
+++ b/drivers/staging/phison/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_IDE_PHISON)	+= phison.o