summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-cowond2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index cbc4ea98e3..828dc076b7 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -14,7 +14,7 @@
14 14
15/* Define bitmask of input sources - recordable bitmask can be defined 15/* Define bitmask of input sources - recordable bitmask can be defined
16 explicitly if different */ 16 explicitly if different */
17//#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF) 17#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
18 18
19/* define this if you have a bitmap LCD display */ 19/* define this if you have a bitmap LCD display */
20#define HAVE_LCD_BITMAP 20#define HAVE_LCD_BITMAP
@@ -39,6 +39,10 @@
39/* define this if you would like tagcache to build on this target */ 39/* define this if you would like tagcache to build on this target */
40//#define HAVE_TAGCACHE 40//#define HAVE_TAGCACHE
41 41
42/* FM Tuner
43#define CONFIG_TUNER LV24020LP
44#define HAVE_TUNER_PWR_CTRL*/
45
42/* define this if you have a flash memory storage */ 46/* define this if you have a flash memory storage */
43#define HAVE_FLASH_STORAGE 47#define HAVE_FLASH_STORAGE
44 48