Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_H8300
        def_bool y
	select CONFIG_GENERIC_ATOMIC64
	select CONFIG_HAVE_UID16
	select CONFIG_VIRT_TO_BUS
	select CONFIG_GENERIC_IRQ_SHOW
	select CONFIG_FRAME_POINTER
	select CONFIG_GENERIC_CPU_DEVICES
	select CONFIG_MODULES_USE_ELF_RELA
	select CONFIG_GENERIC_CLOCKEVENTS
	select CONFIG_CLKDEV_LOOKUP
	select CONFIG_COMMON_CLK
	select CONFIG_ARCH_WANT_FRAME_POINTERS
	select CONFIG_OF
	select CONFIG_OF_IRQ
	select CONFIG_OF_EARLY_FLATTREE
	select CONFIG_HAVE_MEMBLOCK
	select CONFIG_CLKSRC_OF
	select CONFIG_H8300_TMR8
	select CONFIG_HAVE_KERNEL_GZIP
	select CONFIG_HAVE_KERNEL_LZO
	select CONFIG_HAVE_ARCH_KGDB
	select CONFIG_HAVE_ARCH_HASH
	select CONFIG_CPU_NO_EFFICIENT_FFS

config CONFIG_RWSEM_GENERIC_SPINLOCK
	def_bool y

config CONFIG_GENERIC_HWEIGHT
	def_bool y

config CONFIG_NO_IOPORT_MAP
	def_bool y

config CONFIG_GENERIC_CSUM
        def_bool y

config CONFIG_HZ
	int
	default 100

config CONFIG_NR_CPUS
	int
	default 1

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "arch/h8300/Kconfig.cpu"

menu "Kernel Features"

source "kernel/Kconfig.preempt"

source "mm/Kconfig"

endmenu

menu "Executable file formats"

source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

menu "Kernel hacking"

source "lib/Kconfig.debug"

endmenu

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"