summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 970a882069..09f5e18ecc 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -83,6 +83,9 @@
83/* Define this if you want to use coldfire's i2c interface */ 83/* Define this if you want to use coldfire's i2c interface */
84#define CONFIG_I2C I2C_IMX31L 84#define CONFIG_I2C I2C_IMX31L
85 85
86/* Define the bitmask of serial interface modules (CSPI) used */
87#define SPI_MODULE_MASK (USE_CSPI2_MODULE)
88
86/* Type of mobile power - check this out */ 89/* Type of mobile power - check this out */
87#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 90#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
88#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 91#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */