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 CONFIG_CORDIC
	tristate "CORDIC algorithm"
	help
	  This option provides an implementation of the CONFIG_CORDIC algorithm;
	  calculations are in fixed point. Module will be called cordic.

config CONFIG_PRIME_NUMBERS
	tristate

config CONFIG_RATIONAL
	bool