Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b6e131b1 authored by Robert Nelson's avatar Robert Nelson
Browse files

config: enable CONFIG_I2C_MUX_PCA954x


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 0c1cf85a
Branches
Tags
No related merge requests found
...@@ -2392,7 +2392,7 @@ CONFIG_I2C_MUX=y ...@@ -2392,7 +2392,7 @@ CONFIG_I2C_MUX=y
# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set # CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
# CONFIG_I2C_MUX_GPIO is not set # CONFIG_I2C_MUX_GPIO is not set
# CONFIG_I2C_MUX_PCA9541 is not set # CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set CONFIG_I2C_MUX_PCA954x=y
# CONFIG_I2C_MUX_PINCTRL is not set # CONFIG_I2C_MUX_PINCTRL is not set
CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=m CONFIG_I2C_SMBUS=m
......
...@@ -29,7 +29,7 @@ toolchain="gcc_linaro_gnueabihf_4_8" ...@@ -29,7 +29,7 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build #Kernel/Build
KERNEL_REL=3.14 KERNEL_REL=3.14
KERNEL_TAG=${KERNEL_REL} KERNEL_TAG=${KERNEL_REL}
BUILD=bone1 BUILD=bone1.1
#v3.X-rcX + upto SHA #v3.X-rcX + upto SHA
#KERNEL_SHA="e6036c0b88962df82a8853971b86a55f09faef40" #KERNEL_SHA="e6036c0b88962df82a8853971b86a55f09faef40"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment