aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index fb0eb9c674..87e92b9519 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -546,7 +546,7 @@ define KernelPackage/scx200-wdt
SUBMENU:=$(OTHER_MENU)
TITLE:=Natsemi SCX200 Watchdog support
DEPENDS:=@TARGET_x86
- KCONFIG:=CONFIG_SC1200_WDT
+ KCONFIG:=CONFIG_SCx200_WDT
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/scx200_wdt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,scx200_wdt)
endef