https://github.com/torvalds/linux
Raw File
Tip revision: ef83f1c67ae5a57ef6fe2d3d5a6b54a33d64f3ef authored by Hector Martin on 27 December 2016, 18:45:06 UTC
ahci: add PS4 Aeolia support
Tip revision: ef83f1c
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