[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d90e8a46-2b4a-91e5-3a65-7f162172f3c9@microchip.com>
Date: Fri, 22 Sep 2023 04:31:58 +0000
From: <Parthiban.Veerasooran@...rochip.com>
To: <andrew@...n.ch>
CC: <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
<pabeni@...hat.com>, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>,
<corbet@....net>, <Steen.Hegelund@...rochip.com>,
<rdunlap@...radead.org>, <horms@...nel.org>,
<casper.casan@...il.com>, <netdev@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-doc@...r.kernel.org>, <Horatiu.Vultur@...rochip.com>,
<Woojung.Huh@...rochip.com>, <Nicolas.Ferre@...rochip.com>,
<UNGLinuxDriver@...rochip.com>, <Thorsten.Kummermehr@...rochip.com>
Subject: Re: [RFC PATCH net-next 1/6] net: ethernet: implement OPEN Alliance
control transaction interface
Hi Andrew,
On 22/09/23 12:46 am, Andrew Lunn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
>> So drivers/net/ethernet/Kconfig file should contain the below,
>>
>> config OA_TC6
>> tristate "OPEN Alliance TC6 10BASE-T1x MAC-PHY support"
>> depends on SPI
>> select PHYLIB
>>
>> help
>> This library implements OPEN Alliance TC6 10BASE-T1x MAC-PHY
>> Serial Interface protocol for supporting 10BASE-T1x MAC-PHYs.
>>
>> The drivers/net/ethernet/Makefile file should contain the below,
>>
>> obj-$(CONFIG_OA_TC6) += oa_tc6.o
>
> That looks about right, but i'm not a kconfig expert.
>
> I would expect drivers using this to then have a
>
> depends on OA_TC6
Yes, that's for sure. The MAC driver (Ex: lan865x.c) Kconfig file will
contain the above "depends on OA_TC6" if it supports OPEN Alliance TC6.
Best Regards,
Parthiban V
>
> Andrew
Powered by blists - more mailing lists