]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/h8300/Kconfig
h8300: Build scripts
[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
6 select ARCH_WANT_IPC_PARSE_VERSION
7 select GENERIC_IRQ_SHOW
8 select FRAME_POINTER
9 select GENERIC_CPU_DEVICES
10 select MODULES_USE_ELF_RELA
11 select GENERIC_CLOCKEVENTS
12 select CLKDEV_LOOKUP
13 select COMMON_CLK
14 select ARCH_WANT_FRAME_POINTERS
15 select OF
16 select OF_IRQ
17 select OF_EARLY_FLATTREE
18 select HAVE_MEMBLOCK
19 select HAVE_DMA_ATTRS
20
21config RWSEM_GENERIC_SPINLOCK
22 def_bool y
23
24config GENERIC_HWEIGHT
25 def_bool y
26
27config NO_IOPORT_MAP
28 def_bool y
29
30config GENERIC_CSUM
31 def_bool y
32
33config HZ
34 int
35 default 100
36
37config NR_CPUS
38 int
39 default 1
40
41source "init/Kconfig"
42
43source "kernel/Kconfig.freezer"
44
45source "arch/h8300/Kconfig.cpu"
46
47menu "Kernel Features"
48
49source "kernel/Kconfig.preempt"
50
51source "mm/Kconfig"
52
53endmenu
54
55menu "Executable file formats"
56
57source "fs/Kconfig.binfmt"
58
59endmenu
60
61source "net/Kconfig"
62
63source "drivers/Kconfig"
64
65source "fs/Kconfig"
66
67menu "Kernel hacking"
68
69source "lib/Kconfig.debug"
70
71endmenu
72
73source "security/Kconfig"
74
75source "crypto/Kconfig"
76
77source "lib/Kconfig"