Skip to content

Commit ca94335

Browse files
tlebtsbogend
authored andcommitted
MIPS: eyeq5_defconfig: add I2C subsystem, driver and temp sensor driver
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 <[email protected]> Acked-by: Gregory CLEMENT <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 0ca9aba commit ca94335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/mips/configs/eyeq5_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,14 @@ CONFIG_CAN_M_CAN=y
6262
CONFIG_SERIAL_AMBA_PL011=y
6363
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
6464
CONFIG_HW_RANDOM=y
65+
CONFIG_I2C=y
66+
CONFIG_I2C_CHARDEV=y
67+
CONFIG_I2C_NOMADIK=y
6568
# CONFIG_PTP_1588_CLOCK is not set
6669
CONFIG_PINCTRL=y
6770
CONFIG_GPIOLIB=y
6871
CONFIG_GPIO_NOMADIK=y
72+
CONFIG_SENSORS_LM75=y
6973
CONFIG_MFD_SYSCON=y
7074
CONFIG_HID_A4TECH=y
7175
CONFIG_HID_BELKIN=y

0 commit comments

Comments
 (0)