diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 17:11:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 17:11:26 +0100 |
commit | 997830b4badbe43675b8c4f3d8ea7390b1cdf61f (patch) | |
tree | ffddcffff5a4841fb44aaabb3494af8a4fb2e81f /target/linux/config/Config.in.watchdog | |
parent | 9d7481f99afcf8289aba23cefb9d23a22fc829cb (diff) |
add mtrr support, mask some drivers not useful for ibm x40
Diffstat (limited to 'target/linux/config/Config.in.watchdog')
-rw-r--r-- | target/linux/config/Config.in.watchdog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog index 914099d0c..69e54e129 100644 --- a/target/linux/config/Config.in.watchdog +++ b/target/linux/config/Config.in.watchdog @@ -22,6 +22,7 @@ config ADK_KERNEL_SCx200_WDT select ADK_KERNEL_SCx200 default y if ADK_TARGET_SYSTEM_PCENGINES_WRAP default n + depends on ADK_TARGET_SYSTEM_PCENGINES_WRAP help Natsemi Watchdog (scx200) @@ -31,6 +32,7 @@ config ADK_KERNEL_AT91SAM9X_WATCHDOG select ADK_KERNEL_WATCHDOG default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20 default n + depends on ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20 help AT91SAM9X Watchdog. @@ -40,6 +42,7 @@ config ADK_KERNEL_AR7_WDT select ADK_KERNEL_WATCHDOG default y if ADK_TARGET_SYSTEM_LINKSYS_AG241 default n + depends on ADK_TARGET_SYSTEM_LINKSYS_AG241 help AR7 Watchdog. @@ -54,6 +57,7 @@ config ADK_KERNEL_GEODE_WDT default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2 default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 default n + depends on ADK_CPU_GEODE help Geode watchdog. |