summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-11-07 10:48:05 +0000
committerNils Wallménius <nils@rockbox.org>2009-11-07 10:48:05 +0000
commit109f182b0c16e2ebb50fbae746550730151d8913 (patch)
tree8d1977fda7754e992743e59a3e48a794623b0021 /firmware/export/config-gigabeat.h
parent9b6d3d74b380625f62fccb985043e864c648d330 (diff)
downloadrockbox-109f182b0c16e2ebb50fbae746550730151d8913.tar.gz
rockbox-109f182b0c16e2ebb50fbae746550730151d8913.zip
Introduce new config header 'config-sim.h' that takes care of undefining things that shouldn't be defined for sims so that the target configs no longer need to have #ifndef SIMULATOR sections and to bring some consistency for what is and is not included for sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index c4272205bc..a20a5d87ff 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -59,9 +59,7 @@
59 59
60#define HAVE_TOUCHPAD_SENSITIVITY_SETTING 60#define HAVE_TOUCHPAD_SENSITIVITY_SETTING
61 61
62#ifndef SIMULATOR
63#define HAVE_HARDWARE_BEEP 62#define HAVE_HARDWARE_BEEP
64#endif
65 63
66#endif /* BOOTLOADER */ 64#endif /* BOOTLOADER */
67 65
@@ -140,11 +138,6 @@
140 * when running */ 138 * when running */
141#define HAVE_BATTERY_SWITCH 139#define HAVE_BATTERY_SWITCH
142 140
143#ifndef SIMULATOR
144
145/* The LCD on a Gigabeat is 240x320 - it is portrait */
146#define HAVE_PORTRAIT_LCD
147
148#define HAVE_LCD_FLIP 141#define HAVE_LCD_FLIP
149 142
150/* Define this if your LCD can set contrast */ 143/* Define this if your LCD can set contrast */
@@ -190,4 +183,3 @@
190#define BOOTFILE "rockbox." BOOTFILE_EXT 183#define BOOTFILE "rockbox." BOOTFILE_EXT
191#define BOOTDIR "/.rockbox" 184#define BOOTDIR "/.rockbox"
192 185
193#endif