blob: 90835c95947617622e541682ba01d6bb726527a9 [file] [log] [blame]
GuanXuetao790edb62011-02-26 18:24:56 +08001config UNICORE32
2 def_bool y
3 select HAVE_MEMBLOCK
4 select HAVE_GENERIC_DMA_COHERENT
5 select HAVE_GENERIC_HARDIRQS
6 select HAVE_DMA_ATTRS
7 select HAVE_KERNEL_GZIP
8 select HAVE_KERNEL_BZIP2
9 select HAVE_KERNEL_LZO
10 select HAVE_KERNEL_LZMA
11 select GENERIC_FIND_FIRST_BIT
12 select GENERIC_IRQ_PROBE
13 select ARCH_WANT_FRAME_POINTERS
14 help
15 UniCore-32 is 32-bit Instruction Set Architecture,
16 including a series of low-power-consumption RISC chip
17 designs licensed by PKUnity Ltd.
18 Please see web page at <http://www.pkunity.com/>.
19
20config HAVE_PWM
21 bool
22
23config GENERIC_GPIO
24 def_bool y
25
26config GENERIC_CLOCKEVENTS
27 bool
28
29config GENERIC_CSUM
30 def_bool y
31
32config NO_IOPORT
33 bool
34
35config STACKTRACE_SUPPORT
36 def_bool y
37
38config HAVE_LATENCYTOP_SUPPORT
39 def_bool y
40
41config LOCKDEP_SUPPORT
42 def_bool y
43
44config RWSEM_GENERIC_SPINLOCK
45 def_bool y
46
47config RWSEM_XCHGADD_ALGORITHM
48 bool
49
50config ARCH_HAS_ILOG2_U32
51 bool
52
53config ARCH_HAS_ILOG2_U64
54 bool
55
56config ARCH_HAS_CPUFREQ
57 bool
58
59config GENERIC_HWEIGHT
60 def_bool y
61
62config GENERIC_CALIBRATE_DELAY
63 def_bool y
64
65config ARCH_MAY_HAVE_PC_FDC
66 bool
67
68config NEED_DMA_MAP_STATE
69 def_bool y
70
71source "init/Kconfig"
72
73source "kernel/Kconfig.freezer"
74
75menu "System Type"
76
77config MMU
78 def_bool y
79
80config ARCH_FPGA
81 bool
82
83config ARCH_PUV3
84 def_bool y
85 select CPU_UCV2
86 select GENERIC_CLOCKEVENTS
87 select HAVE_CLK
88 select ARCH_REQUIRE_GPIOLIB
89 select ARCH_HAS_CPUFREQ
90
91# CONFIGs for ARCH_PUV3
92
93if ARCH_PUV3
94
95choice
96 prompt "Board Selection"
97 default PUV3_DB0913
98
99config PUV3_FPGA_DLX200
100 select ARCH_FPGA
101 bool "FPGA board"
102
103config PUV3_DB0913
104 bool "DEBUG board (0913)"
105
106config PUV3_NB0916
107 bool "NetBook board (0916)"
108 select HAVE_PWM
109
110config PUV3_SMW0919
111 bool "Security Mini-Workstation board (0919)"
112
113endchoice
114
115config PUV3_PM
116 def_bool y if !ARCH_FPGA
117
118endif
119
120source "arch/unicore32/mm/Kconfig"
121
122comment "Floating poing support"
123
124config UNICORE_FPU_F64
125 def_bool y if !ARCH_FPGA
126
127endmenu
128
129menu "Bus support"
130
131config PCI
132 bool "PCI Support"
133 help
134 Find out whether you have a PCI motherboard. PCI is the name of a
135 bus system, i.e. the way the CPU talks to the other stuff inside
136 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
137 VESA. If you have PCI, say Y, otherwise N.
138
139source "drivers/pci/Kconfig"
140
141source "drivers/pcmcia/Kconfig"
142
143endmenu
144
145menu "Kernel Features"
146
147source "kernel/time/Kconfig"
148
149source "kernel/Kconfig.preempt"
150
151source "kernel/Kconfig.hz"
152
153source "mm/Kconfig"
154
155config LEDS
156 def_bool y
157 depends on GENERIC_GPIO
158
159config ALIGNMENT_TRAP
160 def_bool y
161 help
162 Unicore processors can not fetch/store information which is not
163 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
164 address divisible by 4. On 32-bit Unicore processors, these non-aligned
165 fetch/store instructions will be emulated in software if you say
166 here, which has a severe performance impact. This is necessary for
167 correct operation of some network protocols. With an IP-only
168 configuration it is safe to say N, otherwise say Y.
169
170endmenu
171
172menu "Boot options"
173
174config CMDLINE
175 string "Default kernel command string"
176 default ""
177
178config CMDLINE_FORCE
179 bool "Always use the default kernel command string"
180 depends on CMDLINE != ""
181 help
182 Always use the default kernel command string, even if the boot
183 loader passes other arguments to the kernel.
184 This is useful if you cannot or don't want to change the
185 command-line options your boot loader passes to the kernel.
186
187 If unsure, say N.
188
189endmenu
190
191menu "Userspace binary formats"
192
193source "fs/Kconfig.binfmt"
194
195endmenu
196
197menu "Power management options"
198
199source "kernel/power/Kconfig"
200
201if ARCH_HAS_CPUFREQ
202source "drivers/cpufreq/Kconfig"
203endif
204
205config ARCH_SUSPEND_POSSIBLE
206 def_bool y if !ARCH_FPGA
207
208config ARCH_HIBERNATION_POSSIBLE
209 def_bool y if !ARCH_FPGA
210
211endmenu
212
213source "net/Kconfig"
214
215if ARCH_PUV3
216
217config PUV3_GPIO
218 bool
219 depends on !ARCH_FPGA
220 select GENERIC_GPIO
221 select GPIO_SYSFS if EXPERIMENTAL
222 default y
223
224config PUV3_PWM
225 tristate
226 default BACKLIGHT_PWM
227 help
228 Enable support for NB0916 PWM controllers
229
230config PUV3_RTC
231 tristate "PKUnity v3 RTC Support"
232 depends on !ARCH_FPGA
233
GuanXuetaofa7499e2011-02-26 19:51:18 +0800234if PUV3_NB0916
235
236menu "PKUnity NetBook-0916 Features"
237
238config I2C_BATTERY_BQ27200
239 tristate "I2C Battery BQ27200 Support"
240 select PUV3_I2C
241 select POWER_SUPPLY
242 select BATTERY_BQ27x00
243
244config I2C_EEPROM_AT24
245 tristate "I2C EEPROMs AT24 support"
246 select PUV3_I2C
247 select MISC_DEVICES
248 select EEPROM_AT24
249
250config LCD_BACKLIGHT
251 tristate "LCD Backlight support"
252 select BACKLIGHT_LCD_SUPPORT
253 select BACKLIGHT_PWM
254
255endmenu
256
257endif
258
GuanXuetao790edb62011-02-26 18:24:56 +0800259endif
260
261source "drivers/Kconfig"
262
263source "fs/Kconfig"
264
265source "arch/unicore32/Kconfig.debug"
266
267source "security/Kconfig"
268
269source "crypto/Kconfig"
270
271source "lib/Kconfig"