topconfig Enable PATA_JMICRON instead of legacy BLK_DEV_JMICRON

this will have changing dev name,
but anyway this was never guaranteed to stay stable.

better pick the driver that is recommended upstream.

svn path=/dists/trunk/linux-2.6/; revision=13310
This commit is contained in:
Maximilian Attems 2009-04-01 14:53:29 +00:00
parent 3645009744
commit 73d0d141bf
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux-2.6 (2.6.29-1~experimental.2) UNRELEASED; urgency=low
* [sparc] Enable BLK_DEV_CRYPTOLOOP. (closes: #521829)
* Enable PATA_JMICRON instead of legacy BLK_DEV_JMICRON.
(closes: #431500, #458493)
-- maximilian attems <maks@debian.org> Mon, 30 Mar 2009 14:40:26 +0200

View File

@ -123,7 +123,7 @@ CONFIG_ATA_GENERIC=m
# CONFIG_PATA_ISAPNP is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
CONFIG_PATA_JMICRON=m
# CONFIG_PATA_LEGACY is not set
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=m
@ -389,7 +389,7 @@ CONFIG_BLK_DEV_DELKIN=m
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y
# CONFIG_BLK_DEV_PLATFORM is not set
CONFIG_BLK_DEV_JMICRON=m
# CONFIG_BLK_DEV_JMICRON is not set
CONFIG_BLK_DEV_IT8172=m
CONFIG_BLK_DEV_IT8213=m
CONFIG_BLK_DEV_IT821X=m