diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2016-02-24 05:01:31 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-03-27 19:59:13 -0400 |
commit | 651435d68253b0a5059175e2f113528080e5928e (patch) | |
tree | 1ea9a120478fbbd7e0836f42eecd106b402b0f96 /arch/arm/configs/multi_v7_defconfig | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
ARM: multi_v7_defconfig: enable I2C demultiplexer and slave eeprom
The Renesas Lager board shall be a reference platform for the runtime
I2C IP core switcher and for I2C slave support. Enable the needed
drivers for this.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 28234906a064..434f86b110bb 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -322,6 +322,7 @@ CONFIG_I2C_MUX=y | |||
322 | CONFIG_I2C_ARB_GPIO_CHALLENGE=m | 322 | CONFIG_I2C_ARB_GPIO_CHALLENGE=m |
323 | CONFIG_I2C_MUX_PCA954x=y | 323 | CONFIG_I2C_MUX_PCA954x=y |
324 | CONFIG_I2C_MUX_PINCTRL=y | 324 | CONFIG_I2C_MUX_PINCTRL=y |
325 | CONFIG_I2C_DEMUX_PINCTRL=y | ||
325 | CONFIG_I2C_AT91=m | 326 | CONFIG_I2C_AT91=m |
326 | CONFIG_I2C_BCM2835=y | 327 | CONFIG_I2C_BCM2835=y |
327 | CONFIG_I2C_CADENCE=y | 328 | CONFIG_I2C_CADENCE=y |
@@ -345,6 +346,7 @@ CONFIG_I2C_UNIPHIER_F=y | |||
345 | CONFIG_I2C_XILINX=y | 346 | CONFIG_I2C_XILINX=y |
346 | CONFIG_I2C_RCAR=y | 347 | CONFIG_I2C_RCAR=y |
347 | CONFIG_I2C_CROS_EC_TUNNEL=m | 348 | CONFIG_I2C_CROS_EC_TUNNEL=m |
349 | CONFIG_I2C_SLAVE_EEPROM=y | ||
348 | CONFIG_SPI=y | 350 | CONFIG_SPI=y |
349 | CONFIG_SPI_ATMEL=m | 351 | CONFIG_SPI_ATMEL=m |
350 | CONFIG_SPI_BCM2835=y | 352 | CONFIG_SPI_BCM2835=y |