diff options
author | Marcelo Schmitt | 2019-03-16 12:07:18 -0300 |
---|---|---|
committer | Jonathan Cameron | 2019-04-04 20:20:12 +0100 |
commit | 8fce3d34d70c98cd546cdb99365659087a408e02 (patch) | |
tree | a4638ea958e24ac5b793549e96ee3645ed808bc7 | |
parent | adb0ef4120bb43b735e2ae13b3d993f31a5a62f7 (diff) |
staging: iio: ad5933: change help rule message
Remove the previous comment about direct access via sysfs which would
lead one think ad5933 driver has limitations it actually doesn't.
Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | drivers/staging/iio/impedance-analyzer/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/impedance-analyzer/Kconfig b/drivers/staging/iio/impedance-analyzer/Kconfig index dd97b6bb3fd0..b9a679cdd146 100644 --- a/drivers/staging/iio/impedance-analyzer/Kconfig +++ b/drivers/staging/iio/impedance-analyzer/Kconfig @@ -10,7 +10,7 @@ config AD5933 select IIO_KFIFO_BUF help Say yes here to build support for Analog Devices Impedance Converter, - Network Analyzer, AD5933/4, provides direct access via sysfs. + Network Analyzer, AD5933/4. To compile this driver as a module, choose M here: the module will be called ad5933. |