You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -103,5 +103,7 @@ source "drivers/staging/uc2322/Kconfig"
|
|||||||
|
|
||||||
source "drivers/staging/b3dfg/Kconfig"
|
source "drivers/staging/b3dfg/Kconfig"
|
||||||
|
|
||||||
|
source "drivers/staging/phison/Kconfig"
|
||||||
|
|
||||||
endif # !STAGING_EXCLUDE_BUILD
|
endif # !STAGING_EXCLUDE_BUILD
|
||||||
endif # STAGING
|
endif # STAGING
|
||||||
|
|||||||
@@ -34,3 +34,4 @@ obj-$(CONFIG_POHMELFS) += pohmelfs/
|
|||||||
obj-$(CONFIG_STLC45XX) += stlc45xx/
|
obj-$(CONFIG_STLC45XX) += stlc45xx/
|
||||||
obj-$(CONFIG_USB_SERIAL_ATEN2011) += uc2322/
|
obj-$(CONFIG_USB_SERIAL_ATEN2011) += uc2322/
|
||||||
obj-$(CONFIG_B3DFG) += b3dfg/
|
obj-$(CONFIG_B3DFG) += b3dfg/
|
||||||
|
obj-$(CONFIG_IDE_PHISON) += phison/
|
||||||
|
|||||||
@@ -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.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
obj-$(CONFIG_IDE_PHISON) += phison.o
|
||||||
Reference in New Issue
Block a user