diff options
Diffstat (limited to 'firmware/export/config-e200v2.h')
-rw-r--r-- | firmware/export/config-e200v2.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index 1f2366c548..5b051f2a89 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h | |||
@@ -67,11 +67,13 @@ | |||
67 | 67 | ||
68 | /* Define this if you do software codec */ | 68 | /* Define this if you do software codec */ |
69 | #define CONFIG_CODEC SWCODEC | 69 | #define CONFIG_CODEC SWCODEC |
70 | |||
70 | /* There is no hardware tone control */ | 71 | /* There is no hardware tone control */ |
71 | #define HAVE_SW_TONE_CONTROLS | 72 | #define HAVE_SW_TONE_CONTROLS |
72 | 73 | ||
73 | /* Define this if you have an AMS AS3525 */ | 74 | /* We're working on the assumption that the AS3525 has something |
74 | #define HAVE_AS3525 | 75 | similar to the AS3514 for audio codec etc */ |
76 | #define HAVE_AS3514 | ||
75 | 77 | ||
76 | /* define this if you have a real-time clock */ | 78 | /* define this if you have a real-time clock */ |
77 | #ifndef BOOTLOADER | 79 | #ifndef BOOTLOADER |
@@ -92,8 +94,8 @@ | |||
92 | 94 | ||
93 | #define AB_REPEAT_ENABLE 1 | 95 | #define AB_REPEAT_ENABLE 1 |
94 | 96 | ||
95 | /* FM Tuner */ | 97 | /* FM Tuner - suspected to be the SI4702, but use SI4700 for now */ |
96 | /* #define CONFIG_TUNER LV24020LP */ | 98 | #define CONFIG_TUNER SI4700 |
97 | /* #define HAVE_TUNER_PWR_CTRL */ | 99 | /* #define HAVE_TUNER_PWR_CTRL */ |
98 | 100 | ||
99 | /* Define this for LCD backlight available */ | 101 | /* Define this for LCD backlight available */ |