[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Xen 3.1.4: CONFIG_EDD and x86_64
Hi! This is a very minor issue, but with changeset 15635 you cannot build anymore a x86_64 kernel unattended: as CONFIG_EDD is not defined in the buildconfigs/linux-defconfig_xen*_x86_64 files you are prompted for the parameter at compile time. I just add it blindly to the x86_64 defconfig files -- Philippe diff -r 4835d702ba61 buildconfigs/linux-defconfig_xen0_x86_64 --- a/buildconfigs/linux-defconfig_xen0_x86_64 Thu Jan 31 10:06:54 2008 +0000 +++ b/buildconfigs/linux-defconfig_xen0_x86_64 Mon Apr 28 16:05:35 2008 +0200 @@ -1096,6 +1096,7 @@ CONFIG_RTC_DRV_V3020=m # # Firmware Drivers # +CONFIG_EDD=y # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set diff -r 4835d702ba61 buildconfigs/linux-defconfig_xenU_x86_64 --- a/buildconfigs/linux-defconfig_xenU_x86_64 Thu Jan 31 10:06:54 2008 +0000 +++ b/buildconfigs/linux-defconfig_xenU_x86_64 Mon Apr 28 16:05:35 2008 +0200 @@ -913,6 +913,7 @@ CONFIG_DUMMY_CONSOLE=y # # Firmware Drivers # +# CONFIG_EDD is not set # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set diff -r 4835d702ba61 buildconfigs/linux-defconfig_xen_x86_64 --- a/buildconfigs/linux-defconfig_xen_x86_64 Thu Jan 31 10:06:54 2008 +0000 +++ b/buildconfigs/linux-defconfig_xen_x86_64 Mon Apr 28 16:05:35 2008 +0200 @@ -2750,6 +2750,7 @@ CONFIG_INTEL_IOATDMA=m # # Firmware Drivers # +CONFIG_EDD=y CONFIG_DELL_RBU=m CONFIG_DCDBAS=m _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |