public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@snapgear.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>,
	uClinux development list <uclinux-dev@uclinux.org>,
	linux-m68k@vger.kernel.org, Greg Ungerer <gerg@uclinux.org>
Subject: Re: [uClinux-dev] [PATCH] m68k: reorganize Kconfig options to improve mmu/non-mmu selections
Date: Mon, 15 Aug 2011 10:54:15 +1000	[thread overview]
Message-ID: <4E486E37.9050203@snapgear.com> (raw)
In-Reply-To: <CAMuHMdWm0ZKp0GOGyFTrmZ9ZLsya9Nd8unPEtVk6NEwE5xtegw@mail.gmail.com>

Hi Geert,

On 13/08/11 19:46, Geert Uytterhoeven wrote:
> On Thu, Aug 11, 2011 at 08:43, Greg Ungerer<gerg@snapgear.com>  wrote:
>> On 11/08/11 16:15, Sam Ravnborg wrote:
>>> On Thu, Aug 11, 2011 at 03:10:21PM +1000, gerg@snapgear.com wrote:
>>>> diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
>>>> new file mode 100644
>>>> index 0000000..83263ec
>>>> --- /dev/null
>>>> +++ b/arch/m68k/Kconfig.bus
>>>> @@ -0,0 +1,98 @@
>>>> +if MMU
>>>> +
>>>> +comment "Bus Support"
>>>> +
>>>> +config EISA
>>>> + á á á bool
>>>> + á á á help
>>>> + á á á á The Extended Industry Standard Architecture (EISA) bus was
>>>> + á á á á developed as an open alternative to the IBM MicroChannel bus.
>>>> +
>>>> + á á á á The EISA bus provided some of the features of the IBM
>>>> MicroChannel
>>>> + á á á á bus while maintaining backward compatibility with cards made
>>>> for
>>>> + á á á á the older ISA bus. áThe EISA bus saw limited use between 1988
>>>> and
>>>> + á á á á 1995 when it was made obsolete by the PCI bus.
>>>> +
>>>> + á á á á Say Y here if you are building a kernel for an EISA-based
>>>> machine.
>>>> +
>>>> + á á á á Otherwise, say N.
>>>> +
>>>> +config MCA
>>>> + á á á bool
>>>> + á á á help
>>>> + á á á á MicroChannel Architecture is found in some IBM PS/2 machines
>>>> and
>>>> + á á á á laptops. áIt is a bus system similar to PCI or ISA. See
>>>> + á á á<file:Documentation/mca.txt>  á(and especially the web page given
>>>> + á á á á there) before attempting to build an MCA bus kernel.
>>>> +
>>>> +config PCMCIA
>>>> + á á á tristate
>>>> + á á á help
>>>> + á á á á Say Y here if you want to attach PCMCIA- or PC-cards to your
>>>> Linux
>>>> + á á á á computer. áThese are credit-card size devices such as network
>>>> cards,
>>>> + á á á á modems or hard drives often used with laptops computers. áThere
>>>> are
>>>> + á á á á actually two varieties of these cards: the older 16 bit PCMCIA
>>>> cards
>>>> + á á á á and the newer 32 bit CardBus cards. áIf you want to use CardBus
>>>> + á á á á cards, you need to say Y here and also to "CardBus support"
>>>> below.
>>>> +
>>>> + á á á á To use your PC-cards, you will need supporting software from
>>>> David
>>>> + á á á á Hinds' pcmcia-cs package (see the
>>>> file<file:Documentation/Changes>
>>>> + á á á á for location). áPlease also read the PCMCIA-HOWTO, available
>>>> from
>>>> + á á á<http://www.tldp.org/docs.html#howto>.
>>>> +
>>>> + á á á á To compile this driver as modules, choose M here: the
>>>> + á á á á modules will be called pcmcia_core and ds.
>>>> +
>>>> +config NUBUS
>>>> + á á á bool
>>>> + á á á depends on MAC
>>>> + á á á default y
>>>
>>> Do you really need EISA, MCA and PCMIA? They have no promt thus cannot be
>>> selected by the user.
>>
>> Yes, your right, they don't look like than can be selected at all.
>> None of the default configs seem to reference them either.
>> Geert: do you know why these options might still be around?
>
> Just legacy. There was a time they needed to be there. Let them go!

Cool. I will remove them!

Regards
Greg


------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

      reply	other threads:[~2011-08-15  0:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11  5:10 [PATCH] m68k: reorganize Kconfig options to improve mmu/non-mmu selections gerg
2011-08-11  6:15 ` [uClinux-dev] " Sam Ravnborg
2011-08-11  6:43   ` Greg Ungerer
2011-08-12  4:30     ` Brad Boyer
2011-08-15  0:53       ` Greg Ungerer
2011-08-15 15:49         ` Lennart Sorensen
2011-08-15 22:17           ` [uClinux-dev] " Brad Boyer
2011-08-13  9:46     ` Geert Uytterhoeven
2011-08-15  0:54       ` Greg Ungerer [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=4E486E37.9050203@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=geert@linux-m68k.org \
    --cc=gerg@uclinux.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=uclinux-dev@uclinux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox