diff --git a/debian/changelog b/debian/changelog index fad88bbc4..744c10eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ linux-2.6 (3.0~rc1-1~experimental.1) UNRELEASED; urgency=low * rtlwifi: Enable RTL8192SE as module * net/wireless: Enable MWIFIEX, MWIFIEX_SDIO as modules * net/usb: Enable USB_VL600 as module + * tablet: Enable drivers for all possible architectures and flavours -- Ben Hutchings Sat, 21 May 2011 22:13:08 +0100 diff --git a/debian/config/alpha/config b/debian/config/alpha/config index 66635058d..4644af8b4 100644 --- a/debian/config/alpha/config +++ b/debian/config/alpha/config @@ -377,16 +377,6 @@ CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=m -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/armel/config.iop32x b/debian/config/armel/config.iop32x index 0e0adce90..b5e180dcc 100644 --- a/debian/config/armel/config.iop32x +++ b/debian/config/armel/config.iop32x @@ -277,16 +277,6 @@ CONFIG_SERIO_SERPORT=m CONFIG_SERIO_LIBPS2=m # CONFIG_SERIO_RAW is not set -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/armel/config.ixp4xx b/debian/config/armel/config.ixp4xx index 1c30c9fd0..0b1533737 100644 --- a/debian/config/armel/config.ixp4xx +++ b/debian/config/armel/config.ixp4xx @@ -282,16 +282,6 @@ CONFIG_SERIO_SERPORT=m CONFIG_SERIO_LIBPS2=m # CONFIG_SERIO_RAW is not set -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/armel/config.versatile b/debian/config/armel/config.versatile index 1cea11b24..5713bbf7e 100644 --- a/debian/config/armel/config.versatile +++ b/debian/config/armel/config.versatile @@ -172,16 +172,6 @@ CONFIG_SERIO_AMBAKMI=y CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/config b/debian/config/config index 1303e308e..fff8907f3 100644 --- a/debian/config/config +++ b/debian/config/config @@ -685,6 +685,16 @@ CONFIG_MOUSE_SYNAPTICS_I2C=m ## CONFIG_SERIO_ALTERA_PS2=m +## +## file: drivers/input/tablet/Kconfig +## +CONFIG_INPUT_TABLET=y +CONFIG_TABLET_USB_ACECAD=m +CONFIG_TABLET_USB_AIPTEK=m +CONFIG_TABLET_USB_GTCO=m +CONFIG_TABLET_USB_KBTAB=m +CONFIG_TABLET_USB_WACOM=m + ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/ia64/config b/debian/config/ia64/config index 8fe3787f7..772034021 100644 --- a/debian/config/ia64/config +++ b/debian/config/ia64/config @@ -305,16 +305,6 @@ CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=m -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 59199590a..639954cdb 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -591,16 +591,6 @@ CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=m -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index 38f94895a..363d939ee 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -377,16 +377,6 @@ CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=m -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index b1d5e7354..39345e8e0 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -380,16 +380,6 @@ CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=m -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index a08abd25b..94fe6de64 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -349,16 +349,6 @@ CONFIG_SERIO_SERPORT=m CONFIG_SERIO_LIBPS2=m CONFIG_SERIO_RAW=m -## -## file: drivers/input/tablet/Kconfig -## -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_ACECAD=m -CONFIG_TABLET_USB_AIPTEK=m -CONFIG_TABLET_USB_GTCO=m -CONFIG_TABLET_USB_KBTAB=m -CONFIG_TABLET_USB_WACOM=m - ## ## file: drivers/input/touchscreen/Kconfig ## diff --git a/debian/config/sparc/config b/debian/config/sparc/config index 1de5214db..c1c370b62 100644 --- a/debian/config/sparc/config +++ b/debian/config/sparc/config @@ -219,11 +219,6 @@ CONFIG_SERIO_I8042=y CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set -## -## file: drivers/input/tablet/Kconfig -## -# CONFIG_TABLET_USB_KBTAB is not set - ## ## file: drivers/input/touchscreen/Kconfig ##