diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-01 16:57:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-01 16:58:25 +0200 |
commit | 7622722daf826d0cd747d85b8baa9ce1b1387899 (patch) | |
tree | de4d4f8ca444df6c86218ac79a65ea759222f994 /target/arm/systems | |
parent | c819d58755179c2d42585440a50d09d46a47ca0c (diff) |
add watchdog support for cubox, inlude weim by default
Diffstat (limited to 'target/arm/systems')
-rw-r--r-- | target/arm/systems/cubox-i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/systems/cubox-i b/target/arm/systems/cubox-i index d3edb99c6..65f43264a 100644 --- a/target/arm/systems/cubox-i +++ b/target/arm/systems/cubox-i @@ -18,6 +18,7 @@ config ADK_TARGET_SYSTEM_CUBOX_I select ADK_TARGET_WITH_SOUND select ADK_TARGET_WITH_LEDS select ADK_TARGET_WITH_SMP + select ADK_TARGET_WITH_WATCHDOG select ADK_TARGET_KERNEL_ZIMAGE select ADK_TARGET_WITH_ROOT_RW select ADK_PACKAGE_U_BOOT_IMX6 |