diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-01-28 18:56:34 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-01-28 19:03:52 +0200 |
commit | a47f15294324462192acd6c2f304f888ff609cb4 (patch) | |
tree | 14635275b8edd62730cc0b76d0eb4bea21ccede1 /target/linux/ramips | |
parent | c06482489d79e9250efbee5e9238c8883a0e6bea (diff) | |
download | upstream-a47f15294324462192acd6c2f304f888ff609cb4.tar.gz upstream-a47f15294324462192acd6c2f304f888ff609cb4.tar.bz2 upstream-a47f15294324462192acd6c2f304f888ff609cb4.zip |
ramips: enable I2C_CHARDEV in mt7621/config-5.10
I2C_CHARDEV used to be enabled in mt7621/config-5.4. Enable it in the
5.10 config, as it's required for PoE control on Unifi Switch Flex.
Fixes: b4aad29a1d7a ("ramips: add support for kernel 5.10")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/mt7621/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-5.10 b/target/linux/ramips/mt7621/config-5.10 index f3bf6fbb2b..8a5e778e7e 100644 --- a/target/linux/ramips/mt7621/config-5.10 +++ b/target/linux/ramips/mt7621/config-5.10 @@ -96,6 +96,7 @@ CONFIG_HAS_IOPORT_MAP=y CONFIG_HIGHMEM=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_CHARDEV=y CONFIG_I2C_GPIO=y CONFIG_I2C_MT7621=y CONFIG_INITRAMFS_SOURCE="" |