summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.watchdog
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
commit8c0b9f4e09abf2f748b6badcc9f3fc5e390b8caf (patch)
tree83420120e78310c163cd91dd657ee8317de216dc /target/linux/config/Config.in.watchdog
parent30a061f9d1df2eb231cb6ece51406ec24a418dda (diff)
style changes, boolean -> bool, no prompt where not strictly required
Diffstat (limited to 'target/linux/config/Config.in.watchdog')
-rw-r--r--target/linux/config/Config.in.watchdog4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog
index 70fafbc60..07f8e8957 100644
--- a/target/linux/config/Config.in.watchdog
+++ b/target/linux/config/Config.in.watchdog
@@ -1,6 +1,8 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+menu "Watchdog driver support"
+
config ADK_KERNEL_WATCHDOG
bool
@@ -13,8 +15,6 @@ config ADK_KERNEL_CS5535_MFGPT
config ADK_KERNEL_CS5535_CLOCK_EVENT_SRC
bool
-menu "Watchdog driver support"
-
config ADK_KERNEL_BCM2708_WDT
bool "Hardware Watchdog for BCM2835 boards"
select ADK_KERNEL_WATCHDOG