Aamir Bohra has uploaded this change for review.

View Change

mainboard/intel/common: Add config for intel common mainboard support

Add config to support intel mainboard common code. The intend is
to create common placeholder for APIs common across the mainboard.

Change-Id: Idc6f9bd298520f5e929534c64f1b038a4c9684a9
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
---
A src/mainboard/intel/common/Kconfig
1 file changed, 5 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/37705/1
diff --git a/src/mainboard/intel/common/Kconfig b/src/mainboard/intel/common/Kconfig
new file mode 100644
index 0000000..e96d943
--- /dev/null
+++ b/src/mainboard/intel/common/Kconfig
@@ -0,0 +1,5 @@
+config MAINBOARD_INTEL_COMMON
+ bool
+ help
+ common code for Intel Mainboards
+

To view, visit change 37705. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idc6f9bd298520f5e929534c64f1b038a4c9684a9
Gerrit-Change-Number: 37705
Gerrit-PatchSet: 1
Gerrit-Owner: Aamir Bohra <aamir.bohra@intel.com>
Gerrit-MessageType: newchange