summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-01 06:54:02 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-01 10:54:36 +0000
commit0b20038d871be393a853864a3e6e3d2ff489860f (patch)
treeed74e24ef8d9ecaa37ca272c922c95697e191e49 /firmware/export/config
parent674c07d654d3ce626dd0972b83f9e687103882e0 (diff)
downloadrockbox-0b20038d871be393a853864a3e6e3d2ff489860f.tar.gz
rockbox-0b20038d871be393a853864a3e6e3d2ff489860f.zip
FiiO M3K: Hopefully fix the sim build
Change-Id: If5a58a4b3913645068cee95d4553f285eb55d182
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/fiiom3k.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index 1afdbdaa36..99285728a2 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -92,11 +92,12 @@
92/* TODO: implement HAVE_RTC_ALARM */ 92/* TODO: implement HAVE_RTC_ALARM */
93 93
94/* Power management */ 94/* Power management */
95#ifndef SIMULATOR
96#define HAVE_AXP173
97#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE 95#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
98#define CONFIG_CHARGING CHARGING_MONITOR 96#define CONFIG_CHARGING CHARGING_MONITOR
99#define HAVE_SW_POWEROFF 97#define HAVE_SW_POWEROFF
98
99#ifndef SIMULATOR
100#define HAVE_AXP173
100#define HAVE_POWEROFF_WHILE_CHARGING 101#define HAVE_POWEROFF_WHILE_CHARGING
101#endif 102#endif
102 103