diff options
| author | Solomon Peachy <pizza@shaftnet.org> | 2018-08-29 10:12:32 -0400 |
|---|---|---|
| committer | Solomon Peachy <pizza@shaftnet.org> | 2018-09-20 22:02:28 +0200 |
| commit | 3671f923eb969bfc0fbe3201806db2107bb0f17d (patch) | |
| tree | 177a223eb46b0d6ecca81c502c1289ab10bee109 | |
| parent | dc6f23ec36979c6807988092cc9f696dcd6a2c81 (diff) | |
| download | rockbox-3671f923eb969bfc0fbe3201806db2107bb0f17d.zip rockbox-3671f923eb969bfc0fbe3201806db2107bb0f17d.tar.gz rockbox-3671f923eb969bfc0fbe3201806db2107bb0f17d.tar.bz2 rockbox-3671f923eb969bfc0fbe3201806db2107bb0f17d.tar.xz | |
Xduoo_X3: Update target configuration
Change-Id: Ibc6b204357524550a0d6fa917e7d074ec2e52773
| -rw-r--r-- | firmware/export/config/xduoox3.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h index 3262917..6a7f33c 100644 --- a/firmware/export/config/xduoox3.h +++ b/firmware/export/config/xduoox3.h @@ -81,9 +81,6 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -/* Define this for LCD backlight available */ -#define HAVE_BACKLIGHT - #ifndef BOOTLOADER /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_JZ4760 @@ -129,6 +126,7 @@ #define CONFIG_STORAGE (STORAGE_SD /* | STORAGE_NAND */) #define HAVE_MULTIDRIVE +#define CONFIG_STORAGE_MULTI #define NUM_DRIVES 2 /* Define this if media can be exchanged on the fly */ |