watchdog: da9055_wdt needs to select WATCHDOG_CORE
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 28 Jan 2013 16:29:48 +0000 (08:29 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 1 Mar 2013 11:15:32 +0000 (12:15 +0100)
commit12a5c05cb143105d989abf728a8c769830670e54
treef05d005be48619a22dae100576f6b6fc9420f8bd
parentb0af9cd9aab60ceb17d3ebabb9fdf4ff0a99cf50
watchdog: da9055_wdt needs to select WATCHDOG_CORE

DA9055_WATCHDOG (introduced in v3.8) 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 <rdunlap@infradead.org>
Cc: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
Cc: stable <stable@vger.kernel.org>
drivers/watchdog/Kconfig