Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.0-rc2 19 lines 449 B view raw
1# 2# Analog Front End drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Analog Front Ends" 7 8config IIO_RESCALE 9 tristate "IIO rescale" 10 depends on OF || COMPILE_TEST 11 help 12 Say yes here to build support for the IIO rescaling 13 that handles voltage dividers, current sense shunts and 14 current sense amplifiers. 15 16 To compile this driver as a module, choose M here: the 17 module will be called iio-rescale. 18 19endmenu