From af97e9369a5ecbe4438a1a5df14269fa56320fa3 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Tue, 2 Oct 2007 21:04:10 +0000 Subject: Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that many (if not all) c200s have the radio hardware even if you can't use it with the original firmware... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14963 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-c200.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index 1d91228d8d..6397dd8338 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -100,8 +100,8 @@ #define AB_REPEAT_ENABLE 1 /* FM Tuner */ -/* TODO: #define CONFIG_TUNER LV24020LP */ -/* TODO: #define HAVE_TUNER_PWR_CTRL */ +#define CONFIG_TUNER LV24020LP +#define HAVE_TUNER_PWR_CTRL /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -- cgit v1.2.3