https://github.com/torvalds/linux
Revision ca935f8e769c3e36e1b6339cc527a25c49f4d624 authored by Rafael J. Wysocki on 05 October 2017, 22:24:14 UTC, committed by Rafael J. Wysocki on 05 October 2017, 22:24:14 UTC
* pm-sleep:
  PM / s2idle: Invoke the ->wake() platform callback earlier
2 parent s 9e66317 + 87cbde8
Raw File
Tip revision: ca935f8e769c3e36e1b6339cc527a25c49f4d624 authored by Rafael J. Wysocki on 05 October 2017, 22:24:14 UTC
Merge branch 'pm-sleep'
Tip revision: ca935f8
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