]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/h8300/Kconfig
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
[mirror_ubuntu-hirsute-kernel.git] / arch / h8300 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config H8300
3 def_bool y
4 select ARCH_32BIT_OFF_T
5 select GENERIC_ATOMIC64
6 select HAVE_UID16
7 select VIRT_TO_BUS
8 select GENERIC_IRQ_SHOW
9 select FRAME_POINTER
10 select GENERIC_CPU_DEVICES
11 select MODULES_USE_ELF_RELA
12 select GENERIC_CLOCKEVENTS
13 select CLKDEV_LOOKUP
14 select COMMON_CLK
15 select ARCH_WANT_FRAME_POINTERS
16 select OF
17 select OF_IRQ
18 select OF_EARLY_FLATTREE
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 GENERIC_HWEIGHT
31 def_bool y
32
33 config NO_IOPORT_MAP
34 def_bool y
35
36 config GENERIC_CSUM
37 def_bool y
38
39 config HZ
40 int
41 default 100
42
43 config NR_CPUS
44 int
45 default 1
46
47 source "arch/h8300/Kconfig.cpu"