From 1b37fc42bba90c2968c68f4e44bb78e24837af66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 8 Nov 2009 20:09:37 +0000 Subject: [PATCH] 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 --- pkgs/os-specific/linux/zen-kernel/2.6.31-zen5.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkgs/os-specific/linux/zen-kernel/2.6.31-zen5.nix b/pkgs/os-specific/linux/zen-kernel/2.6.31-zen5.nix index cb0a07ec289..a7b788c8e13 100644 --- a/pkgs/os-specific/linux/zen-kernel/2.6.31-zen5.nix +++ b/pkgs/os-specific/linux/zen-kernel/2.6.31-zen5.nix @@ -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 = ''