Revision 786219b8ef922ec8407895b51381cda3160e6e49 authored by Phil Elwell on 16 February 2015, 13:51:02 UTC, committed by popcornmix on 08 March 2015, 21:44:26 UTC
read_current_timer isn't guaranteed to return values in
microseconds, and indeed it doesn't on a Pi2.

Issue: linux#827
1 parent 04122b5
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