summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 49306d4e81..524a2249d3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -20,6 +20,27 @@
20#ifndef __CONFIG_H__ 20#ifndef __CONFIG_H__
21#define __CONFIG_H__ 21#define __CONFIG_H__
22 22
23/* symbolic names for multiple choice configurations: */
24
25/* CONFIG_TUNER */
26#define S1A0903X01 0 /* Samsung */
27#define TEA5767 1 /* Philips */
28
29/* CONFIG_HWCODEC */
30#define MAS3587F 3587
31#define MAS3507D 3507
32#define MAS3539F 3539
33
34/* CONFIG_CPU */
35#define SH7034 7034
36#define SCF5249 5249
37
38/* CONFIG_KEYPAD */
39#define PLAYER_PAD 0
40#define RECORDER_PAD 1
41#define ONDIO_PAD 2
42
43/* now go and pick yours */
23#if defined(ARCHOS_PLAYER) 44#if defined(ARCHOS_PLAYER)
24#include "config-player.h" 45#include "config-player.h"
25#elif defined(ARCHOS_RECORDER) 46#elif defined(ARCHOS_RECORDER)