summaryrefslogtreecommitdiffstats
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-06-02 23:03:26 +0400
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-11-05 09:59:45 +0400
commit3a97e12fc58bd413c81d827c7b32a8cfd08b4d2b (patch)
tree4a827d570ab32161783d9327a748d87f601605c5 /firmware/export/config.h
parenta170c99170589488531f7f576ad5e248b1c7c589 (diff)
downloadrockbox-3a97e12fc58bd413c81d827c7b32a8cfd08b4d2b.tar.gz
rockbox-3a97e12fc58bd413c81d827c7b32a8cfd08b4d2b.zip
Introduce HiFi E.T. MA8/MA8C ports.
HiFi E.T. MA8 is almost the same as MA9 except another DAC(pcm1792 in ma8, df1704 in ma9). MA8 has ILI9342 lcd, MA8C has ILI9342C lcd. Change-Id: If2ac04f5a3382590b2a392c46286559f54b2ed6a
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 9c6f1f73c5..ffe34fb81b 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -535,6 +535,10 @@ Lyre prototype 1 */
#include "config/hifietma9.h"
#elif defined(MA9C)
#include "config/hifietma9c.h"
+#elif defined(MA8)
+#include "config/hifietma8.h"
+#elif defined(MA8C)
+#include "config/hifietma8c.h"
#elif defined(SONY_NWZE370)
#include "config/sonynwze370.h"
#elif defined(SONY_NWZE360)