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-ondiosp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export/config-ondiosp.h') diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 4b276db54f..0a270e8ae5 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -9,15 +9,15 @@ #define LCD_HEIGHT 64 /* define this if you have an Ondio style 6-key keyboard */ -#define HAVE_ONDIO_KEYPAD +#define CONFIG_KEYPAD ONDIO_PAD #ifndef SIMULATOR /* Define this if you have a SH7034 */ -#define HAVE_SH7034 +#define CONFIG_CPU SH7034 -/* Define this if you have a MAS3587F */ -#define HAVE_MAS3587F +/* Define this if you have a MAS3539F */ +#define CONFIG_HWCODEC MAS3587F /* will be MAS3539F once prepared */ /* Define this if you have a LiIon battery */ /* #define HAVE_LIION */ -- cgit v1.2.3