https://github.com/torvalds/linux
Revision 6407deb59466372fd7addca38fa2f44898591897 authored by axel lin on 24 February 2011, 02:20:37 UTC, committed by Guenter Roeck on 26 February 2011, 16:59:32 UTC
The device table is required to load modules based on modaliases.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
1 parent 493f335
Raw File
Tip revision: 6407deb59466372fd7addca38fa2f44898591897 authored by axel lin on 24 February 2011, 02:20:37 UTC
hwmon: (ad7414) add MODULE_DEVICE_TABLE
Tip revision: 6407deb
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