comparison gsm-fw/riviera/rv/rv_defined_swe.h @ 158:97b671efff9c

gsm-fw: SPI SWE enabled
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 09:44:38 +0000
parents afceeeb2cba1
children 595192258bc9
comparison
equal deleted inserted replaced
157:e48ea5875df7 158:97b671efff9c
42 * definitions. 42 * definitions.
43 */ 43 */
44 #if 0 44 #if 0
45 #include "rv_swe.h" 45 #include "rv_swe.h"
46 #endif 46 #endif
47
48 /*
49 * More FreeCalypso hacks: there are some SWEs which we deem
50 * to be needed unconditionally (but which TI still listed in
51 * rv_swe.h, unlike RVT), and we enable them here instead of
52 * littering config.h with them.
53 */
54
55 #define RVM_SPI_SWE
47 56
48 /* ------------------------------------------------------------------ 57 /* ------------------------------------------------------------------
49 * Grouped SWEs 58 * Grouped SWEs
50 * Some define in rv_swe.h might not represent one SWE, but a group 59 * Some define in rv_swe.h might not represent one SWE, but a group
51 * of SWEs, this is decoded here. 60 * of SWEs, this is decoded here.