https://github.com/torvalds/linux
Revision 8fdd78eeb11aeda018b22424f863344ef83a92d3 authored by Linus Torvalds on 01 December 2012, 00:59:50 UTC, committed by Linus Torvalds on 01 December 2012, 00:59:50 UTC
Pull C6X fixes from Mark Salter.

* tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming:
  c6x: use generic kvm_para.h
  c6x: remove internal kernel symbols from exported setup.h
  c6x: fix misleading comment
  c6x: run do_notify_resume with interrupts enabled
2 parent s 31e06a4 + 93bbd0c
Raw File
Tip revision: 8fdd78eeb11aeda018b22424f863344ef83a92d3 authored by Linus Torvalds on 01 December 2012, 00:59:50 UTC
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Tip revision: 8fdd78e
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