https://github.com/torvalds/linux
Raw File
Tip revision: f3713fd9cff733d9df83116422d8e4af6e86b2bb authored by Davidlohr Bueso on 25 February 2014, 23:01:45 UTC
ipc,mqueue: remove limits for the amount of system-wide queues
Tip revision: f3713fd
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