summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano2g.h')
-rw-r--r--firmware/export/config-ipodnano2g.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index 3b50238c02..d325dd7223 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -105,6 +105,8 @@
105/* Define the type of audio codec */ 105/* Define the type of audio codec */
106#define HAVE_WM8975 106#define HAVE_WM8975
107 107
108#define HAVE_PCM_DMA_ADDRESS
109
108/* Define this for LCD backlight available */ 110/* Define this for LCD backlight available */
109#define HAVE_BACKLIGHT 111#define HAVE_BACKLIGHT
110#define HAVE_BACKLIGHT_BRIGHTNESS 112#define HAVE_BACKLIGHT_BRIGHTNESS
@@ -205,5 +207,5 @@
205#define USB_VENDOR_ID 0x05AC 207#define USB_VENDOR_ID 0x05AC
206#define USB_PRODUCT_ID 0x1260 208#define USB_PRODUCT_ID 0x1260
207#define USB_NUM_ENDPOINTS 5 209#define USB_NUM_ENDPOINTS 5
208/* #define USE_ROCKBOX_USB - needs testing */ 210#define USE_ROCKBOX_USB
209#define USB_DEVBSS_ATTR __attribute__((aligned(16))) 211#define USB_DEVBSS_ATTR __attribute__((aligned(16)))