summaryrefslogtreecommitdiff
path: root/firmware/export/config-ifp7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r--firmware/export/config-ifp7xx.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 64e8b13304..65915df30e 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -50,8 +50,6 @@
50 50
51#define HAVE_FLASH_DISK 51#define HAVE_FLASH_DISK
52 52
53#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
54
55/* Virtual LED (icon) */ 53/* Virtual LED (icon) */
56#define CONFIG_LED LED_VIRTUAL 54#define CONFIG_LED LED_VIRTUAL
57 55
@@ -62,22 +60,23 @@
62/* define this if you have a flash memory storage */ 60/* define this if you have a flash memory storage */
63#define HAVE_FLASH_STORAGE 61#define HAVE_FLASH_STORAGE
64 62
65#ifndef SIMULATOR
66
67/* Define this if you have a Philips PNX0101 */
68#define CONFIG_CPU PNX0101
69
70/* Define this if you want to use the PNX0101 i2c interface */
71#define CONFIG_I2C I2C_PNX0101
72
73/* Type of mobile power */ 63/* Type of mobile power */
74#define CONFIG_BATTERY BATT_1AA 64#define CONFIG_BATTERY BATT_1AA
65#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
75#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 66#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
76#define BATTERY_CAPACITY_MAX 2800 /* max. capacity selectable */ 67#define BATTERY_CAPACITY_MAX 2800 /* max. capacity selectable */
77#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 68#define BATTERY_CAPACITY_INC 50 /* capacity increment */
78#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */ 69#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
79#define BATTERY_SCALE_FACTOR 3000 /* TODO: only roughly correct */ 70#define BATTERY_SCALE_FACTOR 3000 /* TODO: only roughly correct */
80 71
72#ifndef SIMULATOR
73
74/* Define this if you have a Philips PNX0101 */
75#define CONFIG_CPU PNX0101
76
77/* Define this if you want to use the PNX0101 i2c interface */
78#define CONFIG_I2C I2C_PNX0101
79
81/* The start address index for ROM builds */ 80/* The start address index for ROM builds */
82#define ROM_START 0x00000000 81#define ROM_START 0x00000000
83 82