URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [input/] [tablet/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## Tablet driver configuration#menuconfig INPUT_TABLETbool "Tablets"helpSay Y here, and a list of supported tablets will be displayed.This option doesn't affect the kernel.If unsure, say Y.if INPUT_TABLETconfig TABLET_USB_ACECADtristate "Acecad Flair tablet support (USB)"depends on USB_ARCH_HAS_HCDselect USBhelpSay Y here if you want to use the USB version of the Acecad Flairtablet. Make sure to say Y to "Mouse support"(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"(CONFIG_INPUT_EVDEV) as well.To compile this driver as a module, choose M here: themodule will be called acecad.config TABLET_USB_AIPTEKtristate "Aiptek 6000U/8000U tablet support (USB)"depends on USB_ARCH_HAS_HCDselect USBhelpSay Y here if you want to use the USB version of the Aiptek 6000Uor Aiptek 8000U tablet. Make sure to say Y to "Mouse support"(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"(CONFIG_INPUT_EVDEV) as well.To compile this driver as a module, choose M here: themodule will be called aiptek.config TABLET_USB_GTCOtristate "GTCO CalComp/InterWrite USB Support"depends on USB && INPUThelpSay Y here if you want to use the USB version of the GTCOCalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"(CONFIG_INPUT_EVDEV) as well.To compile this driver as a module, choose M here: themodule will be called gtco.config TABLET_USB_KBTABtristate "KB Gear JamStudio tablet support (USB)"depends on USB_ARCH_HAS_HCDselect USBhelpSay Y here if you want to use the USB version of the KB GearJamStudio tablet. Make sure to say Y to "Mouse support"(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"(CONFIG_INPUT_EVDEV) as well.To compile this driver as a module, choose M here: themodule will be called kbtab.config TABLET_USB_WACOMtristate "Wacom Intuos/Graphire tablet support (USB)"depends on USB_ARCH_HAS_HCDselect USBhelpSay Y here if you want to use the USB version of the Wacom Intuosor Graphire tablet. Make sure to say Y to "Mouse support"(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"(CONFIG_INPUT_EVDEV) as well.To compile this driver as a module, choose M here: themodule will be called wacom.endif
