ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] Q: looking for unneeded kernel modules in installer stage 2
Date: Tue, 13 Mar 2007 23:02:39 +0300
Message-ID: <20070313200239.GC4715@procyon.home> (raw)
In-Reply-To: <20070313193600.GB10451@lks.home>

[-- Attachment #1: Type: text/plain, Size: 2630 bytes --]

On Tue, Mar 13, 2007 at 10:36:00PM +0300, Konstantin A. Lepikhov wrote:
> Hi Sergey!
> 
> Tuesday 13, at 10:25:24 PM you wrote:
> 
> > spi, скорее всего, можно убирать - вряд ли это кому-то нужно.
> для vmware он, например, нужен и для LSI53C1035-based думаю тоже
> понабится.

Это не с scsi_transport_spi перепутано?

Вообще-то в drivers/spi/ лежит вот что:

config SPI
        bool "SPI support"
        help
          The "Serial Peripheral Interface" is a low level synchronous
          protocol.  Chips that support SPI can have data transfer rates
          up to several tens of Mbit/sec.  Chips are addressed with a
          controller and a chipselect.  Most SPI slaves don't support
          dynamic device discovery; some are even write-only or read-only.
          
          SPI is widely used by microcontollers to talk with sensors,
          eeprom and flash memory, codecs and various other controller
          chips, analog to digital (and d-to-a) converters, and more.
          MMC and SD cards can be accessed using SPI protocol; and for
          DataFlash cards used in MMC sockets, SPI must always be used.
        
          SPI is one of a family of similar protocols using a four wire
          interface (select, clock, data in, data out) including Microwire
          (half duplex), SSP, SSI, and PSP.  This driver framework should
          work with most such devices and controllers.


config SPI_BITBANG
        tristate "Bitbanging SPI master"
        depends on SPI_MASTER && EXPERIMENTAL
        help
          With a few GPIO pins, your system can bitbang the SPI protocol.
          Select this to get SPI support through I/O pins (GPIO, parallel
          port, etc).  Or, some systems' SPI master controller drivers use
          this code to manage the per-word or per-transfer accesses to the
          hardware shift registers.
          
          This is library code, and is automatically selected by drivers that
          need it.  You only need to select this explicitly to support driver
          modules that aren't part of this kernel tree.
          
config SPI_BUTTERFLY
        tristate "Parallel port adapter for AVR Butterfly (DEVELOPMENT)"
        depends on SPI_MASTER && PARPORT && EXPERIMENTAL
        select SPI_BITBANG
        help
          This uses a custom parallel port cable to connect to an AVR
          Butterfly <http://www.atmel.com/products/avr/butterfly>, an
          inexpensive battery powered microcontroller evaluation board.
          This same cable can be used to flash new firmware.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2007-03-13 20:02 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-13  1:38 Dmitry V. Levin
2007-03-13  6:34 ` Anton Farygin
2007-03-13 17:07   ` Dmitry V. Levin
2007-03-13 19:25     ` Sergey Vlasov
2007-03-13 19:34       ` Dmitry V. Levin
2007-03-13 19:55         ` Sergey Vlasov
2007-03-13 19:36       ` Konstantin A. Lepikhov
2007-03-13 20:02         ` Sergey Vlasov [this message]
2007-03-13 20:15           ` Konstantin A. Lepikhov
2007-03-13 19:34     ` Konstantin A. Lepikhov
2007-03-13 19:40       ` Eugene Ostapets
2007-03-13 19:47         ` Konstantin A. Lepikhov
2007-03-13 19:54           ` Eugene Ostapets
2007-03-13 20:16             ` Konstantin A. Lepikhov
2007-03-13 20:45               ` Eugene Ostapets
2007-03-14  5:55         ` Eugene Prokopiev
2007-03-14  6:00           ` Eugene Ostapets
2007-03-14  6:48             ` Sergey Y. Afonin
2007-03-14  7:46               ` Eugene Ostapets
2007-03-15  8:01                 ` Epiphanov Sergei
2007-03-15  9:28                   ` Kirill A. Shutemov
2007-03-15  9:30                   ` Eugene Ostapets
2007-03-14 19:47             ` Eugene Prokopiev
2007-03-14 19:49               ` Alexey Tourbin
2007-03-14 20:30                 ` Eugene Ostapets
2007-03-13 19:51       ` Aleksey Avdeev
2007-03-13 20:08       ` Sergey Vlasov
2007-03-14  6:40       ` Anton Farygin
2007-03-15 19:58         ` Konstantin A. Lepikhov
2007-03-19 12:09           ` Anton Farygin
2007-03-19 13:08             ` Konstantin A. Lepikhov

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=20070313200239.GC4715@procyon.home \
    --to=vsu@altlinux.ru \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git