aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/arch/i386/config4
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/arch/i386/config b/debian/arch/i386/config
index bc3a5da8707c..1aaf3a32018a 100644
--- a/debian/arch/i386/config
+++ b/debian/arch/i386/config
@@ -44,7 +44,6 @@ CONFIG_X86_CPUID=m
CONFIG_EDD=m
# CONFIG_HIGHMEM64G is not set
CONFIG_MTRR=y
-# CONFIG_EFI is not set
CONFIG_REGPARM=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
@@ -1797,3 +1796,6 @@ CONFIG_EDAC_R82600=m
CONFIG_CLEAN_COMPILE=y
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
+CONFIG_EFI_VARS=y
+CONFIG_BOOT_IOREMAP=y
+CONFIG_EFI=y
diff --git a/debian/changelog b/debian/changelog
index 089455d3192a..77d86f252a82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,6 @@ linux-2.6 (2.6.17-7) UNRELEASED; urgency=low
* mipsel/r5k-cobalt: Increase 8250 NR_UARTS and RUNTIME_UARTS to 4.
* mipsel/r5k-cobalt: Fix MAC detection problem on Qube 2700.
- [ Kyle McMartin ]
- * Apply patch to fix pa8800 (mostly...)
-
[ Bastian Blank ]
* Update vserver patch to 2.0.2-rc29.
* Add stable release 2.6.17.10:
@@ -27,6 +24,7 @@ linux-2.6 (2.6.17-7) UNRELEASED; urgency=low
[ Frederik Schüler ]
* Activate CONFIG_R8169_VLAN on amd64. (closes: #383707)
+ * Activate EFI boot support on i386. (closes: #381951)
[ dann frazier ]
* Include module.lds in headers package if it exists. (closes: #342246)