mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
879a523797
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> Acked-by: Peter Rosin <peda@axentia.se> Link: https://lore.kernel.org/r/20220302160025.54348-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Multiplexer drivers
|
|
#
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
menu "Multiplexers"
|
|
|
|
config IIO_MUX
|
|
tristate "IIO multiplexer driver"
|
|
select MULTIPLEXER
|
|
help
|
|
Say yes here to build support for the IIO multiplexer.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called iio-mux.
|
|
|
|
endmenu
|