summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-11-16 18:21:00 +0400
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-12-16 00:45:18 +0400
commit5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960 (patch)
tree4b9c567df8a5aefb46ace938a034988b7fdb045d /firmware/export/config.h
parent04c59b8a15f96812081ea8730337825af679fbce (diff)
downloadrockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.tar.gz
rockbox-5b5f0755d6d7fd9e3fdfdb479caeb7fafd0a9960.zip
Introduce IHIFI760/960 targets.
Change-Id: Ie36e48742c0ed9aa3fd6f49aa034a11d2492327c
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 23ee56fc75..702a58811c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -151,6 +151,7 @@
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#define SAMSUNG_YPZ5_PAD 59
154#define IHIFI_PAD 60
154 155
155/* CONFIG_REMOTE_KEYPAD */ 156/* CONFIG_REMOTE_KEYPAD */
156#define H100_REMOTE 1 157#define H100_REMOTE 1
@@ -260,6 +261,7 @@
260#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */ 261#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
261#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */ 262#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */
262#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */ 263#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
264#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
263 265
264/* LCD_PIXELFORMAT */ 266/* LCD_PIXELFORMAT */
265#define HORIZONTAL_PACKING 1 267#define HORIZONTAL_PACKING 1
@@ -550,6 +552,10 @@ Lyre prototype 1 */
550#include "config/sonynwze360.h" 552#include "config/sonynwze360.h"
551#elif defined(SAMSUNG_YPZ5) 553#elif defined(SAMSUNG_YPZ5)
552#include "config/samsungypz5.h" 554#include "config/samsungypz5.h"
555#elif defined(IHIFI760)
556#include "config/ihifi760.h"
557#elif defined(IHIFI960)
558#include "config/ihifi960.h"
553#else 559#else
554/* no known platform */ 560/* no known platform */
555#endif 561#endif