[PATCH 1/2] UBUNTU: [Config] Unify CONFIG_INPUT_UINPUT
Jeremy Kerr
jeremy.kerr at canonical.com
Wed Aug 18 09:54:31 UTC 2010
Currently, we define CONFIG_INPUT_UINPUT separately in each of the ports
configs.
This change removes the arch-specific definitions and replaces with one
in config.common.ports. This will only change sparc, which goes from not
set to =m.
Ignore: yes
Signed-off-by: Jeremy Kerr <jeremy.kerr at canonical.com>
---
debian.master/config/config.common.ports | 1 +
debian.master/config/ia64/config.common.ia64 | 1 -
debian.master/config/powerpc/config.common.powerpc | 1 -
debian.master/config/sparc/config.common.sparc | 1 -
4 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index 775f80c..a983a52 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -1515,6 +1515,7 @@ CONFIG_INPUT_TWL4030_PWRBUTTON=m
CONFIG_INPUT_TWL4030_VIBRA=m
CONFIG_INPUT_WM831X_ON=m
CONFIG_INPUT_YEALINK=m
+CONFIG_INPUT_UINPUT=m
CONFIG_IOMMU_API=y
CONFIG_IOMMU_HELPER=y
CONFIG_IOSAPIC=y
diff --git a/debian.master/config/ia64/config.common.ia64 b/debian.master/config/ia64/config.common.ia64
index a25b5ac..5a1836e 100644
--- a/debian.master/config/ia64/config.common.ia64
+++ b/debian.master/config/ia64/config.common.ia64
@@ -119,7 +119,6 @@ CONFIG_INFINIBAND_QIB=m
CONFIG_INPUT_EVBUG=m
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_JOYSTICK=y
-CONFIG_INPUT_UINPUT=m
# CONFIG_IP1000 is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPV6_PRIVACY is not set
diff --git a/debian.master/config/powerpc/config.common.powerpc b/debian.master/config/powerpc/config.common.powerpc
index 1cde1cb..f05b755 100644
--- a/debian.master/config/powerpc/config.common.powerpc
+++ b/debian.master/config/powerpc/config.common.powerpc
@@ -107,7 +107,6 @@ CONFIG_INFTL=m
CONFIG_INPUT_EVBUG=m
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_JOYSTICK=y
-CONFIG_INPUT_UINPUT=m
CONFIG_IP1000=m
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_POWEROFF=m
diff --git a/debian.master/config/sparc/config.common.sparc b/debian.master/config/sparc/config.common.sparc
index 19e0a16..5a16dfc 100644
--- a/debian.master/config/sparc/config.common.sparc
+++ b/debian.master/config/sparc/config.common.sparc
@@ -119,7 +119,6 @@ CONFIG_INFTL=m
# CONFIG_INPUT_EVBUG is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_JOYSTICK is not set
-# CONFIG_INPUT_UINPUT is not set
CONFIG_IP1000=m
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_POWEROFF is not set
More information about the kernel-team
mailing list