imx233: don't dcp on stmp3600, allow touchscreen with HAVE_*
Change-Id: Icb9dd3c9b9abdf1c013a78d67576ac857a7f010f
This commit is contained in:
parent
0b6198f8a8
commit
27aca8f276
1 changed files with 3 additions and 1 deletions
|
@ -535,10 +535,12 @@ target/arm/imx233/adc-imx233.c
|
||||||
target/arm/imx233/lradc-imx233.c
|
target/arm/imx233/lradc-imx233.c
|
||||||
target/arm/imx233/pwm-imx233.c
|
target/arm/imx233/pwm-imx233.c
|
||||||
target/arm/imx233/rtc-imx233.c
|
target/arm/imx233/rtc-imx233.c
|
||||||
|
#if IMX233_SUBTARGET >= 3700
|
||||||
target/arm/imx233/dcp-imx233.c
|
target/arm/imx233/dcp-imx233.c
|
||||||
|
#endif
|
||||||
target/arm/imx233/emi-imx233.c
|
target/arm/imx233/emi-imx233.c
|
||||||
target/arm/imx233/uartdbg-imx233.c
|
target/arm/imx233/uartdbg-imx233.c
|
||||||
# ifdef HAVE_TOUCHSCREEN
|
# if defined(HAVE_TOUCHSCREEN) || defined(HAVE_TOUCHPAD_IMX233)
|
||||||
target/arm/imx233/touchscreen-imx233.c
|
target/arm/imx233/touchscreen-imx233.c
|
||||||
# endif
|
# endif
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
|
|
Loading…
Reference in a new issue