hw: Disable watchdog disabling on device close

It is a freaking watchdog whose only job is to guard the system. We
don't have a use case for "yeah, /dev/watchdog got closed, but perhaps
that's by design". It is not.

Change-Id: Ice5232f95a91dea3c3eb6c80fbc279812201eeae
diff --git a/board/czechlight/common/kconfig b/board/czechlight/common/kconfig
index 8faff76..9b0302f 100644
--- a/board/czechlight/common/kconfig
+++ b/board/czechlight/common/kconfig
@@ -55,3 +55,7 @@
 CONFIG_USB_NET_DRIVERS=n
 CONFIG_WLAN=n
 CONFIG_FDDI=n
+
+# Watchdog bits
+CONFIG_WATCHDOG_NOWAYOUT=y
+CONFIG_WATCHDOG_SYSFS=y