[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <e1e1022a-da6e-4267-bca9-18cd76e0d218@app.fastmail.com>
Date: Tue, 25 Apr 2023 22:44:34 +0100
From: "Arnd Bergmann" <arnd@...db.de>
To: "Andrew Lunn" <andrew@...n.ch>, "Paolo Abeni" <pabeni@...hat.com>
Cc: Netdev <netdev@...r.kernel.org>,
"Heiner Kallweit" <hkallweit1@...il.com>,
"Russell King" <linux@...linux.org.uk>,
"David S . Miller" <davem@...emloft.net>,
"Eric Dumazet" <edumazet@...gle.com>,
"Jakub Kicinski" <kuba@...nel.org>
Subject: Re: [PATCH net-next] net: phy: drop PHYLIB_LEDS knob
On Tue, Apr 25, 2023, at 22:38, Andrew Lunn wrote:
>>
>> -config PHYLIB_LEDS
>> - bool "Support probing LEDs from device tree"
>
> I don't know Kconfig to well, but i think you just need to remove the
> text, just keep the bool.
>
> - bool "Support probing LEDs from device tree"
> + bool
Right, that should work, or it can become
def_bool y
or even
def_bool OF
for brevity.
Arnd
Powered by blists - more mailing lists