From 6b566568ebdb9e06a0f007606cce98ac996d541a Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 10 Nov 2008 11:04:43 +0000 Subject: Fix Clip firmware building by adding missing symbols Implement some of the new functions Use as3514 rtc Add AS3525 case in rolo.c Copy card_get_info_target() from ata-sd-pp.c , and use the correct 32bits words order git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19064 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-clip.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 9bc4a14bf5..17d975f49d 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -9,6 +9,8 @@ #define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_CRC 0 +#if 0 /* disabled since there is no driver (yet) */ + #define HW_SAMPR_CAPS (SAMPR_CAP_44) /* define this if you have recording possibility */ @@ -23,6 +25,8 @@ explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) +#endif + /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP @@ -93,8 +97,10 @@ #define AB_REPEAT_ENABLE 1 /* FM Tuner */ +#if 0 /* disabled since there is no driver (yet) */ #define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */ //#define HAVE_TUNER_PWR_CTRL +#endif /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -- cgit v1.2.3