* [PATCH 2.6.4-rc2] Disable Macintosh device drivers for all but PPC
@ 2004-03-07 20:50 Marc-Christian Petersen
2004-03-07 22:06 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 4+ messages in thread
From: Marc-Christian Petersen @ 2004-03-07 20:50 UTC (permalink / raw)
To: Benjamin Herrenschmidt, linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
Hi Benjamin,
I think the attached patch is needed to stop showing us "Macintosh device
drivers" for all architectures via menuconfig || xconfig || gconfig.
ciao, Marc
[-- Attachment #2: Kconfig-cleanup-ppc.patch --]
[-- Type: text/x-diff, Size: 399 bytes --]
diff -Naurp linux-2.6.4-rc1/drivers/macintosh/Kconfig linux-2.6.4-rc1-modified/drivers/macintosh/Kconfig
--- linux-2.6.4-rc1/drivers/macintosh/Kconfig 2004-03-07 20:52:34.000000000 +0100
+++ linux-2.6.4-rc1-modified/drivers/macintosh/Kconfig 2004-03-07 21:12:47.000000000 +0100
@@ -1,5 +1,6 @@
menu "Macintosh device drivers"
+ depends on PPC
config ADB
bool "Apple Desktop Bus (ADB) support"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.6.4-rc2] Disable Macintosh device drivers for all but PPC
2004-03-07 20:50 [PATCH 2.6.4-rc2] Disable Macintosh device drivers for all but PPC Marc-Christian Petersen
@ 2004-03-07 22:06 ` Benjamin Herrenschmidt
2004-03-08 18:46 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2004-03-07 22:06 UTC (permalink / raw)
To: Marc-Christian Petersen; +Cc: linuxppc-dev list
On Mon, 2004-03-08 at 07:50, Marc-Christian Petersen wrote:
> Hi Benjamin,
>
> I think the attached patch is needed to stop showing us "Macintosh device
> drivers" for all architectures via menuconfig || xconfig || gconfig.
... and m68k :)
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.6.4-rc2] Disable Macintosh device drivers for all but PPC
2004-03-07 22:06 ` Benjamin Herrenschmidt
@ 2004-03-08 18:46 ` Geert Uytterhoeven
2004-03-09 18:30 ` Marc-Christian Petersen
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2004-03-08 18:46 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: Marc-Christian Petersen, linuxppc-dev list
On Mon, 8 Mar 2004, Benjamin Herrenschmidt wrote:
> On Mon, 2004-03-08 at 07:50, Marc-Christian Petersen wrote:
> > I think the attached patch is needed to stop showing us "Macintosh device
> > drivers" for all architectures via menuconfig || xconfig || gconfig.
>
> ... and m68k :)
Indeed. So please add `|| MAC'.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.6.4-rc2] Disable Macintosh device drivers for all but PPC
2004-03-08 18:46 ` Geert Uytterhoeven
@ 2004-03-09 18:30 ` Marc-Christian Petersen
0 siblings, 0 replies; 4+ messages in thread
From: Marc-Christian Petersen @ 2004-03-09 18:30 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Benjamin Herrenschmidt, linuxppc-dev list
[-- Attachment #1: Type: text/plain, Size: 417 bytes --]
On Monday 08 March 2004 19:46, Geert Uytterhoeven wrote:
Hi,
> On Mon, 8 Mar 2004, Benjamin Herrenschmidt wrote:
> > On Mon, 2004-03-08 at 07:50, Marc-Christian Petersen wrote:
> > > I think the attached patch is needed to stop showing us "Macintosh
> > > device drivers" for all architectures via menuconfig || xconfig ||
> > > gconfig.
> >
> > ... and m68k :)
> Indeed. So please add `|| MAC'.
ok :)
ciao, Marc
[-- Attachment #2: mac-menu-for-ALL-arches-eh.patch --]
[-- Type: text/x-diff, Size: 406 bytes --]
diff -Naurp linux-2.6.4-rc1/drivers/macintosh/Kconfig linux-2.6.4-rc1-modified/drivers/macintosh/Kconfig
--- linux-2.6.4-rc1/drivers/macintosh/Kconfig 2004-03-07 20:52:34.000000000 +0100
+++ linux-2.6.4-rc1-modified/drivers/macintosh/Kconfig 2004-03-07 21:12:47.000000000 +0100
@@ -1,5 +1,6 @@
menu "Macintosh device drivers"
+ depends on PPC || MAC
config ADB
bool "Apple Desktop Bus (ADB) support"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-09 18:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-07 20:50 [PATCH 2.6.4-rc2] Disable Macintosh device drivers for all but PPC Marc-Christian Petersen
2004-03-07 22:06 ` Benjamin Herrenschmidt
2004-03-08 18:46 ` Geert Uytterhoeven
2004-03-09 18:30 ` Marc-Christian Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).