From a3c7127b53adfcff922691e978202d258fcd2e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 3 Nov 2008 13:17:30 +0000 Subject: [PATCH] Sansa Clip : define recording and tuner capabilities to fix simulator build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18985 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-clip.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 231702564a..cfeaea770c 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -9,7 +9,6 @@ #define FIRMWARE_OFFSET_FILE_DATA 0 #define FIRMWARE_OFFSET_FILE_CRC 0 -#if 0 #define HW_SAMPR_CAPS (SAMPR_CAP_44) /* define this if you have recording possibility */ @@ -23,7 +22,6 @@ /* Define bitmask of input sources - recordable bitmask can be defined 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 @@ -91,7 +89,7 @@ #define AB_REPEAT_ENABLE 1 /* FM Tuner */ -//#define CONFIG_TUNER +#define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */ //#define HAVE_TUNER_PWR_CTRL /* Define this for LCD backlight available */