1# SPDX-License-Identifier: GPL-2.0 2config 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 GENERIC_CLOCKEVENTS 16 select COMMON_CLK 17 select ARCH_WANT_FRAME_POINTERS 18 select OF 19 select OF_IRQ 20 select OF_EARLY_FLATTREE 21 select TIMER_OF 22 select H8300_TMR8 23 select HAVE_KERNEL_GZIP 24 select HAVE_KERNEL_LZO 25 select HAVE_ARCH_KGDB 26 select HAVE_ARCH_HASH 27 select CPU_NO_EFFICIENT_FFS 28 select SET_FS 29 select UACCESS_MEMCPY 30 31config CPU_BIG_ENDIAN 32 def_bool y 33 34config GENERIC_HWEIGHT 35 def_bool y 36 37config NO_IOPORT_MAP 38 def_bool y 39 40config GENERIC_CSUM 41 def_bool y 42 43config HZ 44 int 45 default 100 46 47config NR_CPUS 48 int 49 default 1 50 51source "arch/h8300/Kconfig.cpu" 52