Revision 1a984d0425f53876673c98ae3c46cf17fd9df7f6 authored by Noralf Trønnes on 10 October 2016, 15:41:26 UTC, committed by popcornmix on 08 January 2017, 11:40:46 UTC
Since 4.8 of_platform_default_populate_init() does the same and it is
called at arch_initcall_sync.

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