From: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
To: "Zhou, Jie2X" <jie2x.zhou@intel.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: "Li, Philip" <philip.li@intel.com>
Subject: Re: scripts/config bug: can not enable CONFIG_FONT_MINI_4x6
Date: Wed, 16 Nov 2022 08:56:25 +0100 [thread overview]
Message-ID: <ee196f9c-a3f6-05fe-83c8-c81fbd73acfa@prevas.dk> (raw)
In-Reply-To: <CY4PR11MB13207C899E7C3FE22C1D3F2DC5079@CY4PR11MB1320.namprd11.prod.outlook.com>
On 16/11/2022 08.29, Zhou, Jie2X wrote:
> hi,
>
> This is a kernel bug.
> ./scripts/config convert "CONFIG_FONT_MINI_4x6" to "CONFIG_FONT_MINI_4X6=y" in config.
> x->X, Lower case letters become upper case letters after process.
> After "make olddefconfig", CONFIG_FONT_MINI_4x6 is not set.
>
> Add CONFIG_FONT_MINI_4x6=y to .config.
> After "make olddefconfig", CONFIG_FONT_MINI_4x6 is set.
>
From the script you're invoking:
if [ "$MUNGE_CASE" = "yes" ] ; then
ARG="`echo $ARG | tr a-z A-Z`"
fi
...
MUNGE_CASE=yes
while [ "$1" != "" ] ; do
...
--keep-case|-k)
MUNGE_CASE=no
continue
;;
So perhaps use -k when using that script to enable one of the rare
config options that contains a lower-case letter.
Rasmus
next prev parent reply other threads:[~2022-11-16 7:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 7:29 Zhou, Jie2X
2022-11-16 7:56 ` Rasmus Villemoes [this message]
2022-11-16 8:40 ` Zhou, Jie2X
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee196f9c-a3f6-05fe-83c8-c81fbd73acfa@prevas.dk \
--to=rasmus.villemoes@prevas.dk \
--cc=jie2x.zhou@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=philip.li@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®