Skip to content

Commit 33f3614

Browse files
committed
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)
2 parents 8d38800 + 7f3c782 commit 33f3614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/eeprom/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config EEPROM_AT24
66
depends on I2C && SYSFS
77
select NVMEM
88
select NVMEM_SYSFS
9+
select REGMAP
910
select REGMAP_I2C
1011
help
1112
Enable this driver to get read/write support to most I2C EEPROMs

0 commit comments

Comments
 (0)