From 593cc00447af20197a1b7bc009af205a0f065576 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Tue, 28 Sep 2004 22:13:26 +0000 Subject: a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5126 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 4f9decf74b..af7ca91315 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -9,7 +9,7 @@ #define LCD_HEIGHT 64 /* define this if you have a Recorder style 10-key keyboard */ -#define HAVE_RECORDER_KEYPAD 1 +#define CONFIG_KEYPAD RECORDER_PAD /* define this if you have a real-time clock */ #define HAVE_RTC 1 @@ -17,10 +17,10 @@ #ifndef SIMULATOR /* Define this if you have a MAS3587F */ -#define HAVE_MAS3587F +#define CONFIG_HWCODEC MAS3587F /* Define this if you have a SH7034 */ -#define HAVE_SH7034 +#define CONFIG_CPU SH7034 /* Define this if you have a FM Recorder key system */ #define HAVE_FMADC 1 @@ -56,7 +56,7 @@ #define HAVE_ALARM_MOD 1 /* Define this if you have an FM Radio */ -#define HAVE_FMRADIO 1 +#define CONFIG_TUNER S1A0903X01 /* How to detect USB */ #define USB_FMRECORDERSTYLE 1 -- cgit