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 GENERIC_FIND_FIRST_BIT
12 select GENERIC_IRQ_PROBE
13 select GENERIC_IRQ_SHOW
14 select ARCH_WANT_FRAME_POINTERS
17 UniCore-32 is 32-bit Instruction Set Architecture,
18 including a series of low-power-consumption RISC chip
19 designs licensed by PKUnity Ltd.
20 Please see web page at <http://www.pkunity.com/>.
28 config GENERIC_CLOCKEVENTS
37 config STACKTRACE_SUPPORT
40 config HAVE_LATENCYTOP_SUPPORT
43 config LOCKDEP_SUPPORT
46 config RWSEM_GENERIC_SPINLOCK
49 config RWSEM_XCHGADD_ALGORITHM
52 config ARCH_HAS_ILOG2_U32
55 config ARCH_HAS_ILOG2_U64
58 config ARCH_HAS_CPUFREQ
61 config GENERIC_HWEIGHT
64 config GENERIC_CALIBRATE_DELAY
67 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)"
113 bool "Security Mini-Workstation board (0919)"
118 def_bool y if !ARCH_FPGA
122 source "arch/unicore32/mm/Kconfig"
124 comment "Floating poing support"
126 config UNICORE_FPU_F64
127 def_bool y if !ARCH_FPGA
136 Find out whether you have a PCI motherboard. PCI is the name of a
137 bus system, i.e. the way the CPU talks to the other stuff inside
138 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
139 VESA. If you have PCI, say Y, otherwise N.
141 source "drivers/pci/Kconfig"
143 source "drivers/pcmcia/Kconfig"
147 menu "Kernel Features"
149 source "kernel/time/Kconfig"
151 source "kernel/Kconfig.preempt"
153 source "kernel/Kconfig.hz"
159 depends on GENERIC_GPIO
161 config ALIGNMENT_TRAP
164 Unicore processors can not fetch/store information which is not
165 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
166 address divisible by 4. On 32-bit Unicore processors, these non-aligned
167 fetch/store instructions will be emulated in software if you say
168 here, which has a severe performance impact. This is necessary for
169 correct operation of some network protocols. With an IP-only
170 configuration it is safe to say N, otherwise say Y.
177 string "Default kernel command string"
181 bool "Always use the default kernel command string"
182 depends on CMDLINE != ""
184 Always use the default kernel command string, even if the boot
185 loader passes other arguments to the kernel.
186 This is useful if you cannot or don't want to change the
187 command-line options your boot loader passes to the kernel.
193 menu "Userspace binary formats"
195 source "fs/Kconfig.binfmt"
199 menu "Power management options"
201 source "kernel/power/Kconfig"
204 source "drivers/cpufreq/Kconfig"
207 config ARCH_SUSPEND_POSSIBLE
208 def_bool y if !ARCH_FPGA
210 config ARCH_HIBERNATION_POSSIBLE
211 def_bool y if !ARCH_FPGA
221 depends on !ARCH_FPGA
223 select GPIO_SYSFS if EXPERIMENTAL
228 default BACKLIGHT_PWM
230 Enable support for NB0916 PWM controllers
234 menu "PKUnity NetBook-0916 Features"
236 config I2C_BATTERY_BQ27200
237 tristate "I2C Battery BQ27200 Support"
240 select BATTERY_BQ27x00
242 config I2C_EEPROM_AT24
243 tristate "I2C EEPROMs AT24 support"
249 tristate "LCD Backlight support"
250 select BACKLIGHT_LCD_SUPPORT
259 source "drivers/Kconfig"
263 source "arch/unicore32/Kconfig.debug"
265 source "security/Kconfig"
267 source "crypto/Kconfig"