blob: 0b334b671e90c95f817a8638a89655f7f717c4d8 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2config 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 NO_BOOTMEM
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 DMA_DIRECT_OPS
28
29config CPU_BIG_ENDIAN
30 def_bool y
31
32config RWSEM_GENERIC_SPINLOCK
33 def_bool y
34
35config GENERIC_HWEIGHT
36 def_bool y
37
38config NO_IOPORT_MAP
39 def_bool y
40
41config GENERIC_CSUM
42 def_bool y
43
44config HZ
45 int
46 default 100
47
48config NR_CPUS
49 int
50 default 1
51
52source "arch/h8300/Kconfig.cpu"