diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-05-14 20:47:10 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 11:00:53 -0700 |
commit | 936b6230530a3605e99563dfd3a6845dc0343b6e (patch) | |
tree | 7ad4d217b6fd090c8d4fc79d5030b8ce50726f7a /drivers/staging/cpc-usb | |
parent | 84a209d01c58d74f291efc82e313b132ecec7be0 (diff) |
Staging: cpc-usb: add driver to the build
This adds the cpc-usb driver to the kernel build
Cc: Sebastian Haas <haas@ems-wuensche.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cpc-usb')
-rw-r--r-- | drivers/staging/cpc-usb/Kconfig | 4 | ||||
-rw-r--r-- | drivers/staging/cpc-usb/Makefile | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/cpc-usb/Kconfig b/drivers/staging/cpc-usb/Kconfig new file mode 100644 index 000000000000..00924ce81956 --- /dev/null +++ b/drivers/staging/cpc-usb/Kconfig @@ -0,0 +1,4 @@ +config USB_CPC + tristate "CPC CAN USB driver" + depends on USB + default n diff --git a/drivers/staging/cpc-usb/Makefile b/drivers/staging/cpc-usb/Makefile new file mode 100644 index 000000000000..3f83170a8fab --- /dev/null +++ b/drivers/staging/cpc-usb/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_USB_CPC) += cpc-usb.o + +cpc-usb-y := cpc-usb_drv.o sja2m16c_2.o |