summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 9bc4a14bf5..17d975f49d 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -9,6 +9,8 @@
9#define FIRMWARE_OFFSET_FILE_DATA 8 9#define FIRMWARE_OFFSET_FILE_DATA 8
10#define FIRMWARE_OFFSET_FILE_CRC 0 10#define FIRMWARE_OFFSET_FILE_CRC 0
11 11
12#if 0 /* disabled since there is no driver (yet) */
13
12#define HW_SAMPR_CAPS (SAMPR_CAP_44) 14#define HW_SAMPR_CAPS (SAMPR_CAP_44)
13 15
14/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
@@ -23,6 +25,8 @@
23 explicitly if different */ 25 explicitly if different */
24#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) 26#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
25 27
28#endif
29
26/* define this if you have a bitmap LCD display */ 30/* define this if you have a bitmap LCD display */
27#define HAVE_LCD_BITMAP 31#define HAVE_LCD_BITMAP
28 32
@@ -93,8 +97,10 @@
93#define AB_REPEAT_ENABLE 1 97#define AB_REPEAT_ENABLE 1
94 98
95/* FM Tuner */ 99/* FM Tuner */
100#if 0 /* disabled since there is no driver (yet) */
96#define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */ 101#define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */
97//#define HAVE_TUNER_PWR_CTRL 102//#define HAVE_TUNER_PWR_CTRL
103#endif
98 104
99/* Define this for LCD backlight available */ 105/* Define this for LCD backlight available */
100#define HAVE_BACKLIGHT 106#define HAVE_BACKLIGHT