summaryrefslogtreecommitdiffstats
path: root/configs/qemu_x86_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:53:12 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 15:06:05 +0100
commitca9d54b0ab1b975143ebd604e1308101ebc9cdb9 (patch)
treeaee49e304c5a161f4edeafa3c4cd7da4672a9912 /configs/qemu_x86_defconfig
parentbd2167d504929c99031b92590dac41426ca635f7 (diff)
downloadbuildroot-novena-ca9d54b0ab1b975143ebd604e1308101ebc9cdb9.tar.gz
buildroot-novena-ca9d54b0ab1b975143ebd604e1308101ebc9cdb9.zip
board: add new Qemu x86 configuration file
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_x86_defconfig')
-rw-r--r--configs/qemu_x86_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
new file mode 100644
index 000000000..e670b3045
--- /dev/null
+++ b/configs/qemu_x86_defconfig
@@ -0,0 +1,10 @@
+# Architecture
+BR2_i386=y
+BR2_x86_pentiumpro=y
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.36"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-2.6.36.config"