https://github.com/torvalds/linux
Revision ca295e50c2805865fd1ac8916d15ab0b551d957a authored by Dave Airlie on 20 June 2011, 02:02:38 UTC, committed by Dave Airlie on 20 June 2011, 02:02:38 UTC
* 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6:
  drm/nouveau: fix assumption that semaphore dmaobj is valid in x-chan sync
  drm/nv50/disp: fix gamma with page flipping overlay turned on
  drm/nouveau/pm: Prevent overflow in nouveau_perf_init()
  drm/nouveau: fix big-endian switch
2 parent s 682f1a5 + b16a5a1
Raw File
Tip revision: ca295e50c2805865fd1ac8916d15ab0b551d957a authored by Dave Airlie on 20 June 2011, 02:02:38 UTC
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
Tip revision: ca295e5
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