4 select HAVE_GENERIC_DMA_COHERENT
5 select HAVE_GENERIC_HARDIRQS
7 select HAVE_KERNEL_GZIP
8 select HAVE_KERNEL_BZIP2
10 select HAVE_KERNEL_LZMA
11 select ARCH_HAVE_CUSTOM_GPIO_H
12 select GENERIC_FIND_FIRST_BIT
13 select GENERIC_IRQ_PROBE
14 select GENERIC_IRQ_SHOW
15 select ARCH_WANT_FRAME_POINTERS
18 UniCore-32 is 32-bit Instruction Set Architecture,
19 including a series of low-power-consumption RISC chip
20 designs licensed by PKUnity Ltd.
21 Please see web page at <http://www.pkunity.com/>.
35 config STACKTRACE_SUPPORT
38 config HAVE_LATENCYTOP_SUPPORT
41 config LOCKDEP_SUPPORT
44 config RWSEM_GENERIC_SPINLOCK
47 config RWSEM_XCHGADD_ALGORITHM
50 config ARCH_HAS_ILOG2_U32
53 config ARCH_HAS_ILOG2_U64
56 config ARCH_HAS_CPUFREQ
59 config GENERIC_HWEIGHT
62 config GENERIC_CALIBRATE_DELAY
65 config ARCH_MAY_HAVE_PC_FDC
68 config NEED_DMA_MAP_STATE
73 source "kernel/Kconfig.freezer"
86 select GENERIC_CLOCKEVENTS
88 select ARCH_REQUIRE_GPIOLIB
89 select ARCH_HAS_CPUFREQ
91 # CONFIGs for ARCH_PUV3
96 prompt "Board Selection"
99 config PUV3_FPGA_DLX200
104 bool "DEBUG board (0913)"
107 bool "NetBook board (0916)"
111 bool "Security Mini-Workstation board (0919)"
116 def_bool y if !ARCH_FPGA
120 source "arch/unicore32/mm/Kconfig"
122 comment "Floating poing support"
124 config UNICORE_FPU_F64
125 def_bool y if !ARCH_FPGA
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.
139 source "drivers/pci/Kconfig"
141 source "drivers/pcmcia/Kconfig"
145 menu "Kernel Features"
147 source "kernel/Kconfig.preempt"
149 source "kernel/Kconfig.hz"
155 depends on GENERIC_GPIO
157 config ALIGNMENT_TRAP
160 Unicore processors can not fetch/store information which is not
161 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
162 address divisible by 4. On 32-bit Unicore processors, these non-aligned
163 fetch/store instructions will be emulated in software if you say
164 here, which has a severe performance impact. This is necessary for
165 correct operation of some network protocols. With an IP-only
166 configuration it is safe to say N, otherwise say Y.
173 string "Default kernel command string"
177 bool "Always use the default kernel command string"
178 depends on CMDLINE != ""
180 Always use the default kernel command string, even if the boot
181 loader passes other arguments to the kernel.
182 This is useful if you cannot or don't want to change the
183 command-line options your boot loader passes to the kernel.
189 menu "Userspace binary formats"
191 source "fs/Kconfig.binfmt"
195 menu "Power management options"
197 source "kernel/power/Kconfig"
200 source "drivers/cpufreq/Kconfig"
203 config ARCH_SUSPEND_POSSIBLE
204 def_bool y if !ARCH_FPGA
206 config ARCH_HIBERNATION_POSSIBLE
207 def_bool y if !ARCH_FPGA
217 depends on !ARCH_FPGA
219 select GPIO_SYSFS if EXPERIMENTAL
224 default BACKLIGHT_PWM
226 Enable support for NB0916 PWM controllers
230 menu "PKUnity NetBook-0916 Features"
232 config I2C_BATTERY_BQ27200
233 tristate "I2C Battery BQ27200 Support"
236 select BATTERY_BQ27x00
238 config I2C_EEPROM_AT24
239 tristate "I2C EEPROMs AT24 support"
245 tristate "LCD Backlight support"
246 select BACKLIGHT_LCD_SUPPORT
255 source "drivers/Kconfig"
259 source "arch/unicore32/Kconfig.debug"
261 source "security/Kconfig"
263 source "crypto/Kconfig"