summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 99d5a61240..8bd63c42e6 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -6,15 +6,15 @@
6#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */ 6#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */
7 7
8/* define this if you have the Player's keyboard */ 8/* define this if you have the Player's keyboard */
9#define HAVE_PLAYER_KEYPAD 1 9#define CONFIG_KEYPAD PLAYER_PAD
10 10
11#ifndef SIMULATOR 11#ifndef SIMULATOR
12 12
13/* Define this if you have a SH7034 */ 13/* Define this if you have a SH7034 */
14#define HAVE_SH7034 14#define CONFIG_CPU SH7034
15 15
16/* Define this if you have a MAS3507D */ 16/* Define this if you have a MAS3507D */
17#define HAVE_MAS3507D 17#define CONFIG_HWCODEC MAS3507D
18 18
19/* Define this if you have a DAC3550A */ 19/* Define this if you have a DAC3550A */
20#define HAVE_DAC3550A 20#define HAVE_DAC3550A