[kernel/f15] diable TOUCHSCREEN_EETI on all arm arches

Dennis Gilmore ausil at fedoraproject.org
Tue Jan 31 18:12:19 UTC 2012


commit c24ab00680b1ba9d58a207cbf59b64535583dca8
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jan 31 12:12:10 2012 -0600

    diable TOUCHSCREEN_EETI on all arm arches

 config-arm-generic  |    3 +++
 config-arm-kirkwood |    2 --
 kernel.spec         |    3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 558c7c4..4f44a3e 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -186,6 +186,9 @@ CONFIG_LSM_MMAP_MIN_ADDR=32768
 # CONFIG_DRM_NOUVEAU is not set 
 # CONFIG_MLX4_EN is not set
 
+# drivers/input/touchscreen/eeti_ts.c:65:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration]
+# CONFIG_TOUCHSCREEN_EETI is not set
+
 # FIXME: Guesses, need checking
 # CONFIG_MACH_EUKREA_CPUIMX35SD is not set
 CONFIG_ARM_ERRATA_720789=y
diff --git a/config-arm-kirkwood b/config-arm-kirkwood
index 415e822..5eb6a3d 100644
--- a/config-arm-kirkwood
+++ b/config-arm-kirkwood
@@ -39,5 +39,3 @@ CONFIG_LEDS_NETXBIG=m
 CONFIG_RTC_DRV_MV=m
 CONFIG_MV_XOR=y
 CONFIG_CRYPTO_DEV_MV_CESA=m
-
-# CONFIG_TOUCHSCREEN_EETI is not set
diff --git a/kernel.spec b/kernel.spec
index add1c5a..feecda2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1959,6 +1959,9 @@ fi
 # and build.
 
 %changelog
+* Tue Jan 31 2012 Dennis Gilmore <dennis at ausil.us>
+- diable TOUCHSCREEN_EETI on all arm arches 
+
 * Mon Jan 30 2012 Dave Jones <davej at redhat.com>
 - Enable kmemleak (off by default) in kernel-debug (rhbz 782419)
 


More information about the scm-commits mailing list