From f28da1a35a6403b153f93f66e3d96e485f89c363 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 12 Aug 2007 19:49:03 +0000 Subject: Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index af51e81f70..3d6f217ebb 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -53,6 +53,9 @@ /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD +/* Define if we have a hardware defect that causes ticking on the audio line */ +#define HAVE_REMOTE_LCD_TICKING + #define CONFIG_LCD LCD_S1D15E06 /* Define this for LCD backlight available */ @@ -70,8 +73,6 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ - #define AB_REPEAT_ENABLE 1 #define CONFIG_TUNER TEA5767 @@ -90,23 +91,9 @@ #define HAVE_AGC -#ifndef SIMULATOR - -/* Define this if you have a Motorola SCF5249 */ -#define CONFIG_CPU MCF5249 - -/* Define this if you want to use coldfire's i2c interface */ -#define CONFIG_I2C I2C_COLDFIRE - -/* Define this if you can run rockbox from flash memory */ -/* In theory we can, but somebody needs to verify there are no issues. */ -// #define HAVE_FLASHED_ROCKBOX - -/* Define if we have a hardware defect that causes ticking on the audio line */ -#define HAVE_REMOTE_LCD_TICKING - /* Type of mobile power */ #define CONFIG_BATTERY BATT_LIPOL1300 +#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ @@ -117,6 +104,18 @@ //#define CONFIG_CHARGING CHARGING_SIMPLE #define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */ +#ifndef SIMULATOR + +/* Define this if you have a Motorola SCF5249 */ +#define CONFIG_CPU MCF5249 + +/* Define this if you want to use coldfire's i2c interface */ +#define CONFIG_I2C I2C_COLDFIRE + +/* Define this if you can run rockbox from flash memory */ +/* In theory we can, but somebody needs to verify there are no issues. */ +// #define HAVE_FLASHED_ROCKBOX + /* define this if the hardware can be powered off while charging */ #define HAVE_POWEROFF_WHILE_CHARGING -- cgit v1.2.3