aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/stm32_defconfig
Commit message (Collapse)AuthorAge
* ARM: config: Enable GPIO Led driver in stm32_defconfigMaxime Coquelin2016-01-27
| | | | | | 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-15
| | | | | | | 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-22
| | | | | | | | | | | 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-20
| | | | | | | | | | | | | | | 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-15
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>