summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-09-25 07:33:30 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-09-25 07:33:30 +0200
commitb779db2bfe205ac4af529e5147f5d081916f28ee (patch)
tree2da2790ddf3b6a73b13d5a67ab7ece3c01355cb3
parent52da55a61b710a328975e1876123d8bfe8c930ed (diff)
downloadkconfig-b779db2bfe205ac4af529e5147f5d081916f28ee.tar.gz
add ppc64
-rwxr-xr-xkconfig2
-rw-r--r--qemu-ppc64.cfg3
2 files changed, 5 insertions, 0 deletions
diff --git a/kconfig b/kconfig
index b507a38..bcdd987 100755
--- a/kconfig
+++ b/kconfig
@@ -93,6 +93,8 @@ if test -f .config; then
arch="i386"
elif grep -q "^CONFIG_ARM=y" .config; then
arch="arm"
+ elif grep -q "^CONFIG_PPC64=y" .config; then
+ arch="ppc64"
fi
if test "$arch" != ""; then
echo "# config arch is $arch"
diff --git a/qemu-ppc64.cfg b/qemu-ppc64.cfg
new file mode 100644
index 0000000..d53c46c
--- /dev/null
+++ b/qemu-ppc64.cfg
@@ -0,0 +1,3 @@
+CONFIG_IBMVIO=y
+CONFIG_IBMVETH=m
+CONFIG_SCSI_IBMVSCSI=m