summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-08-29 10:12:32 -0400
committerSolomon Peachy <pizza@shaftnet.org>2018-09-20 22:02:28 +0200
commit3671f923eb969bfc0fbe3201806db2107bb0f17d (patch)
tree177a223eb46b0d6ecca81c502c1289ab10bee109 /firmware/export
parentdc6f23ec36979c6807988092cc9f696dcd6a2c81 (diff)
downloadrockbox-3671f923eb969bfc0fbe3201806db2107bb0f17d.tar.gz
rockbox-3671f923eb969bfc0fbe3201806db2107bb0f17d.zip
Xduoo_X3: Update target configuration
Change-Id: Ibc6b204357524550a0d6fa917e7d074ec2e52773
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/xduoox3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index 3262917d2c..6a7f33c842 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -81,9 +81,6 @@
81/* Define this if you do software codec */ 81/* Define this if you do software codec */
82#define CONFIG_CODEC SWCODEC 82#define CONFIG_CODEC SWCODEC
83 83
84/* Define this for LCD backlight available */
85#define HAVE_BACKLIGHT
86
87#ifndef BOOTLOADER 84#ifndef BOOTLOADER
88/* define this if you have a real-time clock */ 85/* define this if you have a real-time clock */
89#define CONFIG_RTC RTC_JZ4760 86#define CONFIG_RTC RTC_JZ4760
@@ -129,6 +126,7 @@
129#define CONFIG_STORAGE (STORAGE_SD /* | STORAGE_NAND */) 126#define CONFIG_STORAGE (STORAGE_SD /* | STORAGE_NAND */)
130 127
131#define HAVE_MULTIDRIVE 128#define HAVE_MULTIDRIVE
129#define CONFIG_STORAGE_MULTI
132#define NUM_DRIVES 2 130#define NUM_DRIVES 2
133 131
134/* Define this if media can be exchanged on the fly */ 132/* Define this if media can be exchanged on the fly */