view src/cs/drivers/drv_app/lcc/lcc_cfg.h @ 194:a18bf8df5fab

aci_pei.c: sync with Magnetite for (MMI != 0) There was a change in Magnetite aci3 for (MMI != 0) configuration; this config does not exist in Selenite, but this change is being pulled in as a sync in order to keep the diff between Magnetite and Selenite to a minimum.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 23 May 2020 07:21:43 +0000
parents b6a5e36de839
children
line wrap: on
line source

/******************************************************************************
 * 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