Fix Clip Zip bootloader build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31644 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
36613d57fa
commit
5093e68e65
1 changed files with 1 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
|||
#define HAVE_MULTIDRIVE
|
||||
#define NUM_DRIVES 2
|
||||
#define HAVE_HOTSWAP
|
||||
#define HAVE_RDS_CAP
|
||||
#endif
|
||||
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
||||
|
@ -33,8 +34,6 @@
|
|||
explicitly if different */
|
||||
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
|
||||
|
||||
#define HAVE_RDS_CAP
|
||||
|
||||
/* define this if you have a bitmap LCD display */
|
||||
#define HAVE_LCD_BITMAP
|
||||
/* define this if you have a colour LCD */
|
||||
|
@ -123,7 +122,6 @@
|
|||
#define PLUGIN_BUFFER_SIZE 0x80000
|
||||
|
||||
#define AB_REPEAT_ENABLE
|
||||
|
||||
/* FM Tuner */
|
||||
#define CONFIG_TUNER SI4700 /* in fact SI4702 */
|
||||
//#define HAVE_TUNER_PWR_CTRL
|
||||
|
|
Loading…
Reference in a new issue