https://github.com/torvalds/linux
Revision 041ea47833c150086c7b4d86844c2aad14a93e3d authored by Dave Airlie on 04 January 2018, 23:23:35 UTC, committed by Dave Airlie on 04 January 2018, 23:23:35 UTC
omapdrm fixes for 4.15

* Fix OMAP4 HDMI CEC interrupt handling and a possible buffer overflow

* tag 'omapdrm-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux:
  omapdrm/dss/hdmi4_cec: fix interrupt handling
2 parent s 30a7acd + df29c9d
Raw File
Tip revision: 041ea47833c150086c7b4d86844c2aad14a93e3d authored by Dave Airlie on 04 January 2018, 23:23:35 UTC
Merge tag 'omapdrm-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes
Tip revision: 041ea47
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# 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