dont build TOUCHSCREEN_EETI on arm

This commit is contained in:
Dennis Gilmore 2012-01-19 08:35:22 -06:00
parent 57fc038a5e
commit f8708ce591
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -2344,6 +2344,9 @@ fi
# ||----w |
# || ||
%changelog
* Thu Jan 19 2012 Dennis Gilmore <dennis@ausil.us>
- dont build TOUCHSCREEN_EETI on arm
* Wed Jan 18 2012 Josh Boyer <jwboyer@redhat.com> 3.2.1-8
- Fix broken procfs backport (rhbz 782961)