sansaview: clean config file

Change-Id: I2dc4bd724272f4c044815370dd2df95f131426a0
This commit is contained in:
Amaury Pouly 2014-05-05 23:18:40 +02:00
parent 4fef1834e2
commit c1628ba366

View file

@ -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