diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2008-06-22 19:01:44 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2008-06-22 19:01:44 +0000 |
commit | e62aa9e1567f0e220b5444e2ca62196b034c5954 (patch) | |
tree | e544d7305ff0bd371e16cc50a19ef0c792b93a9a /firmware | |
parent | d6159ea7d7cea65c4bed46f07b5e70da2b9aa0f7 (diff) |
Oops, fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-cowond2.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index cbc4ea98e3..828dc076b7 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -14,7 +14,7 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ -//#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF) +#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP @@ -39,6 +39,10 @@ /* define this if you would like tagcache to build on this target */ //#define HAVE_TAGCACHE +/* FM Tuner +#define CONFIG_TUNER LV24020LP +#define HAVE_TUNER_PWR_CTRL*/ + /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE |