Commit 5a010a56 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'davinci-for-v4.17/defconfig' of...

Merge tag 'davinci-for-v4.17/defconfig' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc

Pull "DaVinci defconfig updates for v4.17" from Sekhar Nori:

Enable SYSCON_REBOOT_MODE needed for Lego EV3 and build the DaVinci
watchdog driver in so reboot works even when modules are not loaded.

* tag 'davinci-for-v4.17/defconfig' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
  ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y
  ARM: davinci_all_defconfig: enable SYSCON_REBOOT_MODE
parents 62a295bd 35ba2677
...@@ -126,9 +126,10 @@ CONFIG_GPIO_PCA953X=y ...@@ -126,9 +126,10 @@ CONFIG_GPIO_PCA953X=y
CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_PCA953X_IRQ=y
CONFIG_POWER_RESET=y CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_GPIO=y
CONFIG_SYSCON_REBOOT_MODE=m
CONFIG_BATTERY_LEGO_EV3=m CONFIG_BATTERY_LEGO_EV3=m
CONFIG_WATCHDOG=y CONFIG_WATCHDOG=y
CONFIG_DAVINCI_WATCHDOG=m CONFIG_DAVINCI_WATCHDOG=y
CONFIG_MFD_DM355EVM_MSP=y CONFIG_MFD_DM355EVM_MSP=y
CONFIG_TPS6507X=y CONFIG_TPS6507X=y
CONFIG_REGULATOR=y CONFIG_REGULATOR=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment