]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MIPS: eyeq5_defconfig: add I2C subsystem, driver and temp sensor driver
authorThéo Lebrun <theo.lebrun@bootlin.com>
Fri, 4 Jul 2025 11:47:11 +0000 (13:47 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 16 Jul 2025 16:33:39 +0000 (18:33 +0200)
Enable I2C support on the EyeQ5 platform. The evaluation board has a
temperature sensor mounted which helps test the integration.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/configs/eyeq5_defconfig

index e9bb70f65aab33bf35f147c04ebf8b128be8c563..6688f56aba1c460414897c1c346cf7e844e44488 100644 (file)
@@ -62,10 +62,14 @@ CONFIG_CAN_M_CAN=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 CONFIG_HW_RANDOM=y
+CONFIG_I2C=y
+CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_NOMADIK=y
 # CONFIG_PTP_1588_CLOCK is not set
 CONFIG_PINCTRL=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_NOMADIK=y
+CONFIG_SENSORS_LM75=y
 CONFIG_MFD_SYSCON=y
 CONFIG_HID_A4TECH=y
 CONFIG_HID_BELKIN=y