https://github.com/torvalds/linux
Revision 9066317178ca87b9d958f801c8fcf784ec31c6c3 authored by Michal Simek on 12 February 2014, 13:41:19 UTC, committed by Wim Van Sebroeck on 31 March 2014, 11:29:11 UTC
Only one watchdog could be used by this driver.
Create driver private data structure and move there
all variables for one instance.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
1 parent ffb8eee
Raw File
Tip revision: 9066317178ca87b9d958f801c8fcf784ec31c6c3 authored by Michal Simek on 12 February 2014, 13:41:19 UTC
watchdog: xilinx: Allocate private structure per device
Tip revision: 9066317
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top