Revision eb3e8d9de28a5385f75e5c42eba5fb5b0c7625be authored by Linus Torvalds on 24 December 2016, 00:51:16 UTC, committed by Linus Torvalds on 24 December 2016, 00:51:16 UTC
Pull timer fix from Ingo Molnar:
 "ARM/MOXA SoC clocksource driver fixes"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/moxart: Plug memory and mapping leaks
2 parent s 00198da + c9435f3
Raw File
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