Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5245
-gerrit
commit 609a32cac949d48cf55b674290e81a8493bc415e Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat Feb 15 19:44:11 2014 +0100
odm_oem: Add support for ODM/OEM Kconfig
Change-Id: Ief3da76db0a6ea198fab47396e42bdc6a22d5d85 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/Kconfig | 1 + src/odm_oem/Kconfig | 3 +++ 2 files changed, 4 insertions(+)
diff --git a/src/Kconfig b/src/Kconfig index 94fea2d..dd9785b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -215,6 +215,7 @@ config COVERAGE endmenu
source src/mainboard/Kconfig +source src/odm_oem/Kconfig
# This option is used to set the architecture of a mainboard to X86. # It is usually set in mainboard/*/Kconfig. diff --git a/src/odm_oem/Kconfig b/src/odm_oem/Kconfig new file mode 100644 index 0000000..6eb2993 --- /dev/null +++ b/src/odm_oem/Kconfig @@ -0,0 +1,3 @@ +menu "OEM / ODM" + +endmenu