From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- kernel/drivers/staging/iio/cdc/Kconfig | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/kernel/drivers/staging/iio/cdc/Kconfig b/kernel/drivers/staging/iio/cdc/Kconfig index 80211df..e0a5ce6 100644 --- a/kernel/drivers/staging/iio/cdc/Kconfig +++ b/kernel/drivers/staging/iio/cdc/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # CDC drivers # @@ -12,16 +13,6 @@ To compile this driver as a module, choose M here: the module will be called ad7150. - -config AD7152 - tristate "Analog Devices ad7152/3 capacitive sensor driver" - depends on I2C - help - Say yes here to build support for Analog Devices capacitive sensors. - (ad7152, ad7153) Provides direct access via sysfs. - - To compile this driver as a module, choose M here: the - module will be called ad7152. config AD7746 tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver" -- Gitblit v1.6.2