From: Randy Dunlap <rdunlap@infradead.org>
To: Simon Horman <simon.horman@corigine.com>
Cc: linux-kernel@vger.kernel.org,
Alexandra Winter <wintera@linux.ibm.com>,
Wenjia Zhang <wenjia@linux.ibm.com>,
linux-s390@vger.kernel.org, netdev@vger.kernel.org,
Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Sven Schnelle <svens@linux.ibm.com>
Subject: Re: [PATCH] s390/net: lcs: use IS_ENABLED() for kconfig detection
Date: Wed, 21 Jun 2023 14:19:15 -0700 [thread overview]
Message-ID: <b5306c89-eaaa-b357-0518-bdb9a0e5ae9f@infradead.org> (raw)
In-Reply-To: <ZJNRZZCkGdvp+k34@corigine.com>
On 6/21/23 12:37, Simon Horman wrote:
> On Wed, Jun 21, 2023 at 11:08:05AM -0700, Randy Dunlap wrote:
>> Hi Simon,
>>
>>> I did have better luck with this.
>>>
>>> diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig
>>> index 9c67b97faba2..303220251495 100644
>>> --- a/drivers/s390/net/Kconfig
>>> +++ b/drivers/s390/net/Kconfig
>>> @@ -6,6 +6,7 @@ config LCS
>>> def_tristate m
>>> prompt "Lan Channel Station Interface"
>>> depends on CCW && NETDEVICES && (ETHERNET || FDDI)
>>> + depends on FDDI=y || FDDI=n
>>> help
>>> Select this option if you want to use LCS networking on IBM System z.
>>> This device driver supports FDDI (IEEE 802.7) and Ethernet.
>>>
>>> I am assuming that LCS=m and FDDI=m can't work at runtime
>>> because there is no guarantee that FDDI is loaded before LCS.
>>> But I could well be wrong here.
>>
>> There's probably some way to make that work, but I don't know.
>>
>> I think that your patch is acceptable.
>> I would prefer to also add to the help text that if FDDI is used,
>> it must be builtin (=y).
>
> Thanks Randy,
>
> Feel free to take the snippet above and work it into a proper patch.
> Else I can take a shot at it.
>
OK, I'll send that. Thanks.
--
~Randy
prev parent reply other threads:[~2023-06-21 21:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-15 22:21 [PATCH] s390/net: lcs: use IS_ENABLED() for kconfig detection Randy Dunlap
2023-06-16 8:10 ` patchwork-bot+netdevbpf
2023-06-19 10:04 ` Alexandra Winter
2023-06-19 15:18 ` Randy Dunlap
2023-06-21 2:35 ` Randy Dunlap
2023-06-21 15:53 ` Simon Horman
2023-06-21 18:08 ` Randy Dunlap
2023-06-21 19:37 ` Simon Horman
2023-06-21 21:19 ` Randy Dunlap [this message]
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=b5306c89-eaaa-b357-0518-bdb9a0e5ae9f@infradead.org \
--to=rdunlap@infradead.org \
--cc=agordeev@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=simon.horman@corigine.com \
--cc=svens@linux.ibm.com \
--cc=wenjia@linux.ibm.com \
--cc=wintera@linux.ibm.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