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-ondiosp.h | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'firmware/export/config-ondiosp.h') diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index e3fe6c718f..b4c9f0d572 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -1,6 +1,3 @@ -/* define this if you have recording possibility */ -/* #define HAVE_RECORDING */ - /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 @@ -19,15 +16,6 @@ /* Define this if you have a MAS3539F */ #define CONFIG_HWCODEC MAS3539F -/* 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 +23,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 +34,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 */ - /* How to detect USB */ #define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */ @@ -56,7 +41,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 0x12010 /* Define this if the display is mounted upside down */ #define HAVE_DISPLAY_FLIPPED @@ -73,5 +58,7 @@ /* Define this to support mounting FAT16 partitions */ #define HAVE_FAT16SUPPORT -#endif /* SIMULATOR */ +/* Define this if the MAS SIBI line can be controlled via PB8 */ +#define HAVE_MAS_SIBI_CONTROL +#endif /* SIMULATOR */ -- cgit v1.2.3