mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
Configure ISMT and AT24 drivers as modules.
AT24 module can be loaded with different max buffer size. ISMT driver interfere with MLNX I2C controller. ISMT as module can be placed in blacklist on Mlnx platforms. Signed-off-by: Michael Shych <michaelsh@mellanox.com>
This commit is contained in:
@@ -1223,7 +1223,7 @@ CONFIG_VIRTIO_BLK=y
|
||||
#
|
||||
# EEPROM support
|
||||
#
|
||||
CONFIG_EEPROM_AT24=y
|
||||
CONFIG_EEPROM_AT24=m
|
||||
CONFIG_EEPROM_AT25=y
|
||||
CONFIG_EEPROM_LEGACY=y
|
||||
# CONFIG_EEPROM_MAX6875 is not set
|
||||
@@ -2170,7 +2170,7 @@ CONFIG_I2C_ALGOBIT=y
|
||||
# CONFIG_I2C_AMD8111 is not set
|
||||
CONFIG_I2C_I801=y
|
||||
CONFIG_I2C_ISCH=y
|
||||
CONFIG_I2C_ISMT=y
|
||||
CONFIG_I2C_ISMT=m
|
||||
# CONFIG_I2C_PIIX4 is not set
|
||||
# CONFIG_I2C_NFORCE2 is not set
|
||||
# CONFIG_I2C_SIS5595 is not set
|
||||
|
||||
Reference in New Issue
Block a user