https://github.com/rntmancuso/linux-xlnx-prof
Raw File
Tip revision: 1f5705755cc37ca4e49a9edcc884b4e54cc6a3e7 authored by Michal Simek on 02 March 2015, 13:39:43 UTC
usb: Fix compilation failure for CONFIG_USB_ZYNQ_PHY=y
Tip revision: 1f57057
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