summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorWolfram Sang <wsa@kernel.org>2023-06-09 17:14:33 +0200
committerWolfram Sang <wsa@kernel.org>2023-06-09 17:14:33 +0200
commit33f36147be36c5fa0919d32d20d501ca97981d9a (patch)
treeabaf4a0e659c6fe4054d15cc71f1cf3796d9d9a0 /drivers/misc
parent8d38800a762c880244f3df87abbc9f34e276e955 (diff)
parent7f3c782b3914e510b646a77aedc3adeac2e4a63b (diff)
Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current
at24 fixes for v6.4-rc6 - fix a Kconfig issue (we need to select REGMAP, not only REGMAP_I2C)
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/eeprom/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
index f0a7531f354c..2d240bfa819f 100644
--- a/drivers/misc/eeprom/Kconfig
+++ b/drivers/misc/eeprom/Kconfig
@@ -6,6 +6,7 @@ config EEPROM_AT24
depends on I2C && SYSFS
select NVMEM
select NVMEM_SYSFS
+ select REGMAP
select REGMAP_I2C
help
Enable this driver to get read/write support to most I2C EEPROMs