summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-27 12:16:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-27 12:16:45 +0000
commit918918ebab7cd312fb6402bb45ba810194353145 (patch)
tree1d8810786dca01e1bcd4f3551d9c89a687db96e8 /firmware/export/config.h
parent70470f0e74ceadcf200b40d0552ddeafd9187579 (diff)
downloadrockbox-918918ebab7cd312fb6402bb45ba810194353145.tar.gz
rockbox-918918ebab7cd312fb6402bb45ba810194353145.zip
introducing CONFIG_I2C for kind of I2C in use
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5675 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c6431298ef..6a1e896979 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -60,6 +60,11 @@
60#define BL_PA14_HI 2 /* Ondio, PA14 high active */ 60#define BL_PA14_HI 2 /* Ondio, PA14 high active */
61#define BL_IRIVER 3 /* IRiver GPIO */ 61#define BL_IRIVER 3 /* IRiver GPIO */
62 62
63/* CONFIG_I2C */
64#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
65#define I2C_ONDIO 1 /* Ondio style */
66#define I2C_GMINI 2 /* Gmini style */
67
63/* now go and pick yours */ 68/* now go and pick yours */
64#if defined(ARCHOS_PLAYER) 69#if defined(ARCHOS_PLAYER)
65#include "config-player.h" 70#include "config-player.h"