From 1e570da2809f1735f679d0db7254c1e595047116 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 1 Oct 2004 07:36:25 +0000 Subject: Ondio config cleanup, SIBI support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5139 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiofm.h | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'firmware/export/config-ondiofm.h') diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index d27444840b..f7d9a8f33f 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -19,15 +19,6 @@ /* Define this if you have a MAS3587F */ #define CONFIG_HWCODEC MAS3587F -/* Define this if you have a LiIon battery */ -/* #define HAVE_LIION */ - -/* Define this if you need to power on ATA */ -/* #define NEEDS_ATA_POWER_ON */ - -/* Define this if battery voltage can only be measured with ATA powered */ -/* #define NEED_ATA_POWER_BATT_MEASURE */ - /* Define this to the CPU frequency */ #define CPU_FREQ 12000000 @@ -35,7 +26,7 @@ #define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ /* Define this if you control power on PB5 (instead of the OFF button) */ -#define HAVE_POWEROFF_ON_PB5 /* don't know yet */ +#define HAVE_POWEROFF_ON_PB5 /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 20 @@ -46,9 +37,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 24 -/* FM recorders can wake up from RTC alarm */ -/* #define HAVE_ALARM_MOD 1 */ - /* Define this if you have an FM Radio */ #define CONFIG_TUNER TEA5767 @@ -59,7 +47,7 @@ #define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */ /* The start address index for ROM builds */ -#define ROM_START 0x12010 /* don't know yet */ +#define ROM_START 0x16010 /* Define this if the display is mounted upside down */ #define HAVE_DISPLAY_FLIPPED @@ -76,4 +64,7 @@ /* Define this to support mounting FAT16 partitions */ #define HAVE_FAT16SUPPORT +/* Define this if the MAS SIBI line can be controlled via PB8 */ +#define HAVE_MAS_SIBI_CONTROL + #endif /* SIMULATOR */ -- cgit v1.2.3