From: Randy Dunlap Date: Mon, 28 Jan 2013 16:29:48 +0000 (-0800) Subject: watchdog: da9055_wdt needs to select WATCHDOG_CORE X-Git-Tag: next-20130218~46^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a8622e191bd0b75782897d5eaf35b9353c26500b;p=karo-tx-linux.git watchdog: da9055_wdt needs to select WATCHDOG_CORE DA9055_WATCHDOG needs to select WATCHDOG_CORE so that it will build cleanly. Fixes these build errors: da9055_wdt.c:(.text+0xe9bc7): undefined reference to `watchdog_unregister_device' da9055_wdt.c:(.text+0xe9f4b): undefined reference to `watchdog_register_device' Signed-off-by: Randy Dunlap Cc: David Dajun Chen Signed-off-by: Wim Van Sebroeck Cc: linux-watchdog@vger.kernel.org --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 7f809fd4a57f..19fa73a0374c 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -79,6 +79,7 @@ config DA9052_WATCHDOG config DA9055_WATCHDOG tristate "Dialog Semiconductor DA9055 Watchdog" depends on MFD_DA9055 + select WATCHDOG_CORE help If you say yes here you get support for watchdog on the Dialog Semiconductor DA9055 PMIC.