summaryrefslogtreecommitdiff
path: root/firmware/config-fmrecorder.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-16 15:11:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-16 15:11:29 +0000
commitd7b4645f5c7274660c9a020f172ac54f546686b5 (patch)
treedd4506aabd67d6e4abb4ec9eebc85219a34e66f2 /firmware/config-fmrecorder.h
parented69390542e8d4a1d8b46853807db28db28e4b46 (diff)
downloadrockbox-d7b4645f5c7274660c9a020f172ac54f546686b5.tar.gz
rockbox-d7b4645f5c7274660c9a020f172ac54f546686b5.zip
Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3110 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config-fmrecorder.h')
-rw-r--r--firmware/config-fmrecorder.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/firmware/config-fmrecorder.h b/firmware/config-fmrecorder.h
new file mode 100644
index 0000000000..ed3454ff7e
--- /dev/null
+++ b/firmware/config-fmrecorder.h
@@ -0,0 +1,23 @@
1/* define this if you have recording possibility */
2#define HAVE_RECORDING 1
3
4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1
6
7/* define this if you have a Recorder style 10-key keyboard */
8#define HAVE_RECORDER_KEYPAD 1
9
10/* define this if you have a real-time clock */
11#define HAVE_RTC 1
12
13/* Define this if you have a MAS3587F */
14#define HAVE_MAS3587F
15
16/* Define this if you have charging control */
17#define HAVE_CHARGE_CTRL
18
19/* Define this if you have ATA power-off control */
20#define HAVE_ATA_POWER_OFF
21
22/* Define this if you have a FM Recorder key system */
23#define HAVE_FMADC 1