Revision ff717ab05f0c33f93514eccea6dfe1a15983e1d1 authored by Jeff Skirvin on 20 June 2011, 21:08:51 UTC, committed by Dan Williams on 03 July 2011, 11:04:50 UTC
Delay after bringing up the RNC to allow for resumption latency.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 7c78da3
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