summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-01-04 05:00:51 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-01-04 05:00:51 +0000
commite4e42707febffebff730228b05551727420dcdb6 (patch)
treea87020140b74e731ea1f5d0367841ca8565f6c98 /firmware/export/config-gigabeat.h
parent2aa3e3f63c096b2b57981f39f5c8f9213794c9ac (diff)
downloadrockbox-e4e42707febffebff730228b05551727420dcdb6.tar.gz
rockbox-e4e42707febffebff730228b05551727420dcdb6.zip
Moved the HAVE_USB_POWER into the !Simulator section so that the simulator build would work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11895 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index b458a0eccd..6fec1e0775 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -38,9 +38,6 @@
38/* define this if you have a real-time clock */ 38/* define this if you have a real-time clock */
39#define CONFIG_RTC RTC_S3C2440 39#define CONFIG_RTC RTC_S3C2440
40 40
41/* define this if the unit can be powered or charged via USB */
42#define HAVE_USB_POWER
43
44/* Define this for LCD backlight available */ 41/* Define this for LCD backlight available */
45#define CONFIG_BACKLIGHT BL_GIGABEAT /* port controlled PWM */ 42#define CONFIG_BACKLIGHT BL_GIGABEAT /* port controlled PWM */
46 43
@@ -101,6 +98,9 @@
101/* Define this to the CPU frequency */ 98/* Define this to the CPU frequency */
102#define CPU_FREQ 16934400 99#define CPU_FREQ 16934400
103 100
101/* define this if the unit can be powered or charged via USB */
102#define HAVE_USB_POWER
103
104/* Define this if you have ATA power-off control */ 104/* Define this if you have ATA power-off control */
105#define HAVE_ATA_POWER_OFF 105#define HAVE_ATA_POWER_OFF
106 106