summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-01-28 14:43:35 -0500
committerMichael Sevakis <jethead71@rockbox.org>2017-01-29 19:07:55 -0500
commit2220a4b695f2f5ac9fe212de4bcfa5365318136f (patch)
treeef0b31d798b12cbc5cd61e3f020f1856c1759db4 /firmware/export/config/gigabeats.h
parentd4303ac900bae6b0fd2320db33bdb4f10861a430 (diff)
downloadrockbox-2220a4b695f2f5ac9fe212de4bcfa5365318136f.tar.gz
rockbox-2220a4b695f2f5ac9fe212de4bcfa5365318136f.zip
Improve imx31 interrupt code for PMIC and GPIO
Fix stuff that was bugging me about the way I did it at first. While messing around I found RDS code wasn't masking its GPIO ISR as it should, which might lead to two different interrupts messing with the static data. Change-Id: I54626809ea3039a842af0cc9e3e42853326c4193
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index b20a6934a7..e1bbb18529 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -86,12 +86,6 @@
86 86
87#define AB_REPEAT_ENABLE 87#define AB_REPEAT_ENABLE
88 88
89/* Define this if you have a SI4700 fm radio tuner */
90#define CONFIG_TUNER SI4700
91
92#define HAVE_RDS_CAP
93#define RDS_ISR_PROCESSING
94
95/* Define this if you have the WM8978 audio codec */ 89/* Define this if you have the WM8978 audio codec */
96#define HAVE_WM8978 90#define HAVE_WM8978
97 91
@@ -124,6 +118,10 @@
124#define HAVE_LCD_ENABLE 118#define HAVE_LCD_ENABLE
125 119
126#ifndef BOOTLOADER 120#ifndef BOOTLOADER
121/* Define this if you have a SI4700 fm radio tuner */
122#define CONFIG_TUNER SI4700
123#define HAVE_RDS_CAP
124#define RDS_ISR_PROCESSING
127 125
128/* define this if you can flip your LCD */ 126/* define this if you can flip your LCD */
129#define HAVE_LCD_FLIP 127#define HAVE_LCD_FLIP