summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorLorenzo Miori <memorys60@gmail.com>2012-04-07 10:30:23 +0200
committerThomas Martitz <kugel@rockbox.org>2012-05-28 19:39:14 +0200
commit3cad5573b68917442564dc4f210fac056447c5cd (patch)
tree16e7f637a7bf9a22b00fde445a97f267b5467cc2 /firmware/SOURCES
parent9c33f93c1c9bfd37f33f638eccceefa4c0d5b5e6 (diff)
downloadrockbox-3cad5573b68917442564dc4f210fac056447c5cd.tar.gz
rockbox-3cad5573b68917442564dc4f210fac056447c5cd.zip
ypr0: This patch adds radio support to Samsung YP-R0
Basically it uses the default SI4700 radio chip driver, the only thing that's different is the I2C access, written specifically to interact with my kernel module. Next things to add are: - RDS support! Change-Id: I0ed125641e00f93124d7a34f90dd508e7f1db5a4 Signed-off-by: Lorenzo Miori <memorys60@gmail.com>
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index eb49e3e581..54fde546dc 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -92,6 +92,10 @@ target/hosted/ypr0/backlight-ypr0.c
92target/hosted/ypr0/ascodec-ypr0.c 92target/hosted/ypr0/ascodec-ypr0.c
93target/hosted/ypr0/powermgmt-ypr0.c 93target/hosted/ypr0/powermgmt-ypr0.c
94target/hosted/ypr0/gpio_ypr0.c 94target/hosted/ypr0/gpio_ypr0.c
95target/hosted/ypr0/audio-ypr0.c
96#if CONFIG_TUNER
97target/hosted/ypr0/radio-ypr0.c
98#endif
95#endif 99#endif
96 100
97/* Maemo specific files */ 101/* Maemo specific files */
@@ -309,7 +313,7 @@ drivers/rtc/rtc_imx233.c
309/* Tuner */ 313/* Tuner */
310#if CONFIG_TUNER 314#if CONFIG_TUNER
311tuner.c 315tuner.c
312#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 316#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0))
313#if (CONFIG_TUNER & LV24020LP) 317#if (CONFIG_TUNER & LV24020LP)
314drivers/tuner/lv24020lp.c 318drivers/tuner/lv24020lp.c
315#endif /* (CONFIG_TUNER & LV24020LP) */ 319#endif /* (CONFIG_TUNER & LV24020LP) */