summaryrefslogtreecommitdiff
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
parent4fef1834e2fa06b415381ef6ac5c17b3204c9102 (diff)
downloadrockbox-c1628ba36610dcac96f9de5ff3129b69bac10d99.tar.gz
rockbox-c1628ba36610dcac96f9de5ff3129b69bac10d99.zip
sansaview: clean config file
Change-Id: I2dc4bd724272f4c044815370dd2df95f131426a0
-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 @@
53 53
54#ifndef BOOTLOADER 54#ifndef BOOTLOADER
55/* define this if you have LCD enable function */ 55/* define this if you have LCD enable function */
56/* #define HAVE_LCD_ENABLE */ 56#define HAVE_LCD_ENABLE
57
58/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
59 should be defined as well. */
60/* #define HAVE_LCD_SLEEP */
61/* #define HAVE_LCD_SLEEP_SETTING */
62#endif 57#endif
63 58
64/* define this if you can flip your LCD */ 59/* define this if you can flip your LCD */
@@ -67,8 +62,6 @@
67/* define this if you can invert the colours on your LCD */ 62/* define this if you can invert the colours on your LCD */
68#define HAVE_LCD_INVERT 63#define HAVE_LCD_INVERT
69 64
70/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
71
72/* The only difference is that the power/hold is on the left instead of right on Fuze */ 65/* The only difference is that the power/hold is on the left instead of right on Fuze */
73#define CONFIG_KEYPAD SANSA_FUZE_PAD 66#define CONFIG_KEYPAD SANSA_FUZE_PAD
74 67
@@ -158,7 +151,7 @@
158/* Define this to the CPU frequency */ 151/* Define this to the CPU frequency */
159#define CPU_FREQ 250000000 152#define CPU_FREQ 250000000
160 153
161/* Type of LCD TODO: hopefully the same as the x5 but check this*/ 154/* Type of LCD */
162#define CONFIG_LCD LCD_VIEW 155#define CONFIG_LCD LCD_VIEW
163 156
164/* Offset ( in the firmware file's header ) to the file CRC and data. These are 157/* Offset ( in the firmware file's header ) to the file CRC and data. These are
@@ -174,7 +167,7 @@
174#endif 167#endif
175 168
176/* USB On-the-go */ 169/* USB On-the-go */
177/* #define CONFIG_USBOTG USBOTG_ARC */ 170#define CONFIG_USBOTG USBOTG_ARC
178 171
179/* enable these for the experimental usb stack */ 172/* enable these for the experimental usb stack */
180#define HAVE_USBSTACK 173#define HAVE_USBSTACK