summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorLorenzo Miori <memorys60@gmail.com>2013-11-15 22:05:40 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-02 20:48:21 +0100
commit1deab739803ee768e393bba41446450a792b6410 (patch)
tree26b5a121d6a03d2f394aa285ab017b1f317caf37 /firmware/export/config.h
parent15155ed10006f84c42bc435e354a16b3f391d55e (diff)
downloadrockbox-1deab739803ee768e393bba41446450a792b6410.tar.gz
rockbox-1deab739803ee768e393bba41446450a792b6410.zip
Initial commit for the YP-Z5 port
The port uses the imx233 soc, it's a STMP3650 based Samsung player Change-Id: I50b6d7e77fd292fab5ed26de87853cd5aaf9eaa4 Reviewed-on: http://gerrit.rockbox.org/490 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3c4c72c054..23ee56fc75 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -150,6 +150,7 @@
150#define MA_PAD 56 150#define MA_PAD 56
151#define SONY_NWZ_PAD 57 151#define SONY_NWZ_PAD 57
152#define CREATIVE_ZEN_PAD 58 152#define CREATIVE_ZEN_PAD 58
153#define SAMSUNG_YPZ5_PAD 59
153 154
154/* CONFIG_REMOTE_KEYPAD */ 155/* CONFIG_REMOTE_KEYPAD */
155#define H100_REMOTE 1 156#define H100_REMOTE 1
@@ -258,6 +259,7 @@
258#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */ 259#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */
259#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */ 260#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
260#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */ 261#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */
262#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
261 263
262/* LCD_PIXELFORMAT */ 264/* LCD_PIXELFORMAT */
263#define HORIZONTAL_PACKING 1 265#define HORIZONTAL_PACKING 1
@@ -546,6 +548,8 @@ Lyre prototype 1 */
546#include "config/sonynwze370.h" 548#include "config/sonynwze370.h"
547#elif defined(SONY_NWZE360) 549#elif defined(SONY_NWZE360)
548#include "config/sonynwze360.h" 550#include "config/sonynwze360.h"
551#elif defined(SAMSUNG_YPZ5)
552#include "config/samsungypz5.h"
549#else 553#else
550/* no known platform */ 554/* no known platform */
551#endif 555#endif