[kernel] dont build TOUCHSCREEN_EETI on arm

Dennis Gilmore ausil at fedoraproject.org
Thu Jan 19 14:35:25 UTC 2012


commit f8708ce591b16ad825990f7bbd96b3fb949fe2c3
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jan 19 08:35:22 2012 -0600

    dont build TOUCHSCREEN_EETI on arm

 config-arm-generic  |    3 +++
 config-arm-kirkwood |    1 -
 kernel.spec         |    3 +++
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 5614558..f201705 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..44e41f5 100644
--- a/config-arm-kirkwood
+++ b/config-arm-kirkwood
@@ -40,4 +40,3 @@ 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 523f7d0..22f69ce 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2344,6 +2344,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu Jan 19 2012 Dennis Gilmore <dennis at ausil.us>
+- dont build TOUCHSCREEN_EETI on arm 
+
 * Wed Jan 18 2012 Josh Boyer <jwboyer at redhat.com> 3.2.1-8
 - Fix broken procfs backport (rhbz 782961)
 


More information about the scm-commits mailing list