summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-12-29 14:55:49 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-12-29 14:55:49 +0000
commit2403f38c1fd8bc35d4d8e4b12047265366fbf1b7 (patch)
treeda021fed131c9c05512ea7632b059b19ff37b0a7 /firmware/export/config/gigabeats.h
parentea55ad07b700307b6f66960e08b52d96828ce789 (diff)
downloadrockbox-2403f38c1fd8bc35d4d8e4b12047265366fbf1b7.tar.gz
rockbox-2403f38c1fd8bc35d4d8e4b12047265366fbf1b7.zip
RDS: Use a define that doesn't imply any particular hardware dependency.
Theoretically, anything with the capability could implement the decoding action in an ISR on any radio chip supporting RDS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index 9a34791ab1..481a666b4b 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -90,7 +90,7 @@
90#define CONFIG_TUNER SI4700 90#define CONFIG_TUNER SI4700
91 91
92#define HAVE_RDS_CAP 92#define HAVE_RDS_CAP
93#define SI4700_RDS_ASYNC 93#define RDS_ISR_PROCESSING
94 94
95/* Define this if you have the WM8978 audio codec */ 95/* Define this if you have the WM8978 audio codec */
96#define HAVE_WM8978 96#define HAVE_WM8978