[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3f0a6313-afe4-4e51-b22a-5728f3d0b11d@infradead.org>
Date: Tue, 7 Nov 2023 19:01:45 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Matthew Maurer <mmaurer@...gle.com>,
Masahiro Yamada <masahiroy@...nel.org>,
Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Wedson Almeida Filho <wedsonaf@...il.com>
Cc: linux-kbuild@...r.kernel.org, Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...sung.com>,
Alice Ryhl <aliceryhl@...gle.com>,
linux-kernel@...r.kernel.org, rust-for-linux@...r.kernel.org
Subject: Re: [PATCH 2/3] kconfig: Add special rust_modules config option
On 11/7/23 18:26, Matthew Maurer wrote:
> Adds support for the rust_modules kconfig type, which works similarly to
> modules, but for restricting or allowing the use of modules which
> directly depend on Rust.
>
> Signed-off-by: Matthew Maurer <mmaurer@...gle.com>
> ---
> scripts/kconfig/confdata.c | 3 +++
> scripts/kconfig/expr.h | 1 +
> scripts/kconfig/lexer.l | 1 +
> scripts/kconfig/lkc.h | 1 +
> scripts/kconfig/menu.c | 7 +++++--
> scripts/kconfig/parser.y | 12 ++++++++++++
> scripts/kconfig/symbol.c | 31 +++++++++++++++++++++++++++++--
> 7 files changed, 52 insertions(+), 4 deletions(-)
>
Hi,
This appears to be a change to the Kconfig language, so please update
Documentation/kbuild/kconfig-language.rst with some prose explaining it.
Thanks.
--
~Randy
Powered by blists - more mailing lists