projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a902e6a
)
mvebu: config define i2c pxa slave
author
Scott Roberts
<ttocsr@gmail.com>
Tue, 30 Jun 2020 19:55:16 +0000
(13:55 -0600)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 4 Jul 2020 19:12:42 +0000
(21:12 +0200)
We are setting CONFIG_I2C_PXA is not set
If you do set pxa to y then you have issues if you do not have
CONFIG_I2C_PXA_SLAVE is not set
Fixes: dd13add3ceed ("kernel: i2c-pxa: remove slave")
Signed-off-by: Scott Roberts <ttocsr@gmail.com>
target/linux/mvebu/config-5.4
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/config-5.4
b/target/linux/mvebu/config-5.4
index ac3e73c7f0c66e737580afbb3682dcae6563aaba..69c7ea3da818f21b8ad7001dc92614a989bc2ed7 100644
(file)
--- a/
target/linux/mvebu/config-5.4
+++ b/
target/linux/mvebu/config-5.4
@@
-280,6
+280,7
@@
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MV64XXX=y
# CONFIG_I2C_PXA is not set
+# CONFIG_I2C_PXA_SLAVE is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IRQCHIP=y
CONFIG_IRQ_DOMAIN=y