blob: 85907361119717225eeb11936aca364e9b8287d6 [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001/* Auto-generated config file hpl_cmcc_config.h */
2#ifndef HPL_CMCC_CONFIG_H
3#define HPL_CMCC_CONFIG_H
4
5// <<< Use Configuration Wizard in Context Menu >>>
6
7// <h> Basic Configuration
8
9// <q> Cache enable
10//<i> Defines the cache should be enabled or not.
11// <id> cmcc_enable
12#ifndef CONF_CMCC_ENABLE
13#define CONF_CMCC_ENABLE 0x0
14#endif
15
16// <o> Cache Size
17//<i> Defines the cache memory size to be configured.
18// <0x0=>1 KB
19// <0x1=>2 KB
20// <0x2=>4 KB
21// <id> cache_size
22#ifndef CONF_CMCC_CACHE_SIZE
23#define CONF_CMCC_CACHE_SIZE 0x2
24#endif
25
26// <e> Advanced Configuration
27// <id> cmcc_advanced_configuration
28// <q> Data cache disable
29//<i> Defines the data cache should be disabled or not.
30// <id> cmcc_data_cache_disable
31#ifndef CONF_CMCC_DATA_CACHE_DISABLE
32#define CONF_CMCC_DATA_CACHE_DISABLE 0x0
33#endif
34
35// <q> Instruction cache disable
36//<i> Defines the Instruction cache should be disabled or not.
37// <id> cmcc_inst_cache_disable
38#ifndef CONF_CMCC_INST_CACHE_DISABLE
39#define CONF_CMCC_INST_CACHE_DISABLE 0x0
40#endif
41
42// <q> Clock Gating disable
43//<i> Defines the clock gating should be disabled or not.
44// <id> cmcc_clock_gating_disable
45#ifndef CONF_CMCC_CLK_GATING_DISABLE
46#define CONF_CMCC_CLK_GATING_DISABLE 0x0
47#endif
48
49// </e>
50// </h>
51
52// <<< end of configuration section >>>
53
54#endif // HPL_CMCC_CONFIG_H