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)

Changed files
+1
drivers
misc
eeprom
+1
drivers/misc/eeprom/Kconfig
··· 6 6 depends on I2C && SYSFS 7 7 select NVMEM 8 8 select NVMEM_SYSFS 9 + select REGMAP 9 10 select REGMAP_I2C 10 11 help 11 12 Enable this driver to get read/write support to most I2C EEPROMs