From 8d4fa3341acf0b0775733e957be5ceaf58c95787 Mon Sep 17 00:00:00 2001
From: Kishore Bodke <kishore.k.bodke@intel.com>
Date: Wed, 10 Oct 2012 15:14:29 -0700
Subject: [PATCH] meta: Add a new feature for PCI devices.

Enable PCI device Extended Configuration space

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
 features/pci/pci.cfg | 1 +
 features/pci/pci.scc | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 features/pci/pci.cfg
 create mode 100644 features/pci/pci.scc

diff --git a/features/pci/pci.cfg b/features/pci/pci.cfg
new file mode 100644
index 000000000..cd749582c
--- /dev/null
+++ b/features/pci/pci.cfg
@@ -0,0 +1 @@
+CONFIG_PCI_MMCONFIG=y
diff --git a/features/pci/pci.scc b/features/pci/pci.scc
new file mode 100644
index 000000000..5696d72b6
--- /dev/null
+++ b/features/pci/pci.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Enable PCI device extended Configuration Space"
+define KFEATURE_COMPATIBILITY board
+
+kconf hardware pci.cfg
-- 
GitLab