···11+#ifndef __ASM_ARCH_PXA930_TRKBALL_H22+#define __ASM_ARCH_PXA930_TRKBALL_H33+44+struct pxa930_trkball_platform_data {55+ int x_filter;66+ int y_filter;77+};88+99+#endif /* __ASM_ARCH_PXA930_TRKBALL_H */1010+
+6
drivers/input/mouse/Kconfig
···286286 To compile this driver as a module, choose M here: the287287 module will be called gpio_mouse.288288289289+config MOUSE_PXA930_TRKBALL290290+ tristate "PXA930 Trackball mouse"291291+ depends on CPU_PXA930 || CPU_PXA935292292+ help293293+ Say Y here to support PXA930 Trackball mouse.294294+289295endif