Made the RTC and the SCSI disks work on versatile.

svn path=/nixpkgs/trunk/; revision=20207
This commit is contained in:
Lluís Batlle i Rossell 2010-02-23 22:41:16 +00:00
parent 24614bdffe
commit 93ee9539e2

View File

@ -63,10 +63,19 @@ rec {
kernelExtraConfig = kernelExtraConfig =
'' ''
MMC_ARMMMCI y MMC_ARMMMCI y
MMC_SDHCI y #MMC_SDHCI y
SERIO_AMBAKMI y SERIO_AMBAKMI y
AEABI y AEABI y
RTC_CLASS y
RTC_DRV_PL031 y
PCI y
SCSI y
SCSI_DMA y
SCSI_ATA y
BLK_DEV_SD y
BLK_DEV_SR y
SCSI_SYM53C8XX_2 y
''; '';
uboot = null; uboot = null;
}; };