Adjust sun8i-default kernel configuration for media_build (#523)
I2C mux is added, without it w_scan would not work (even though the OS recognizes the tuner).
Please attention - to build media_build without compilation errors ('reset.h is missing") you might need to run:
sed -i '3i IR_SUNXI' v4l/versions.txt
inside media_build folder.
This commit is contained in:
parent
4517c8e75a
commit
2f9ef07538
@ -1868,7 +1868,7 @@ CONFIG_I2C=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_COMPAT=y
|
||||
CONFIG_I2C_CHARDEV=y
|
||||
# CONFIG_I2C_MUX is not set
|
||||
CONFIG_I2C_MUX=y
|
||||
CONFIG_I2C_HELPER_AUTO=y
|
||||
CONFIG_I2C_ALGOBIT=m
|
||||
|
||||
@ -2269,7 +2269,7 @@ CONFIG_VIDEO_MEDIA=m
|
||||
#
|
||||
# Multimedia drivers
|
||||
#
|
||||
CONFIG_RC_CORE=y
|
||||
CONFIG_RC_CORE=m
|
||||
CONFIG_LIRC=y
|
||||
CONFIG_RC_MAP=y
|
||||
CONFIG_IR_NEC_DECODER=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user