diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-03 13:17:30 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-03 13:17:30 +0000 |
commit | a3c7127b53adfcff922691e978202d258fcd2e9e (patch) | |
tree | 32bc91edd29b7b5db348d060317e199b1ac10e68 /firmware/export/config-clip.h | |
parent | edcacaa787d770cd5b944c18082b5b80128f7e4e (diff) | |
download | rockbox-a3c7127b53adfcff922691e978202d258fcd2e9e.tar.gz rockbox-a3c7127b53adfcff922691e978202d258fcd2e9e.zip |
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
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 4 |
1 files changed, 1 insertions, 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 */ |