summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/stm32_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: configs: stm32: Enable MMC_ARMMMCI and EXT3_FS supportPatrice Chotard2018-02-271-0/+3
| | | | | | | | | | | -Enable MMC_ARMMCI support to add SDIO support for STM32F4 and STM32F7 SoCs family -Enable EXT3_FS support to be able to read rootfs from MMC partition formatted in EXT2/3/4 Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: configs: stm32: Add MDMA support in STM32 defconfigPierre-Yves MORDRET2017-10-161-0/+1
| | | | | | | This patch adds MDMA support in STM32 defconfig file Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: configs: stm32: Add I2C F7 support in STM32 defconfigPierre-Yves MORDRET2017-10-061-0/+1
| | | | | | | This patch adds I2C F7 support for STM32 Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: configs: stm32: Add DMAMUX support in STM32 defconfigPierre-Yves MORDRET2017-10-051-0/+1
| | | | | | | | This patch adds DMAMUX support in STM32 defconfig file Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: configs: stm32: Update default configuration for v4.14-rc1Alexandre Torgue2017-10-051-6/+2Star
| | | | | | Regenerate the default configuration on top of v4.14-rc1. Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: configs: stm32: STMPE1600 GPIO expanderHugues Fruchet2017-06-081-0/+2
| | | | | | | Enable STMPE1600 GPIO expander. Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: configs: stm32: Add watchdog support in STM32 defconfigYannick Fertre2017-06-081-0/+1
| | | | | | | This patch adds STM32 watchdog support in stm32_defconfig file Signed-off-by: Yannick Fertre <yannick.fertre@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* Merge tag 'armsoc-defconfig' of ↵Linus Torvalds2017-05-091-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM: SoC defconfig updates from Olof Johansson: "We've traditionally kept defconfig updates in a separate branch, often to encourage submaintainers to handle those patches separately to avoid conflicts on the shared files. The amount of changes seem to be decreasing though, so we might rethink how we handle this going forward. There really isn't much to write about here. The bulk of changes here are enabling drivers for whatever platforms the hardware is found on (and multi-configs)" * tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (30 commits) multi_v7_defconfig: make Rockchip usb2-phy built-in ARM: omap2plus_defconfig: Enable droid 4 devices ARM: omap2plus_defconfig: Add QMI, ACM and PPP as loadable modules ARM: configs: aspeed: Add new drivers ARM: configs: aspeed: Update configs for BMC systems ARM: omap2plus_defconfig: Enable TI Ethernet PHY ARM: configs: Add new config fragment to change RAM start point ARM: configs: stm32: Add I2C support multi_v7_defconfig: make Rockchip DRM drivers built-in ARM: configs: stm32: Set CPU_V7M_NUM_IRQ to max value ARM: imx_v6_v7_defconfig: Select SMSC_PHY ARM: davinci_all_defconfig: convert to use libata PATA ARM: qcom_defconfig: Enable Qualcomm remoteproc and related drivers ARM: omap2plus_defconfig: enable ahci-dm816 module arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig ARM: bcm2835: Enable missing CMA settings for VC4 driver ARM: socfpga: updates for socfpga_defconfig ARM: imx_v6_v7_defconfig: Select hid-multitouchdriver ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96 ...
| * Merge tag 'stm32-defconfig-for-v4.12-1' of ↵Olof Johansson2017-04-191-0/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into next/defconfig STM32 defconfig updates for v4.12, round 1. Highlights: ---------- - Enable I2C - Add config fragment for RAM start point * tag 'stm32-defconfig-for-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32: ARM: configs: Add new config fragment to change RAM start point ARM: configs: stm32: Add I2C support Signed-off-by: Olof Johansson <olof@lixom.net>
| | * ARM: configs: stm32: Add I2C supportM'boumba Cedric Madianga2017-03-311-0/+3
| | | | | | | | | | | | | | | | | | | | | This patch adds I2C support for STM32 default configuration Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
| * | ARM: configs: stm32: Set CPU_V7M_NUM_IRQ to max valueAlexandre TORGUE2017-03-301-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | stm32_defconfig is used for several STM32 MCU: STM32F429, STM32F469, STM32F746 and now STM32H743. Each of MCU listed have different interrupts number mapped on NVIC. STM32F429: 81, STM32F469: 92, STM32F746: 97 and STM32H743: 149. I could set CPU_V7M_NUM_IRQ to 149 but in order to avoid forgetting to update this value for next STM32 MCU I prefer to set it to max value: 240. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* / ARM: configs: stm32: Add crypto supportFabien DESSENNE2017-04-051-0/+2
|/ | | | | | | Add STM32 crypto support in stm32_defconfig file. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* ARM: configs: stm32: Add RTC support in STM32 defconfigAmelie Delaunay2017-01-161-0/+2
| | | | | | | This patch adds STM32 RTC support in stm32_defconfig file. Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: configs: stm32: enable ADC driverFabrice GASNIER2017-01-091-0/+5
| | | | | | | | | ADC driver depends on REGULATOR and IIO that are not yet selected. Current hardware boards (like stm32f429i-eval) is using fixed regulators. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: config: Enable GPIO Key driver in stm32_defconfigMaxime Coquelin2016-11-081-2/+1Star
| | | | | | Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: config: Enable GPIO Led driver in stm32_defconfigMaxime Coquelin2016-01-271-0/+1
| | | | | | Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
* ARM: configs: Add STM32 DMA support in STM32 defconfigM'boumba Cedric Madianga2015-11-161-0/+2
| | | | | | | This patch adds STM32 DMA support in stm32_defconfig file Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
* ARM: add ARM_SINGLE_ARMV7M in ARMv7-M defconfigsStefan Agner2015-05-221-0/+1
| | | | | | | | | | | Select ARM_SINGLE_ARMV7M in defconfigs of the converted ARMv7-M platforms. [arnd: moved the efm32_defconfig change to the patch that originally introduces the symbol, to avoid intermittent regression] Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: stm32: do not try to use a ramdisk in defconfigArnd Bergmann2015-05-201-1/+0Star
| | | | | | | | | | | | | | | The original stm32 defconfig file looks for a ./rootfs.cpio file, but that breaks with ../scripts/gen_initramfs_list.sh: Cannot open './rootfs.cpio' when trying to build this kernel. Anybody who relies on the current behavior should change their build scripts to append the initramfs manually, as this patch removes that default in order to help autmatic testing. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
* ARM: configs: Add STM32 defconfigMaxime Coquelin2015-05-151-0/+70
This patch adds a new config for STM32 MCUs. STM32F429 Discovery board boots successfully with this config applied. Tested-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>