]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ts-kernel-build: enable CONFIG_IKCONFIG{_PROC}
authorIan Campbell <ian.campbell@citrix.com>
Fri, 21 Nov 2014 13:16:51 +0000 (13:16 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 5 Dec 2014 15:43:01 +0000 (15:43 +0000)
This makes the kernel's .config available in /proc/config.gz and
embeds a copy which can be extracted with
linux/scripts/extract-ikconfig (which I've not tried, but have no
reason to doubt).

Having this around can be handy with an older osstest installed test
box and to confirm you've booted the kernel you think you have when
you are messing with .config options.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-kernel-build

index 3b48920c6d4edcc9187c7fb773feca820065d289..f02205f6d32632303f6b15322ccd9252c2c8a1a0 100755 (executable)
@@ -436,6 +436,9 @@ setopt CONFIG_MIGRATION n
 
 setopt CONFIG_ACPI_HOTPLUG_MEMORY n
 
+setopt CONFIG_IKCONFIG y
+setopt CONFIG_IKCONFIG_PROC y
+
 # Should all be set one way or another in defconfig but aren't
 setopt CONFIG_NUMA n
 setopt CONFIG_X86_VSMP n