aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-03-16 01:25:08 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2022-03-16 01:48:24 +0200
commit832b90216f5d9f5c825d7c89609fde9508d48d57 (patch)
treec824604073dfd9cc606997103c941b03e2e7b480 /target/linux
parent2de86691b67ea73d858ec1c78757faae795691e4 (diff)
downloadupstream-832b90216f5d9f5c825d7c89609fde9508d48d57.tar.gz
upstream-832b90216f5d9f5c825d7c89609fde9508d48d57.tar.bz2
upstream-832b90216f5d9f5c825d7c89609fde9508d48d57.zip
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: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/qoriq/config-5.103
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10
index 0a338ee9da..6a582bbcd5 100644
--- a/target/linux/qoriq/config-5.10
+++ b/target/linux/qoriq/config-5.10
@@ -177,6 +177,9 @@ CONFIG_HAS_IOPORT_MAP=y
CONFIG_HWMON=y
CONFIG_HW_CONSOLE=y
CONFIG_HW_RANDOM=y
+CONFIG_I2C=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_MPC=y
CONFIG_ILLEGAL_POINTER_VALUE=0x5deadbeef0000000
CONFIG_INITRAMFS_SOURCE=""
CONFIG_INPUT=y