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:
parent
edcacaa787
commit
a3c7127b53
1 changed files with 1 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue