diff options
| author | Théo Lebrun <theo.lebrun@bootlin.com> | 2025-07-04 13:47:11 +0200 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-07-16 18:33:39 +0200 |
| commit | ca943354f2ccb82bb7c73c2e8d5eb355b102f75e (patch) | |
| tree | 34b056e6356723f55d38c8cde5a2f6a03bfcc2af /arch/mips | |
| parent | 0ca9aba59cc9cabc7986a29ec4099ef660c53dbb (diff) | |
| download | net-ca943354f2ccb82bb7c73c2e8d5eb355b102f75e.tar.gz | |
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 <theo.lebrun@bootlin.com>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/configs/eyeq5_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/configs/eyeq5_defconfig b/arch/mips/configs/eyeq5_defconfig index e9bb70f65aab33..6688f56aba1c46 100644 --- a/arch/mips/configs/eyeq5_defconfig +++ b/arch/mips/configs/eyeq5_defconfig @@ -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 |
