All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Schmitz <schmitzmic@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux/m68k <linux-m68k@vger.kernel.org>, ALeX Kazik <alex@kazik.de>
Subject: Re: [PATCH v7 1/4] m68k: Kconfig - select core PCMCIA support module for Amiga PCMCIA
Date: Sat, 4 Sep 2021 09:51:29 +1200	[thread overview]
Message-ID: <2edf2cc4-7e5a-1045-cb58-0b8f55d20b3f@gmail.com> (raw)
In-Reply-To: <CAMuHMdUwSMDgQ8Vk9JV4kngJ52Vz1X8fXiTPLow_9sE9OX2tLg@mail.gmail.com>

Hi Geert,

On 04/09/21 02:14, Geert Uytterhoeven wrote:
> Hi Michael,
>> How do I make sure CONFIG_PCMCIA gets selected as module as well? I can
>> select this when CONFIG_APNE is set, from
>> drivers/net/ethernet/8390/Kconfig, but I'd then have to protect the
>> cftable parse hook in amiga/pcmcia.c against the case where CONFIG_APNE
>> is not selected.
>
> That will be fixed automatically by making AMIGA_PCMCIA tristate.
> Select from a modular symbol will make the target modular, too.

Maybe when starting from a new .config - if no one had these set on m68k 
before, we're OK.

>
>> Not to mention we need to rename amiga/pcmcia.c to avoid a module naming
>> conflict.

No objection? Anything in particular to be careful about when renaming a 
file?

>>
>> Just including cistpl.o as a module is not an option unfortunately - too
>> many dependencies.
>>
>> And I don't think we need CONFIG_PCMCIA_PROBE=Y?
>
> No idea if we need that...

It's about IRQ probing, so yechhh .... OTOH, it doesn't hurt as we'll 
never call the IRQ probe hooks, so we can just as well leave it active.

> -default y if ISA && !ARCH_SA1100 && !PARISC
> +default y if ISA && !ARCH_SA1100 && !PARISC && !AMIGA_PCMCIA
>
> (wondering how many platforms that can use PCMCIA are left, and if
>  this can be converted into positive logic?)

You're welcome to open that discussion. Hope it won't backfire...

Cheers,

	Michael

>
> Gr{oetje,eeting}s,
>
>                         Geert
>

  reply	other threads:[~2021-09-03 21:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-29  3:11 [PATCH v7 0/4] Add APNE PCMCIA 100 Mbit support Michael Schmitz
2021-08-29  3:11 ` [PATCH v7 1/4] m68k: Kconfig - select core PCMCIA support module for Amiga PCMCIA Michael Schmitz
2021-09-02 12:42   ` Geert Uytterhoeven
2021-09-03  2:51     ` Michael Schmitz
2021-09-03 14:14       ` Geert Uytterhoeven
2021-09-03 21:51         ` Michael Schmitz [this message]
2021-09-05  8:15       ` Michael Schmitz
2021-08-29  3:11 ` [PATCH v7 2/4] m68k: amiga/pcmcia - implement 16 bit detection support for apne.c Michael Schmitz
2021-08-29  3:11 ` [PATCH v7 3/4] m68k: io_mm.h - add APNE 100 MBit support Michael Schmitz
2021-08-29  3:11 ` [PATCH net v7 4/4] net/8390: apne.c - add 100 Mbit support to apne.c driver Michael Schmitz
2021-11-02  6:24 ` [PATCH v7 0/4] Add APNE PCMCIA 100 Mbit support Michael Schmitz

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=2edf2cc4-7e5a-1045-cb58-0b8f55d20b3f@gmail.com \
    --to=schmitzmic@gmail.com \
    --cc=alex@kazik.de \
    --cc=geert@linux-m68k.org \
    --cc=linux-m68k@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.