Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1537917

[PATCH v4 5/5] ARM: configs: Add I2C support for STM32 defconfig

From M'boumba Cedric Madianga <cedric.madianga@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v4 5/5] ARM: configs: Add I2C support for STM32 defconfig
Date 2016-12-07 18:00 +0100
Message-ID <sLNJw-2Ce-63@gated-at.bofh.it> (permalink)
References <sLNJv-2Ce-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
---
 arch/arm/configs/stm32_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index e7b56d4..9494eaf 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -52,6 +52,9 @@ CONFIG_SERIAL_NONSTANDARD=y
 CONFIG_SERIAL_STM32=y
 CONFIG_SERIAL_STM32_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
+CONFIG_I2C=y
+CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_STM32F4=y
 # CONFIG_HWMON is not set
 # CONFIG_USB_SUPPORT is not set
 CONFIG_NEW_LEDS=y
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/5] Add support for the STM32F4 I2C M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2016-12-07 18:00 +0100
  [PATCH v4 2/5] i2c: Add STM32F4 I2C driver M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2016-12-07 18:00 +0100
  [PATCH v4 1/5] dt-bindings: Document the STM32 I2C bindings M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2016-12-07 18:00 +0100
  [PATCH v4 5/5] ARM: configs: Add I2C support for STM32 defconfig M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2016-12-07 18:00 +0100

csiph-web