1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Rafaël Carré 2008-11-03 13:17:30 +00:00
parent edcacaa787
commit a3c7127b53

View file

@ -9,7 +9,6 @@
#define FIRMWARE_OFFSET_FILE_DATA 0 #define FIRMWARE_OFFSET_FILE_DATA 0
#define FIRMWARE_OFFSET_FILE_CRC 0 #define FIRMWARE_OFFSET_FILE_CRC 0
#if 0
#define HW_SAMPR_CAPS (SAMPR_CAP_44) #define HW_SAMPR_CAPS (SAMPR_CAP_44)
/* define this if you have recording possibility */ /* define this if you have recording possibility */
@ -23,7 +22,6 @@
/* Define bitmask of input sources - recordable bitmask can be defined /* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */ explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
#endif
/* define this if you have a bitmap LCD display */ /* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP #define HAVE_LCD_BITMAP
@ -91,7 +89,7 @@
#define AB_REPEAT_ENABLE 1 #define AB_REPEAT_ENABLE 1
/* FM Tuner */ /* 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 HAVE_TUNER_PWR_CTRL
/* Define this for LCD backlight available */ /* Define this for LCD backlight available */