OSDN Git Service

Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorWolfram Sang <wsa@kernel.org>
Fri, 9 Jun 2023 15:14:33 +0000 (17:14 +0200)
committerWolfram Sang <wsa@kernel.org>
Fri, 9 Jun 2023 15:14:33 +0000 (17:14 +0200)
at24 fixes for v6.4-rc6

- fix a Kconfig issue (we need to select REGMAP, not only REGMAP_I2C)

drivers/misc/eeprom/Kconfig

index f0a7531..2d240bf 100644 (file)
@@ -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