[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231028.190042.1851879535543927717.fujita.tomonori@gmail.com>
Date: Sat, 28 Oct 2023 19:00:42 +0900 (JST)
From: FUJITA Tomonori <fujita.tomonori@...il.com>
To: boqun.feng@...il.com
Cc: fujita.tomonori@...il.com, netdev@...r.kernel.org,
rust-for-linux@...r.kernel.org, andrew@...n.ch, tmgross@...ch.edu,
miguel.ojeda.sandonis@...il.com, benno.lossin@...ton.me, wedsonaf@...il.com
Subject: Re: [PATCH net-next v7 1/5] rust: core abstractions for network
PHY drivers
On Fri, 27 Oct 2023 12:09:41 -0700
Boqun Feng <boqun.feng@...il.com> wrote:
> On Thu, Oct 26, 2023 at 09:10:46AM +0900, FUJITA Tomonori wrote:
> [...]
>> +config RUST_PHYLIB_ABSTRACTIONS
>> + bool "PHYLIB abstractions support"
>
> bool "Rust PHYLIB abstractions support"
>
> maybe? Make it easier for menuconfig users to know this is the option
> to enable Rust support.
Surely, updated.
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 11b18370a05b..1fa84a188bcc 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -61,7 +61,7 @@ config FIXED_PHY
Currently tested with mpc866ads and mpc8349e-mitx.
config RUST_PHYLIB_ABSTRACTIONS
- bool "PHYLIB abstractions support"
+ bool "Rust PHYLIB abstractions support"
depends on RUST
depends on PHYLIB=y
help
Powered by blists - more mailing lists