summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-05-05 23:18:40 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-05-11 19:56:28 +0200
commitc1628ba36610dcac96f9de5ff3129b69bac10d99 (patch)
treec8ef6c6f8b1f0b50382b07628c01fbb308ca28fb /firmware
parent4fef1834e2fa06b415381ef6ac5c17b3204c9102 (diff)
downloadrockbox-c1628ba36610dcac96f9de5ff3129b69bac10d99.tar.gz
rockbox-c1628ba36610dcac96f9de5ff3129b69bac10d99.zip
sansaview: clean config file
Change-Id: I2dc4bd724272f4c044815370dd2df95f131426a0
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansaview.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/firmware/export/config/sansaview.h b/firmware/export/config/sansaview.h
index fb49010d62..140407453b 100644
--- a/firmware/export/config/sansaview.h
+++ b/firmware/export/config/sansaview.h
@@ -53,12 +53,7 @@
#ifndef BOOTLOADER
/* define this if you have LCD enable function */
-/* #define HAVE_LCD_ENABLE */
-
-/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
- should be defined as well. */
-/* #define HAVE_LCD_SLEEP */
-/* #define HAVE_LCD_SLEEP_SETTING */
+#define HAVE_LCD_ENABLE
#endif
/* define this if you can flip your LCD */
@@ -67,8 +62,6 @@
/* define this if you can invert the colours on your LCD */
#define HAVE_LCD_INVERT
-/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
-
/* The only difference is that the power/hold is on the left instead of right on Fuze */
#define CONFIG_KEYPAD SANSA_FUZE_PAD
@@ -158,7 +151,7 @@
/* Define this to the CPU frequency */
#define CPU_FREQ 250000000
-/* Type of LCD TODO: hopefully the same as the x5 but check this*/
+/* Type of LCD */
#define CONFIG_LCD LCD_VIEW
/* Offset ( in the firmware file's header ) to the file CRC and data. These are
@@ -174,7 +167,7 @@
#endif
/* USB On-the-go */
-/* #define CONFIG_USBOTG USBOTG_ARC */
+#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK