Revision dbfb00c3e7e18439f2ebf67fe99bf7a50b5bae1e authored by Alex Deucher on 19 February 2015, 21:02:15 UTC, committed by Alex Deucher on 25 February 2015, 21:06:09 UTC
The logic was reversed from what the hw actually exposed.
Fixes graphics corruption in certain harvest configurations.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent acc1522
Raw File
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