From 0899cd2a5fba6573decf5baad0757502fef86885 Mon Sep 17 00:00:00 2001 From: M'boumba Cedric Madianga Date: Fri, 31 Mar 2017 14:14:53 +0200 Subject: ARM: configs: stm32: Add I2C support This patch adds I2C support for STM32 default configuration Signed-off-by: M'boumba Cedric Madianga Signed-off-by: Alexandre TORGUE --- arch/arm/configs/stm32_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/configs') diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index a9d8e3c9b487..2a5c5dc379bb 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -47,6 +47,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_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y -- cgit From a1365c4081ac21d2a51fcde3a9956e0e41cc2b74 Mon Sep 17 00:00:00 2001 From: Alexandre TORGUE Date: Tue, 31 Jan 2017 09:52:54 +0100 Subject: ARM: configs: Add new config fragment to change RAM start point Add a new fragment to over-ride the RAM start point to 0xd0000000. Signed-off-by: Alexandre TORGUE --- arch/arm/configs/dram_0xd0000000.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/arm/configs/dram_0xd0000000.config (limited to 'arch/arm/configs') diff --git a/arch/arm/configs/dram_0xd0000000.config b/arch/arm/configs/dram_0xd0000000.config new file mode 100644 index 000000000000..61ba7045f8a1 --- /dev/null +++ b/arch/arm/configs/dram_0xd0000000.config @@ -0,0 +1 @@ +CONFIG_DRAM_BASE=0xd0000000 -- cgit