alx: fix alx_poll()
[linux/fpc-iii.git] / arch / unicore32 / Kconfig
blob25c0dba508cc293712010c96d6c76938d198682a
1 config UNICORE32
2         def_bool y
3         select ARCH_MIGHT_HAVE_PC_PARPORT
4         select ARCH_MIGHT_HAVE_PC_SERIO
5         select HAVE_MEMBLOCK
6         select HAVE_GENERIC_DMA_COHERENT
7         select HAVE_DMA_ATTRS
8         select HAVE_KERNEL_GZIP
9         select HAVE_KERNEL_BZIP2
10         select GENERIC_ATOMIC64
11         select HAVE_KERNEL_LZO
12         select HAVE_KERNEL_LZMA
13         select VIRT_TO_BUS
14         select ARCH_HAVE_CUSTOM_GPIO_H
15         select GENERIC_FIND_FIRST_BIT
16         select GENERIC_IRQ_PROBE
17         select GENERIC_IRQ_SHOW
18         select ARCH_WANT_FRAME_POINTERS
19         select GENERIC_IOMAP
20         select MODULES_USE_ELF_REL
21         help
22           UniCore-32 is 32-bit Instruction Set Architecture,
23           including a series of low-power-consumption RISC chip
24           designs licensed by PKUnity Ltd.
25           Please see web page at <http://www.pkunity.com/>.
27 config GENERIC_CSUM
28         def_bool y
30 config NO_IOPORT
31         bool
33 config STACKTRACE_SUPPORT
34         def_bool y
36 config HAVE_LATENCYTOP_SUPPORT
37         def_bool y
39 config LOCKDEP_SUPPORT
40         def_bool y
42 config RWSEM_GENERIC_SPINLOCK
43         def_bool y
45 config RWSEM_XCHGADD_ALGORITHM
46         bool
48 config ARCH_HAS_ILOG2_U32
49         bool
51 config ARCH_HAS_ILOG2_U64
52         bool
54 config ARCH_HAS_CPUFREQ
55         bool
57 config GENERIC_HWEIGHT
58         def_bool y
60 config GENERIC_CALIBRATE_DELAY
61         def_bool y
63 config ARCH_MAY_HAVE_PC_FDC
64         bool
66 config ZONE_DMA
67         def_bool y
69 config NEED_DMA_MAP_STATE
70        def_bool y
72 source "init/Kconfig"
74 source "kernel/Kconfig.freezer"
76 menu "System Type"
78 config MMU
79         def_bool y
81 config ARCH_FPGA
82         bool
84 config ARCH_PUV3
85         def_bool y
86         select CPU_UCV2
87         select GENERIC_CLOCKEVENTS
88         select HAVE_CLK
89         select ARCH_REQUIRE_GPIOLIB
90         select ARCH_HAS_CPUFREQ
92 # CONFIGs for ARCH_PUV3
94 if ARCH_PUV3
96 choice
97         prompt "Board Selection"
98         default PUV3_DB0913
100 config PUV3_FPGA_DLX200
101         select ARCH_FPGA
102         bool "FPGA board"
104 config PUV3_DB0913
105         bool "DEBUG board (0913)"
107 config PUV3_NB0916
108         bool "NetBook board (0916)"
109         select PWM
110         select PWM_PUV3
112 config PUV3_SMW0919
113         bool "Security Mini-Workstation board (0919)"
115 endchoice
117 config PUV3_PM
118         def_bool y if !ARCH_FPGA
120 endif
122 source "arch/unicore32/mm/Kconfig"
124 comment "Floating poing support"
126 config UNICORE_FPU_F64
127         def_bool y if !ARCH_FPGA
129 endmenu
131 menu "Bus support"
133 config PCI
134         bool "PCI Support"
135         help
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"
145 endmenu
147 menu "Kernel Features"
149 source "kernel/Kconfig.preempt"
151 source "kernel/Kconfig.hz"
153 source "mm/Kconfig"
155 config LEDS
156         def_bool y
157         depends on GPIOLIB
159 config 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.
170 endmenu
172 menu "Boot options"
174 config CMDLINE
175         string "Default kernel command string"
176         default ""
178 config 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.
187           If unsure, say N.
189 endmenu
191 menu "Userspace binary formats"
193 source "fs/Kconfig.binfmt"
195 endmenu
197 menu "Power management options"
199 source "kernel/power/Kconfig"
201 if ARCH_HAS_CPUFREQ
202 source "drivers/cpufreq/Kconfig"
203 endif
205 config ARCH_SUSPEND_POSSIBLE
206         def_bool y if !ARCH_FPGA
208 config ARCH_HIBERNATION_POSSIBLE
209         def_bool y if !ARCH_FPGA
211 endmenu
213 source "net/Kconfig"
215 if ARCH_PUV3
217 config PUV3_GPIO
218         bool
219         depends on !ARCH_FPGA
220         select GPIO_SYSFS
221         default y
223 if PUV3_NB0916
225 menu "PKUnity NetBook-0916 Features"
227 config I2C_BATTERY_BQ27200
228         tristate "I2C Battery BQ27200 Support"
229         select I2C_PUV3
230         select POWER_SUPPLY
231         select BATTERY_BQ27x00
233 config I2C_EEPROM_AT24
234         tristate "I2C EEPROMs AT24 support"
235         select I2C_PUV3
236         select EEPROM_AT24
238 config LCD_BACKLIGHT
239         tristate "LCD Backlight support"
240         select BACKLIGHT_LCD_SUPPORT
241         select BACKLIGHT_PWM
243 endmenu
245 endif
247 endif
249 source "drivers/Kconfig"
251 source "fs/Kconfig"
253 source "arch/unicore32/Kconfig.debug"
255 source "security/Kconfig"
257 source "crypto/Kconfig"
259 source "lib/Kconfig"