diff chipsetsw/drivers/drv_app/lcc/lcc_cfg.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chipsetsw/drivers/drv_app/lcc/lcc_cfg.h	Mon Jun 01 03:24:05 2015 +0000
@@ -0,0 +1,23 @@
+/******************************************************************************
+ * Power Config (LCC)
+ * Design and coding by Laurent Sollier
+ *
+ * LCC Configuration
+ *
+ * lcc_cfg.h 1.0 Mon, 15 Dec 2003
+ *
+ ******************************************************************************/
+
+#ifndef _LCC_CFG_H_
+#define _LCC_CFG_H_
+
+/* This include is just needed for _RVF (Traces) */
+#include "ffs.cfg"
+
+#define TRACE_WANTED 1
+#define USE_PWL_AS_MODULATOR 1
+#define TEST_PWR_MMI_INTERFACE 0
+#define USE_Q401_CHG_CIRCUIT 1
+#define USE_Q402_CHG_CIRCUIT 0
+
+#endif
\ No newline at end of file