vfs: Make __vfs_write() static
[linux/fpc-iii.git] / arch / h8300 / Kconfig
blob6472a06854703321e1d03c61c6054d41f4955c59
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 TIMER_OF
19         select H8300_TMR8
20         select HAVE_KERNEL_GZIP
21         select HAVE_KERNEL_LZO
22         select HAVE_ARCH_KGDB
23         select HAVE_ARCH_HASH
24         select CPU_NO_EFFICIENT_FFS
26 config CPU_BIG_ENDIAN
27         def_bool y
29 config RWSEM_GENERIC_SPINLOCK
30         def_bool y
32 config GENERIC_HWEIGHT
33         def_bool y
35 config NO_IOPORT_MAP
36         def_bool y
38 config GENERIC_CSUM
39         def_bool y
41 config HZ
42         int
43         default 100
45 config NR_CPUS
46         int
47         default 1
49 source "arch/h8300/Kconfig.cpu"