summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10_5gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r--firmware/export/config-h10_5gb.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index add682cbe3..254f59fa35 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -77,20 +77,11 @@
77/* Define this for LCD backlight available */ 77/* Define this for LCD backlight available */
78#define HAVE_BACKLIGHT 78#define HAVE_BACKLIGHT
79 79
80#define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */
81
82#define AB_REPEAT_ENABLE 1 80#define AB_REPEAT_ENABLE 1
83 81
84#ifndef SIMULATOR
85
86/* Define this if you have a PortalPlayer PP5020 */
87#define CONFIG_CPU PP5020
88
89/* Define this if you want to use the PP5020 i2c interface */
90#define CONFIG_I2C I2C_PP5020
91
92/* Type of mobile power */ 82/* Type of mobile power */
93#define CONFIG_BATTERY BATT_BP009 83#define CONFIG_BATTERY BATT_BP009
84#define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */
94#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */ 85#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */
95#define BATTERY_CAPACITY_MAX 900 /* max. capacity selectable */ 86#define BATTERY_CAPACITY_MAX 900 /* max. capacity selectable */
96#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 87#define BATTERY_CAPACITY_INC 10 /* capacity increment */
@@ -100,6 +91,17 @@
100/* Hardware controlled charging */ 91/* Hardware controlled charging */
101#define CONFIG_CHARGING CHARGING_SIMPLE 92#define CONFIG_CHARGING CHARGING_SIMPLE
102 93
94/* define this if the unit can be powered or charged via USB */
95#define HAVE_USB_POWER
96
97#ifndef SIMULATOR
98
99/* Define this if you have a PortalPlayer PP5020 */
100#define CONFIG_CPU PP5020
101
102/* Define this if you want to use the PP5020 i2c interface */
103#define CONFIG_I2C I2C_PP5020
104
103/* define this if the hardware can be powered off while charging */ 105/* define this if the hardware can be powered off while charging */
104#define HAVE_POWEROFF_WHILE_CHARGING 106#define HAVE_POWEROFF_WHILE_CHARGING
105 107
@@ -132,9 +134,6 @@
132/* USB On-the-go */ 134/* USB On-the-go */
133#define CONFIG_USBOTG USBOTG_ARC 135#define CONFIG_USBOTG USBOTG_ARC
134 136
135/* define this if the unit can be powered or charged via USB */
136#define HAVE_USB_POWER
137
138/* Virtual LED (icon) */ 137/* Virtual LED (icon) */
139#define CONFIG_LED LED_VIRTUAL 138#define CONFIG_LED LED_VIRTUAL
140 139