[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#864726: Please CONFIG_PCI_HOST_GENERIC on armhf



Source: linux
Version: 4.9.30-2
Severity: normal
Tags: patch

Hey,

The qemu arm virtual machine (virt/virt-2.6/virt-2.7/virt-2.8) is a virtual ARM
box with PCI devices, it's host bridge is a generic host controller. Enabling
the requested option allows Debian to run on those machine (In our use-case a
32 bit ARM vm on a 64 bit arm host)

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf, arm64

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
>From a75ae8b838d9982ae75459000741f2e08f405a42 Mon Sep 17 00:00:00 2001
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date: Fri, 9 Jun 2017 11:58:07 +0200
Subject: [PATCH] [armhf] Enable CONFIG_PCI_HOST_GENERIC to support PCI in
 armhf vm's

---
 debian/config/armhf/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index 2fd332c97..b1997fdf7 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -842,6 +842,7 @@ CONFIG_PCI_DRA7XX=y
 CONFIG_PCI_MVEBU=y
 CONFIG_PCI_IMX6=y
 CONFIG_PCI_TEGRA=y
+CONFIG_PCI_HOST_GENERIC=y
 
 ##
 ## file: drivers/phy/Kconfig
-- 
2.11.0


Reply to: