4 select HAVE_GENERIC_DMA_COHERENT
5 select HAVE_GENERIC_HARDIRQS
7 select HAVE_KERNEL_GZIP
8 select HAVE_KERNEL_BZIP2
9 select GENERIC_ATOMIC64
10 select HAVE_KERNEL_LZO
11 select HAVE_KERNEL_LZMA
12 select ARCH_HAVE_CUSTOM_GPIO_H
13 select GENERIC_FIND_FIRST_BIT
14 select GENERIC_IRQ_PROBE
15 select GENERIC_IRQ_SHOW
16 select ARCH_WANT_FRAME_POINTERS
18 select MODULES_USE_ELF_REL
20 UniCore-32 is 32-bit Instruction Set Architecture,
21 including a series of low-power-consumption RISC chip
22 designs licensed by PKUnity Ltd.
23 Please see web page at <http://www.pkunity.com/>.
34 config STACKTRACE_SUPPORT
37 config HAVE_LATENCYTOP_SUPPORT
40 config LOCKDEP_SUPPORT
43 config RWSEM_GENERIC_SPINLOCK
46 config RWSEM_XCHGADD_ALGORITHM
49 config ARCH_HAS_ILOG2_U32
52 config ARCH_HAS_ILOG2_U64
55 config ARCH_HAS_CPUFREQ
58 config GENERIC_HWEIGHT
61 config GENERIC_CALIBRATE_DELAY
64 config ARCH_MAY_HAVE_PC_FDC
70 config NEED_DMA_MAP_STATE
75 source "kernel/Kconfig.freezer"
88 select GENERIC_CLOCKEVENTS
90 select ARCH_REQUIRE_GPIOLIB
91 select ARCH_HAS_CPUFREQ
93 # CONFIGs for ARCH_PUV3
98 prompt "Board Selection"
101 config PUV3_FPGA_DLX200
106 bool "DEBUG board (0913)"
109 bool "NetBook board (0916)"
114 bool "Security Mini-Workstation board (0919)"
119 def_bool y if !ARCH_FPGA
123 source "arch/unicore32/mm/Kconfig"
125 comment "Floating poing support"
127 config UNICORE_FPU_F64
128 def_bool y if !ARCH_FPGA
137 Find out whether you have a PCI motherboard. PCI is the name of a
138 bus system, i.e. the way the CPU talks to the other stuff inside
139 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
140 VESA. If you have PCI, say Y, otherwise N.
142 source "drivers/pci/Kconfig"
144 source "drivers/pcmcia/Kconfig"
148 menu "Kernel Features"
150 source "kernel/Kconfig.preempt"
152 source "kernel/Kconfig.hz"
158 depends on GENERIC_GPIO
160 config ALIGNMENT_TRAP
163 Unicore processors can not fetch/store information which is not
164 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
165 address divisible by 4. On 32-bit Unicore processors, these non-aligned
166 fetch/store instructions will be emulated in software if you say
167 here, which has a severe performance impact. This is necessary for
168 correct operation of some network protocols. With an IP-only
169 configuration it is safe to say N, otherwise say Y.
176 string "Default kernel command string"
180 bool "Always use the default kernel command string"
181 depends on CMDLINE != ""
183 Always use the default kernel command string, even if the boot
184 loader passes other arguments to the kernel.
185 This is useful if you cannot or don't want to change the
186 command-line options your boot loader passes to the kernel.
192 menu "Userspace binary formats"
194 source "fs/Kconfig.binfmt"
198 menu "Power management options"
200 source "kernel/power/Kconfig"
203 source "drivers/cpufreq/Kconfig"
206 config ARCH_SUSPEND_POSSIBLE
207 def_bool y if !ARCH_FPGA
209 config ARCH_HIBERNATION_POSSIBLE
210 def_bool y if !ARCH_FPGA
220 depends on !ARCH_FPGA
227 menu "PKUnity NetBook-0916 Features"
229 config I2C_BATTERY_BQ27200
230 tristate "I2C Battery BQ27200 Support"
233 select BATTERY_BQ27x00
235 config I2C_EEPROM_AT24
236 tristate "I2C EEPROMs AT24 support"
241 tristate "LCD Backlight support"
242 select BACKLIGHT_LCD_SUPPORT
251 source "drivers/Kconfig"
255 source "arch/unicore32/Kconfig.debug"
257 source "security/Kconfig"
259 source "crypto/Kconfig"