diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-20 15:52:51 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-09-25 21:05:07 +0200 |
commit | 1edc7078d6549a7ff39d62318d2879ee72bd0b9d (patch) | |
tree | 41f4143ce4a1a7c03a8036d06925e26a4e152f81 | |
parent | a9839697896c4fdf8c44a06bbce466ce52493069 (diff) | |
download | upstream-1edc7078d6549a7ff39d62318d2879ee72bd0b9d.tar.gz upstream-1edc7078d6549a7ff39d62318d2879ee72bd0b9d.tar.bz2 upstream-1edc7078d6549a7ff39d62318d2879ee72bd0b9d.zip |
ramips: enable I2C_CHARDEV
Expose I2C busses with a chardev device. This is required to control the
PSE controller on the Ubiquiti UniFi Flex Switch.
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r-- | target/linux/ramips/mt7621/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-5.4 b/target/linux/ramips/mt7621/config-5.4 index 46f519fa66..1be4db73fa 100644 --- a/target/linux/ramips/mt7621/config-5.4 +++ b/target/linux/ramips/mt7621/config-5.4 @@ -100,6 +100,7 @@ CONFIG_HIGHMEM=y CONFIG_HZ_PERIODIC=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_CHARDEV=y CONFIG_I2C_GPIO=y CONFIG_I2C_MT7621=y CONFIG_INITRAMFS_SOURCE="" |