1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 =
''
MMC_ARMMMCI y
MMC_SDHCI y
#MMC_SDHCI y
SERIO_AMBAKMI 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;
};