
menuconfig USB_CPAD
       tristate 'Synaptics cPad USB tablet support' 
       depends on USB && m
       
config USB_CPADINPUT 
	bool 'include input support'
	depends on USB_CPAD && INPUT
	default y

config USB_CPADDEV 
	bool 'include device support'
	depends on USB_CPAD
	default y

config USB_CPADPROCFS
	bool 'include procfs support'
	depends on USB_CPAD && PROC_FS
	default y

config USB_CPADFB
	bool 'include framebuffer support'
	depends on USB_CPAD && FB
	default y
