https://github.com/torvalds/linux
Revision 6a53747be5f02ba7b37ff5131330363270782dc3 authored by Jamie Iles on 01 August 2011, 20:09:36 UTC, committed by Barry Song on 11 September 2011, 01:11:26 UTC
The of_device_id tables used for matching should be terminated with
empty sentinel values.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Barry Song <baohua.song@csr.com>
1 parent ddf2835
Raw File
Tip revision: 6a53747be5f02ba7b37ff5131330363270782dc3 authored by Jamie Iles on 01 August 2011, 20:09:36 UTC
ARM: CSR: add missing sentinels to of_device_id tables
Tip revision: 6a53747
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