mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Staging: phison: add driver to the build system
Cc: Evan Ko <evan_ko@phison.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
76d86df9c4
commit
301df5dce4
4 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
drivers/staging/phison/Kconfig
Normal file
5
drivers/staging/phison/Kconfig
Normal file
|
@ -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
drivers/staging/phison/Makefile
Normal file
1
drivers/staging/phison/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_IDE_PHISON) += phison.o
|
Loading…
Reference in a new issue