https://github.com/torvalds/linux
Revision f53c1e6464d3c24583be4f1c1668c54813695da3 authored by Arnd Bergmann on 04 January 2017, 15:33:37 UTC, committed by Arnd Bergmann on 04 January 2017, 15:33:37 UTC
Pull "ARMv7 VExpress fixes for v4.10" from Sudeep Holla:

A simple fix to extend GICv2 CPU interface registers from 4K to 8K
on VExpress TC1 and TC2 platforms in order to support split priority
drop and interrupt deactivation.

* tag 'vexpress-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  ARM: dts: vexpress: Support GICC_DIR operations
2 parent s 43a8df7 + 368400e
Raw File
Tip revision: f53c1e6464d3c24583be4f1c1668c54813695da3 authored by Arnd Bergmann on 04 January 2017, 15:33:37 UTC
Merge tag 'vexpress-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixes
Tip revision: f53c1e6
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