From c1628ba36610dcac96f9de5ff3129b69bac10d99 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 5 May 2014 23:18:40 +0200 Subject: sansaview: clean config file Change-Id: I2dc4bd724272f4c044815370dd2df95f131426a0 --- firmware/export/config/sansaview.h | 13 +++---------- 1 file 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 -- cgit v1.2.3