summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondavx747.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index b603e02c2b..d735c045e2 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -94,6 +94,10 @@
94/* define this if you have a real-time clock */ 94/* define this if you have a real-time clock */
95#define CONFIG_RTC RTC_JZ47XX 95#define CONFIG_RTC RTC_JZ47XX
96 96
97/* Tuner config */
98#define CONFIG_TUNER TEA5767
99#define CONFIG_TUNER_XTAL 32768
100
97/* Define this for LCD backlight available */ 101/* Define this for LCD backlight available */
98#define HAVE_BACKLIGHT 102#define HAVE_BACKLIGHT
99#define HAVE_BACKLIGHT_BRIGHTNESS 103#define HAVE_BACKLIGHT_BRIGHTNESS
@@ -122,6 +126,10 @@
122/* Define this if you have the Jz4740 internal codec */ 126/* Define this if you have the Jz4740 internal codec */
123#define HAVE_JZ4740_CODEC 127#define HAVE_JZ4740_CODEC
124 128
129/* Define bitmask of input sources - recordable bitmask can be defined
130 explicitly if different */
131#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
132
125/* has no tone controls, so we use the software ones */ 133/* has no tone controls, so we use the software ones */
126#define HAVE_SW_TONE_CONTROLS 134#define HAVE_SW_TONE_CONTROLS
127 135