Revision 4f2bbfbc4e4489f95ba0a88f0702ad36c835089c authored by Noralf Trønnes on 07 March 2015, 19:39:30 UTC, committed by popcornmix on 13 April 2015, 20:45:11 UTC
Add Device Tree overlay for MZ61581 display by Tontec.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
1 parent 27146e2
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