mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
d272cfc3f0
Convert the module to be property provider agnostic and allow it to be used on non-OF platforms. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220413190117.29814-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
20 lines
458 B
Plaintext
20 lines
458 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Analog Front End drivers
|
|
#
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
menu "Analog Front Ends"
|
|
|
|
config IIO_RESCALE
|
|
tristate "IIO rescale"
|
|
help
|
|
Say yes here to build support for the IIO rescaling
|
|
that handles voltage dividers, current sense shunts and
|
|
current sense amplifiers.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called iio-rescale.
|
|
|
|
endmenu
|