xref: /kernel/linux/linux-5.10/arch/h8300/Kconfig (revision 8c2ecf20)
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ciconfig H8300
38c2ecf20Sopenharmony_ci        def_bool y
48c2ecf20Sopenharmony_ci	select ARCH_32BIT_OFF_T
58c2ecf20Sopenharmony_ci	select ARCH_HAS_BINFMT_FLAT
68c2ecf20Sopenharmony_ci	select BINFMT_FLAT_ARGVP_ENVP_ON_STACK
78c2ecf20Sopenharmony_ci	select BINFMT_FLAT_OLD_ALWAYS_RAM
88c2ecf20Sopenharmony_ci	select GENERIC_ATOMIC64
98c2ecf20Sopenharmony_ci	select HAVE_UID16
108c2ecf20Sopenharmony_ci	select VIRT_TO_BUS
118c2ecf20Sopenharmony_ci	select GENERIC_IRQ_SHOW
128c2ecf20Sopenharmony_ci	select FRAME_POINTER
138c2ecf20Sopenharmony_ci	select GENERIC_CPU_DEVICES
148c2ecf20Sopenharmony_ci	select MODULES_USE_ELF_RELA
158c2ecf20Sopenharmony_ci	select GENERIC_CLOCKEVENTS
168c2ecf20Sopenharmony_ci	select COMMON_CLK
178c2ecf20Sopenharmony_ci	select ARCH_WANT_FRAME_POINTERS
188c2ecf20Sopenharmony_ci	select OF
198c2ecf20Sopenharmony_ci	select OF_IRQ
208c2ecf20Sopenharmony_ci	select OF_EARLY_FLATTREE
218c2ecf20Sopenharmony_ci	select TIMER_OF
228c2ecf20Sopenharmony_ci	select H8300_TMR8
238c2ecf20Sopenharmony_ci	select HAVE_KERNEL_GZIP
248c2ecf20Sopenharmony_ci	select HAVE_KERNEL_LZO
258c2ecf20Sopenharmony_ci	select HAVE_ARCH_KGDB
268c2ecf20Sopenharmony_ci	select HAVE_ARCH_HASH
278c2ecf20Sopenharmony_ci	select CPU_NO_EFFICIENT_FFS
288c2ecf20Sopenharmony_ci	select SET_FS
298c2ecf20Sopenharmony_ci	select UACCESS_MEMCPY
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ciconfig CPU_BIG_ENDIAN
328c2ecf20Sopenharmony_ci	def_bool y
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ciconfig GENERIC_HWEIGHT
358c2ecf20Sopenharmony_ci	def_bool y
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ciconfig NO_IOPORT_MAP
388c2ecf20Sopenharmony_ci	def_bool y
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ciconfig GENERIC_CSUM
418c2ecf20Sopenharmony_ci        def_bool y
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ciconfig HZ
448c2ecf20Sopenharmony_ci	int
458c2ecf20Sopenharmony_ci	default 100
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciconfig NR_CPUS
488c2ecf20Sopenharmony_ci	int
498c2ecf20Sopenharmony_ci	default 1
508c2ecf20Sopenharmony_ci
518c2ecf20Sopenharmony_cisource "arch/h8300/Kconfig.cpu"
52