forked from cennac/mesh_k
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.cpu
executable file
·114 lines (90 loc) · 1.09 KB
/
config.cpu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#
# Realtek Semiconductor Corp.
#
# Tony Wu ([email protected])
# Dec. 7, 2009
#
#
# System Config
#
config ARCH_CPU_TYPE
string
default "mips"
config ARCH_32BIT
bool
default y
#
# CPU
#
config ARCH_CPU_MIPS
bool
default y
config ARCH_CPU_MIPS24K
bool
default y
config ARCH_CPU_FPU
bool
default n
config ARCH_CPU_DSP
bool
default n
config ARCH_CPU_EB
bool
default n
config ARCH_CPU_EL
bool
default y
config ARCH_IRQ_CPU
bool
default y
config ARCH_IRQ_GIC
bool
default n
config ARCH_IRQ_VI
bool
default n
config ARCH_IRQ_EI
bool
default n
config ARCH_CPU_SLEEP
bool
default n
#
# CACHE
#
config ARCH_CACHE_SPRAM
bool
default n
config ARCH_CACHE_L2C
bool
default n
config ARCH_CACHE_WBC
bool
default y
config ARCH_CACHE_IOCU
bool
default n
#config ARCH_CACHE_AR7
# bool
# default y
#
# BUS
#
config ARCH_BUS_USB
bool
default y
config ARCH_BUS_PCI
bool
default y
# common flag for Realtek 819X SoC
config RTL_819X
bool
default y
# specific flag for this SoC
config RTL_8197F
bool
default y
# todo when 8197f IC back
config RTL_8197F_FPGA
bool
default n