File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ config GPIO_WATCHDOG_ARCH_INITCALL
257257config LENOVO_SE10_WDT
258258 tristate "Lenovo SE10 Watchdog"
259259 depends on (X86 && DMI) || COMPILE_TEST
260+ depends on HAS_IOPORT
260261 select WATCHDOG_CORE
261262 help
262263 If you say yes here you get support for the watchdog
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ static struct mcb_driver men_z069_driver = {
161161module_mcb_driver (men_z069_driver );
162162
163163MODULE_AUTHOR ("Johannes Thumshirn <jth@kernel.org>" );
164+ MODULE_DESCRIPTION ("Watchdog driver for the MEN z069 IP-Core" );
164165MODULE_LICENSE ("GPL v2" );
165166MODULE_ALIAS ("mcb:16z069" );
166167MODULE_IMPORT_NS (MCB );
Original file line number Diff line number Diff line change @@ -370,5 +370,6 @@ static struct platform_driver omap_wdt_driver = {
370370module_platform_driver (omap_wdt_driver );
371371
372372MODULE_AUTHOR ("George G. Davis" );
373+ MODULE_DESCRIPTION ("Driver for the TI OMAP 16xx/24xx/34xx 32KHz (non-secure) watchdog" );
373374MODULE_LICENSE ("GPL" );
374375MODULE_ALIAS ("platform:omap_wdt" );
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ static struct platform_driver simatic_ipc_wdt_driver = {
227227
228228module_platform_driver (simatic_ipc_wdt_driver );
229229
230+ MODULE_DESCRIPTION ("Siemens SIMATIC IPC driver for Watchdogs" );
230231MODULE_LICENSE ("GPL v2" );
231232MODULE_ALIAS ("platform:" KBUILD_MODNAME );
232233MODULE_AUTHOR ("Gerd Haeussler <gerd.haeussler.ext@siemens.com>" );
Original file line number Diff line number Diff line change @@ -200,5 +200,6 @@ static struct platform_driver ts4800_wdt_driver = {
200200module_platform_driver (ts4800_wdt_driver );
201201
202202MODULE_AUTHOR ("Damien Riegel <damien.riegel@savoirfairelinux.com>" );
203+ MODULE_DESCRIPTION ("Watchdog driver for TS-4800 based boards" );
203204MODULE_LICENSE ("GPL v2" );
204205MODULE_ALIAS ("platform:ts4800_wdt" );
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ static struct platform_driver twl4030_wdt_driver = {
118118module_platform_driver (twl4030_wdt_driver );
119119
120120MODULE_AUTHOR ("Nokia Corporation" );
121+ MODULE_DESCRIPTION ("TWL4030 Watchdog" );
121122MODULE_LICENSE ("GPL" );
122123MODULE_ALIAS ("platform:twl4030_wdt" );
123124
You can’t perform that action at this time.
0 commit comments