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
This commit is contained in:
parent
2aa3e3f63c
commit
e4e42707fe
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,6 @@
|
|||
/* define this if you have a real-time clock */
|
||||
#define CONFIG_RTC RTC_S3C2440
|
||||
|
||||
/* define this if the unit can be powered or charged via USB */
|
||||
#define HAVE_USB_POWER
|
||||
|
||||
/* Define this for LCD backlight available */
|
||||
#define CONFIG_BACKLIGHT BL_GIGABEAT /* port controlled PWM */
|
||||
|
||||
|
@ -101,6 +98,9 @@
|
|||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 16934400
|
||||
|
||||
/* define this if the unit can be powered or charged via USB */
|
||||
#define HAVE_USB_POWER
|
||||
|
||||
/* Define this if you have ATA power-off control */
|
||||
#define HAVE_ATA_POWER_OFF
|
||||
|
||||
|
|
Loading…
Reference in a new issue