diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-09-26 18:59:57 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-10-10 19:52:18 -0400 |
commit | 4385a83d19be799c21af43fbb1ac90364d7a2384 (patch) | |
tree | 0325deda9a047246428b525ceeba080c6aa083cf /arch/arm/configs/keystone_defconfig | |
parent | 700e26292016d723d03a21139de9d5d955d99716 (diff) |
ARM: keystone: Enable I2C and SPI bus support
Keystone I2C dnd SPI driver updates are already merged so lets
enable them in config.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/configs/keystone_defconfig')
-rw-r--r-- | arch/arm/configs/keystone_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 1f36b823905f..9943e5da74f1 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig | |||
@@ -123,7 +123,9 @@ CONFIG_SERIAL_OF_PLATFORM=y | |||
123 | CONFIG_I2C=y | 123 | CONFIG_I2C=y |
124 | # CONFIG_I2C_COMPAT is not set | 124 | # CONFIG_I2C_COMPAT is not set |
125 | CONFIG_I2C_CHARDEV=y | 125 | CONFIG_I2C_CHARDEV=y |
126 | CONFIG_I2C_DAVINCI=y | ||
126 | CONFIG_SPI=y | 127 | CONFIG_SPI=y |
128 | CONFIG_SPI_DAVINCI=y | ||
127 | CONFIG_SPI_SPIDEV=y | 129 | CONFIG_SPI_SPIDEV=y |
128 | # CONFIG_HWMON is not set | 130 | # CONFIG_HWMON is not set |
129 | CONFIG_WATCHDOG=y | 131 | CONFIG_WATCHDOG=y |