2013-02-12 19:45:06

by Larry Finger

[permalink] [raw]
Subject: [PATCH] rtlwifi: Rework 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"


2013-02-12 19:53:04

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH] rtlwifi: Rework Kconfig

On 02/12/2013 01:45 PM, Larry Finger wrote:
> #
> # 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"

In case there is any confusion, this is garbage and resulted from an operator
problem. The other E-mail with the same subject is correct.

Larry