summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 001c89b7d7..71b1270749 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -22,7 +22,7 @@
22 22
23/* Define bitmask of input sources - recordable bitmask can be defined 23/* Define bitmask of input sources - recordable bitmask can be defined
24 explicitly if different */ 24 explicitly if different */
25#define INPUT_SRC_CAPS (SRC_CAP_MIC) 25#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
26 26
27/* define this if you have a bitmap LCD display */ 27/* define this if you have a bitmap LCD display */
28#define HAVE_LCD_BITMAP 28#define HAVE_LCD_BITMAP
@@ -88,8 +88,8 @@
88#define AB_REPEAT_ENABLE 1 88#define AB_REPEAT_ENABLE 1
89 89
90/* FM Tuner */ 90/* FM Tuner */
91/*#define CONFIG_TUNER TEA5767 91#define CONFIG_TUNER LV24020LP
92#define CONFIG_TUNER_XTAL 32768 *//* TODO: what is this? */ 92#define HAVE_TUNER_PWR_CTRL
93 93
94/* Define this for LCD backlight available */ 94/* Define this for LCD backlight available */
95#define HAVE_BACKLIGHT 95#define HAVE_BACKLIGHT