Merge 5.18-rc5 into char-misc-next
[linux-2.6-microblaze.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 ARCH_HAS_BINFMT_FLAT
6         select BINFMT_FLAT_ARGVP_ENVP_ON_STACK
7         select BINFMT_FLAT_OLD_ALWAYS_RAM
8         select GENERIC_ATOMIC64
9         select HAVE_UID16
10         select VIRT_TO_BUS
11         select GENERIC_IRQ_SHOW
12         select FRAME_POINTER
13         select GENERIC_CPU_DEVICES
14         select MODULES_USE_ELF_RELA
15         select COMMON_CLK
16         select ARCH_WANT_FRAME_POINTERS
17         select OF
18         select OF_IRQ
19         select OF_EARLY_FLATTREE
20         select TIMER_OF
21         select H8300_TMR8
22         select HAVE_KERNEL_GZIP
23         select HAVE_KERNEL_LZO
24         select HAVE_ARCH_KGDB
25         select HAVE_ARCH_HASH
26         select CPU_NO_EFFICIENT_FFS
27         select UACCESS_MEMCPY
28
29 config CPU_BIG_ENDIAN
30         def_bool y
31
32 config GENERIC_HWEIGHT
33         def_bool y
34
35 config NO_IOPORT_MAP
36         def_bool y
37
38 config GENERIC_CSUM
39         def_bool y
40
41 config HZ
42         int
43         default 100
44
45 config NR_CPUS
46         int
47         default 1
48
49 source "arch/h8300/Kconfig.cpu"