h8300: Add <asm/hash.h>
[cascardo/linux.git] / arch / h8300 / Kconfig
1 config H8300
2         def_bool y
3         select GENERIC_ATOMIC64
4         select HAVE_UID16
5         select VIRT_TO_BUS
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
18         select CLKSRC_OF
19         select H8300_TMR8
20         select HAVE_KERNEL_GZIP
21         select HAVE_KERNEL_LZO
22         select HAVE_ARCH_KGDB
23         select HAVE_ARCH_HASH
24
25 config RWSEM_GENERIC_SPINLOCK
26         def_bool y
27
28 config GENERIC_HWEIGHT
29         def_bool y
30
31 config NO_IOPORT_MAP
32         def_bool y
33
34 config GENERIC_CSUM
35         def_bool y
36
37 config HZ
38         int
39         default 100
40
41 config NR_CPUS
42         int
43         default 1
44
45 source "init/Kconfig"
46
47 source "kernel/Kconfig.freezer"
48
49 source "arch/h8300/Kconfig.cpu"
50
51 menu "Kernel Features"
52
53 source "kernel/Kconfig.preempt"
54
55 source "mm/Kconfig"
56
57 endmenu
58
59 menu "Executable file formats"
60
61 source "fs/Kconfig.binfmt"
62
63 endmenu
64
65 source "net/Kconfig"
66
67 source "drivers/Kconfig"
68
69 source "fs/Kconfig"
70
71 menu "Kernel hacking"
72
73 source "lib/Kconfig.debug"
74
75 endmenu
76
77 source "security/Kconfig"
78
79 source "crypto/Kconfig"
80
81 source "lib/Kconfig"