diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2011-07-22 15:45:50 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2011-07-22 15:45:50 +0000 |
| commit | 85c32dbd12108fc570afdec450b7d73684f37a2d (patch) | |
| tree | 418fad12717a7d08eb349c9c5c447734604eb01c /firmware/SOURCES | |
| parent | 7d1d4c6f076ce545ab9d253d5ce77f633733bddc (diff) | |
| download | rockbox-85c32dbd12108fc570afdec450b7d73684f37a2d.zip rockbox-85c32dbd12108fc570afdec450b7d73684f37a2d.tar.gz rockbox-85c32dbd12108fc570afdec450b7d73684f37a2d.tar.bz2 rockbox-85c32dbd12108fc570afdec450b7d73684f37a2d.tar.xz | |
imx233/fuze+: add pin irq support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30195 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 457519d..610cc42 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -501,6 +501,7 @@ target/arm/imx233/mmc-imx233.c target/arm/imx233/ssp-imx233.c target/arm/imx233/usb-imx233.c target/arm/imx233/dma-imx233.c +target/arm/imx233/pinctrl-imx233.c #endif /* IMX233 */ #if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2 @@ -1453,11 +1454,9 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S #ifdef SANSA_FUZEPLUS #ifndef SIMULATOR -#ifndef BOOTLOADER drivers/synaptics-rmi.c drivers/generic_i2c.c target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c -#endif target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c |