Revision e89ab51ffd3e9d2ddfb997546af7c9e0baab6d2f authored by Guenter Roeck on 08 March 2013, 16:13:09 UTC, committed by Guenter Roeck on 12 March 2013, 18:22:27 UTC
I actively maintain those drivers and have hardware available
to test changes, so add me as explicit maintainer.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
1 parent f6161aa
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