From ebb612fbcc87a9547a3603ef6188a26b0760a9aa Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 15 Jul 2008 17:17:01 +0000 Subject: Onda VX747: 1) Improve touchscreen handling 2) Add RTC driver 4) Add NAND Flash ID scanning 3) Other minor fixes Nand_ID: Add a generic NAND ID database (currently only containg Samsung chips) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18052 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-ondavx747.h') diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index c61ee17648..96057710c0 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -69,7 +69,6 @@ #define CONFIG_KEYPAD ONDAVX747_PAD #define HAS_BUTTON_HOLD -//#define HAVE_HEADPHONE_DETECTION #define HAVE_TOUCHPAD #define HAVE_BUTTON_DATA @@ -77,7 +76,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -//#define CONFIG_RTC RTC_RX5X348AB +#define CONFIG_RTC RTC_JZ47XX /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT @@ -92,7 +91,6 @@ /* Define this if you have a software controlled poweroff */ //#define HAVE_SW_POWEROFF -//TODO: enable this back /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000 @@ -101,7 +99,7 @@ #define PLUGIN_BUFFER_SIZE 0x100000 /* Define this if you have the */ -//#define HAVE_TLV320 +//#define HAVE_INGENIC_CODEC #define CONFIG_I2C I2C_JZ47XX @@ -129,7 +127,7 @@ #define HAVE_POWEROFF_WHILE_CHARGING /* Define this to the CPU frequency */ -#define CPU_FREQ 16934400 +#define CPU_FREQ 3686400 /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -- cgit v1.2.3