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

# SPDX-License-Identifier: GPL-2.0-only
#
# CONFIG_HSI driver configuration
#
menuconfig CONFIG_HSI
	tristate "HSI support"
	---help---
	  The "High speed synchronous Serial Interface" is
	  synchronous serial interface used mainly to connect
	  application engines and cellular modems.

if CONFIG_HSI

config CONFIG_HSI_BOARDINFO
	bool
	default y

source "drivers/hsi/controllers/Kconfig"
source "drivers/hsi/clients/Kconfig"

endif # CONFIG_HSI