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