beaglebone: watchdog should be in-kernel, not a module

...because we want it to become active as soon as possible, not only
once a module is loaded.

Change-Id: I7052e3f8186a7862960e62d9f5aed2afb99ab841
diff --git a/board/czechlight/beaglebone/kconfig b/board/czechlight/beaglebone/kconfig
new file mode 100644
index 0000000..2871883
--- /dev/null
+++ b/board/czechlight/beaglebone/kconfig
@@ -0,0 +1 @@
+CONFIG_OMAP_WATCHDOG=y
diff --git a/configs/czechlight_beaglebone_defconfig b/configs/czechlight_beaglebone_defconfig
index 3e88a7a..ccc90de 100644
--- a/configs/czechlight_beaglebone_defconfig
+++ b/configs/czechlight_beaglebone_defconfig
@@ -17,7 +17,7 @@
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.23"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/kconfig"
+BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/kconfig $(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/beaglebone/kconfig"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
 BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/beaglebone/czechlight-bbb.dts"