]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/h8300/Kconfig
microblaze: Add <asm/hash.h>
[mirror_ubuntu-zesty-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
8dbdef22
YS
23
24config RWSEM_GENERIC_SPINLOCK
25 def_bool y
26
27config GENERIC_HWEIGHT
28 def_bool y
29
30config NO_IOPORT_MAP
31 def_bool y
32
33config GENERIC_CSUM
34 def_bool y
35
36config HZ
37 int
38 default 100
39
40config NR_CPUS
41 int
42 default 1
43
44source "init/Kconfig"
45
46source "kernel/Kconfig.freezer"
47
48source "arch/h8300/Kconfig.cpu"
49
50menu "Kernel Features"
51
52source "kernel/Kconfig.preempt"
53
54source "mm/Kconfig"
55
56endmenu
57
58menu "Executable file formats"
59
60source "fs/Kconfig.binfmt"
61
62endmenu
63
64source "net/Kconfig"
65
66source "drivers/Kconfig"
67
68source "fs/Kconfig"
69
70menu "Kernel hacking"
71
72source "lib/Kconfig.debug"
73
74endmenu
75
76source "security/Kconfig"
77
78source "crypto/Kconfig"
79
80source "lib/Kconfig"