summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index f459934fbc..53bb7f2bc4 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -43,6 +43,9 @@
43/* Define this if you have an FM Radio */ 43/* Define this if you have an FM Radio */
44#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */ 44#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */
45 45
46/* Define this if the tuner is switched on by software */
47#define HAVE_TUNER_PWR_CTRL
48
46/* How to detect USB */ 49/* How to detect USB */
47#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */ 50#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */
48 51