be more explicit on spi variable,

set the spi protocol master at25
spidev is labelled experimental might need to be enabled at later times..

svn path=/dists/trunk/linux-2.6/; revision=8753
This commit is contained in:
Maximilian Attems 2007-05-24 17:14:26 +00:00
parent ed10907fb0
commit fd80bbe5cf
2 changed files with 10 additions and 3 deletions

8
debian/arch/config vendored
View File

@ -276,11 +276,17 @@ CONFIG_SPI=y
CONFIG_SPI_MASTER=y
#
# SPI support
# SPI Master Controller Drivers
#
CONFIG_SPI_BITBANG=m
CONFIG_SPI_BUTTERFLY=m
#
# SPI Protocol Masters
#
CONFIG_SPI_AT25=m
# CONFIG_SPI_SPIDEV is not set
#
# 1-wire Slaves
#

5
debian/changelog vendored
View File

@ -8,7 +8,8 @@ linux-2.6 (2.6.22~rc2-1~experimental.1) UNRELEASED; urgency=low
* Cleanup configs of old unused variables.
* Enable TCP_CONG_YEAH, TCP_CONG_ILLINOIS, NF_CONNTRACK_SANE, DM_DELAY,
GIGASET_M101, SATA_INIC162X, VIDEO_IVTV, USB_ZR364XX, INFINIBAND_CXGB3,
MLX4_INFINIBAND and disable SCSI_ESP_CORE in topconfig.
MLX4_INFINIBAND, SPI_AT25 and disable SCSI_ESP_CORE, SPI_SPIDEV
in topconfig.
* [amd64, i386]: Take care of the renaming acpi-ibm to thinkpad-acpi.
Enable KINGSUN_DONGLE, AF_RXRPC, RXKAD, MTD_NAND_PLATFORM, BLINK, PHANTOM.
Disable OSS_OBSOLETE.
@ -27,7 +28,7 @@ linux-2.6 (2.6.22~rc2-1~experimental.1) UNRELEASED; urgency=low
[ dann frazier ]
* Add Xen licensing info to the copyright file. (closes: #368912)
-- maximilian attems <maks@debian.org> Thu, 24 May 2007 11:18:21 +0200
-- maximilian attems <maks@debian.org> Thu, 24 May 2007 19:13:58 +0200
linux-2.6 (2.6.21-3) UNRELEASED; urgency=low