Merge tag 'stm32-defconfig-for-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32 into next/defconfig
Merge "STM32 defconfig updates for v4.6 #1" from Maxime Coquelin: Highlights: ----------- - Enable GPIO led driver in stm32_defconfig - Introduce a config fragment to override RAM base address * tag 'stm32-defconfig-for-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32: ARM: configs: Add new config fragment to change RAM start point ARM: config: Enable GPIO Led driver in stm32_defconfig
This commit is contained in:
1
arch/arm/configs/dram_0x00000000.config
Normal file
1
arch/arm/configs/dram_0x00000000.config
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_DRAM_BASE=0x00000000
|
||||
@@ -52,6 +52,7 @@ CONFIG_SERIAL_STM32_CONSOLE=y
|
||||
# CONFIG_USB_SUPPORT is not set
|
||||
CONFIG_NEW_LEDS=y
|
||||
CONFIG_LEDS_CLASS=y
|
||||
CONFIG_LEDS_GPIO=y
|
||||
CONFIG_LEDS_TRIGGERS=y
|
||||
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
||||
CONFIG_DMADEVICES=y
|
||||
|
||||
Reference in New Issue
Block a user