https://github.com/torvalds/linux
Revision da2d96d3aa181c367ac4fcb9c11ee5eb15697cdd authored by Linus Torvalds on 09 February 2015, 02:45:16 UTC, committed by Linus Torvalds on 09 February 2015, 02:45:16 UTC
Pull nios2 fix from Ley Foon Tan:
 "This fixes incorrect behavior of some user programs"

* tag 'nios2-fixes-v3.19-final' of git://git.rocketboards.org/linux-socfpga-next:
  nios2: fix unhandled signals
2 parent s cdecbb3 + a3248d6
Raw File
Tip revision: da2d96d3aa181c367ac4fcb9c11ee5eb15697cdd authored by Linus Torvalds on 09 February 2015, 02:45:16 UTC
Merge tag 'nios2-fixes-v3.19-final' of git://git.rocketboards.org/linux-socfpga-next
Tip revision: da2d96d
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