Updating options for the versatileARM kernel, so it matches something

usable and buildable from a sheevaplug.
I took the additional settings from:
http://fedoraproject.org/wiki/Architectures/ARM/HowToQemu


svn path=/nixpkgs/branches/stdenv-updates/; revision=18296
This commit is contained in:
Lluís Batlle i Rossell 2009-11-08 20:09:37 +00:00
parent be2ff23280
commit 1b37fc42bb

View file

@ -112,6 +112,17 @@ let
configureBaseVersatileARM = ''
ARCH=arm make versatile_defconfig
setOptionYes CONFIG_IP_PNP_DHCP
setOptionYes CONFIG_TUN
# This versatile arm is for the sheevaplug compatibility, so, EABI
setOptionYes CONFIG_AEABI
setOptionYes CONFIG_TMPFS
# For the qemu block device 'hda' to work
setOptionYes CONFIG_PCI
setOptionYes CONFIG_SCSI
setOptionYes CONFIG_BLK_DEV_SD
setOptionYes CONFIG_SCSI_SYM53C8XX_2
'';
configureARM = ''