Skip to content
Snippets Groups Projects
Commit 832b9021 authored by Stijn Tintel's avatar Stijn Tintel
Browse files

qoriq: enable I2C in target kernel config


The I2C controller used in QorIQ PPC devices requires the mpc-i2c
driver, which is enabled by the I2C_MPC kernel config symbol. Enable
this and its dependencies in the target kernel config, as is done for
the mpc85xx target.

This fixes missing hwmon, rtc and tpm devices on the M300.

Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
parent 2de86691
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,9 @@ CONFIG_HAS_IOPORT_MAP=y ...@@ -177,6 +177,9 @@ CONFIG_HAS_IOPORT_MAP=y
CONFIG_HWMON=y CONFIG_HWMON=y
CONFIG_HW_CONSOLE=y CONFIG_HW_CONSOLE=y
CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_MPC=y
CONFIG_ILLEGAL_POINTER_VALUE=0x5deadbeef0000000 CONFIG_ILLEGAL_POINTER_VALUE=0x5deadbeef0000000
CONFIG_INITRAMFS_SOURCE="" CONFIG_INITRAMFS_SOURCE=""
CONFIG_INPUT=y CONFIG_INPUT=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment