https://github.com/torvalds/linux
Revision 3baad65546b0d6b2695b1de384130125495bc545 authored by Rafael J. Wysocki on 06 January 2017, 13:34:52 UTC, committed by Rafael J. Wysocki on 06 January 2017, 13:34:52 UTC
* pm-cpufreq:
  cpufreq: dt: Add support for APM X-Gene 2
  cpufreq: intel_pstate: Always keep all limits settings in sync
  cpufreq: intel_pstate: Use locking in intel_cpufreq_verify_policy()
  cpufreq: intel_pstate: Use locking in intel_pstate_resume()
  cpufreq: intel_pstate: Do not expose PID parameters in passive mode
2 parent s 0c744ea + e11b629
Raw File
Tip revision: 3baad65546b0d6b2695b1de384130125495bc545 authored by Rafael J. Wysocki on 06 January 2017, 13:34:52 UTC
Merge branch 'pm-cpufreq'
Tip revision: 3baad65
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