]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/h8300/Kconfig
ceph: quota: add counter for snaprealms with quota
[mirror_ubuntu-bionic-kernel.git] / arch / h8300 / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
8dbdef22
YS
2config H8300
3 def_bool y
4 select GENERIC_ATOMIC64
5 select HAVE_UID16
6 select VIRT_TO_BUS
8dbdef22
YS
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
bb0eb050 19 select TIMER_OF
97a23beb 20 select H8300_TMR8
42b510eb
YS
21 select HAVE_KERNEL_GZIP
22 select HAVE_KERNEL_LZO
96ff2d70 23 select HAVE_ARCH_KGDB
4684fe95 24 select HAVE_ARCH_HASH
fff7fb0b 25 select CPU_NO_EFFICIENT_FFS
8dbdef22 26
4c97a0c8
BM
27config CPU_BIG_ENDIAN
28 def_bool y
29
8dbdef22
YS
30config RWSEM_GENERIC_SPINLOCK
31 def_bool y
32
33config GENERIC_HWEIGHT
34 def_bool y
35
36config NO_IOPORT_MAP
37 def_bool y
38
39config GENERIC_CSUM
40 def_bool y
41
42config HZ
43 int
44 default 100
45
46config NR_CPUS
47 int
48 default 1
49
50source "init/Kconfig"
51
52source "kernel/Kconfig.freezer"
53
54source "arch/h8300/Kconfig.cpu"
55
56menu "Kernel Features"
57
58source "kernel/Kconfig.preempt"
59
60source "mm/Kconfig"
61
62endmenu
63
64menu "Executable file formats"
65
66source "fs/Kconfig.binfmt"
67
68endmenu
69
70source "net/Kconfig"
71
72source "drivers/Kconfig"
73
74source "fs/Kconfig"
75
76menu "Kernel hacking"
77
78source "lib/Kconfig.debug"
79
80endmenu
81
82source "security/Kconfig"
83
84source "crypto/Kconfig"
85
86source "lib/Kconfig"