diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-09 13:02:35 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 14:53:40 -0700 |
commit | 301df5dce43124e926341665182a14f13a24ff96 (patch) | |
tree | c212ce6f402a9ce779e675f1310bff4312e81b30 /drivers/staging/phison | |
parent | 76d86df9c4947fd49f320834b6d618c234ce0ed7 (diff) | |
download | blackbird-op-linux-301df5dce43124e926341665182a14f13a24ff96.tar.gz blackbird-op-linux-301df5dce43124e926341665182a14f13a24ff96.zip |
Staging: phison: add driver to the build system
Cc: Evan Ko <evan_ko@phison.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/phison')
-rw-r--r-- | drivers/staging/phison/Kconfig | 5 | ||||
-rw-r--r-- | drivers/staging/phison/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
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 |