mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
watchdog: Fix Kconfig alignment for WDT_SANDBOX
Fix Kconfig alignment which should be <tab><space><space>. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6faf4622a9
commit
3b17e19918
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ config WDT_SANDBOX
|
|||
bool "Enable Watchdog Timer support for Sandbox"
|
||||
depends on SANDBOX && WDT
|
||||
help
|
||||
Enable Watchdog Timer support in Sandbox. This is a dummy device that
|
||||
can be probed and supports all of the methods of WDT, but does not
|
||||
really do anything.
|
||||
Enable Watchdog Timer support in Sandbox. This is a dummy device that
|
||||
can be probed and supports all of the methods of WDT, but does not
|
||||
really do anything.
|
||||
|
||||
config WDT_ASPEED
|
||||
bool "Aspeed ast2400/ast2500 watchdog timer support"
|
||||
|
|
Loading…
Reference in a new issue