Arm config cleanup

disable TOUCHSCREEN_EGALAX on arm arches
build in CACHE_L2X0 on the imx kernel
dont build the module for imx21 usb since its not something we support
This commit is contained in:
Dennis Gilmore 2012-02-02 16:42:51 -06:00
parent 49c72168ca
commit 860b1af6cf
3 changed files with 9 additions and 3 deletions

View File

@ -188,7 +188,8 @@ CONFIG_LSM_MMAP_MIN_ADDR=32768
# 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
# CONFIG_TOUCHSCREEN_EGALAX is not set
#
# FIXME: Guesses, need checking
# CONFIG_MACH_EUKREA_CPUIMX35SD is not set
CONFIG_ARM_ERRATA_720789=y

View File

@ -33,7 +33,7 @@ CONFIG_MXC_IRQ_PRIOR=y
CONFIG_MXC_PWM=m
CONFIG_MXC_DEBUG_BOARD=y
# CONFIG_CPU_BPREDICT_DISABLE is not set
# CONFIG_CACHE_L2X0 is not set
CONFIG_CACHE_L2X0=y
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
CONFIG_ARM_ERRATA_411920=y
CONFIG_PL310_ERRATA_588369=y
@ -56,7 +56,7 @@ CONFIG_DVB_TDA1004X=m
CONFIG_DVB_PLL=m
CONFIG_SND_IMX_SOC=m
CONFIG_USB_EHCI_MXC=y
CONFIG_USB_IMX21_HCD=m
# CONFIG_USB_IMX21_HCD is not set
CONFIG_MMC_SDHCI_ESDHC_IMX=m
CONFIG_MMC_MXC=m
CONFIG_RTC_MXC=m

View File

@ -2286,6 +2286,11 @@ fi
# ||----w |
# || ||
%changelog
* Thu Feb 02 2012 Dennis Gilmore <dennis@ausil.us>
- disable TOUCHSCREEN_EGALAX on arm arches
- build in CACHE_L2X0 on the imx kernel
- dont build the module for imx21 usb since its not something we support
* Thu Feb 03 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc2.git2.1
- Linux 3.3-rc2-git2 (upstream 24b36da33c64368775f4ef9386d44dce1d2bc8cf)