]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/h8300/Kconfig
lib/GCD.c: use binary GCD algorithm instead of Euclidean
[mirror_ubuntu-artful-kernel.git] / arch / h8300 / Kconfig
CommitLineData
8dbdef22
YS
1config H8300
2 def_bool y
3 select GENERIC_ATOMIC64
4 select HAVE_UID16
5 select VIRT_TO_BUS
8dbdef22
YS
6 select GENERIC_IRQ_SHOW
7 select FRAME_POINTER
8 select GENERIC_CPU_DEVICES
9 select MODULES_USE_ELF_RELA
10 select GENERIC_CLOCKEVENTS
11 select CLKDEV_LOOKUP
12 select COMMON_CLK
13 select ARCH_WANT_FRAME_POINTERS
14 select OF
15 select OF_IRQ
16 select OF_EARLY_FLATTREE
17 select HAVE_MEMBLOCK
f639eeb4 18 select CLKSRC_OF
97a23beb 19 select H8300_TMR8
42b510eb
YS
20 select HAVE_KERNEL_GZIP
21 select HAVE_KERNEL_LZO
96ff2d70 22 select HAVE_ARCH_KGDB
fff7fb0b 23 select CPU_NO_EFFICIENT_FFS
8dbdef22
YS
24
25config RWSEM_GENERIC_SPINLOCK
26 def_bool y
27
28config GENERIC_HWEIGHT
29 def_bool y
30
31config NO_IOPORT_MAP
32 def_bool y
33
34config GENERIC_CSUM
35 def_bool y
36
37config HZ
38 int
39 default 100
40
41config NR_CPUS
42 int
43 default 1
44
45source "init/Kconfig"
46
47source "kernel/Kconfig.freezer"
48
49source "arch/h8300/Kconfig.cpu"
50
51menu "Kernel Features"
52
53source "kernel/Kconfig.preempt"
54
55source "mm/Kconfig"
56
57endmenu
58
59menu "Executable file formats"
60
61source "fs/Kconfig.binfmt"
62
63endmenu
64
65source "net/Kconfig"
66
67source "drivers/Kconfig"
68
69source "fs/Kconfig"
70
71menu "Kernel hacking"
72
73source "lib/Kconfig.debug"
74
75endmenu
76
77source "security/Kconfig"
78
79source "crypto/Kconfig"
80
81source "lib/Kconfig"