https://github.com/torvalds/linux
Revision 442ee5a942834431ccf0b412e3cf7bb9ae97ff4e authored by Linus Torvalds on 13 December 2011, 17:28:23 UTC, committed by Linus Torvalds on 13 December 2011, 17:28:23 UTC
* 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm:
  ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlier
  ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs
  ARM: 7187/1: fix unwinding for XIP kernels
  ARM: 7186/1: fix Kconfig issue with PHYS_OFFSET and !MMU
2 parent s 13c07b0 + 9811ccd
Raw File
Tip revision: 442ee5a942834431ccf0b412e3cf7bb9ae97ff4e authored by Linus Torvalds on 13 December 2011, 17:28:23 UTC
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
Tip revision: 442ee5a
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