From 2220a4b695f2f5ac9fe212de4bcfa5365318136f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 28 Jan 2017 14:43:35 -0500 Subject: 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 --- firmware/export/config/gigabeats.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'firmware/export/config/gigabeats.h') 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 @@ #define AB_REPEAT_ENABLE -/* Define this if you have a SI4700 fm radio tuner */ -#define CONFIG_TUNER SI4700 - -#define HAVE_RDS_CAP -#define RDS_ISR_PROCESSING - /* Define this if you have the WM8978 audio codec */ #define HAVE_WM8978 @@ -124,6 +118,10 @@ #define HAVE_LCD_ENABLE #ifndef BOOTLOADER +/* Define this if you have a SI4700 fm radio tuner */ +#define CONFIG_TUNER SI4700 +#define HAVE_RDS_CAP +#define RDS_ISR_PROCESSING /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP -- cgit v1.2.3