diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-30 01:01:51 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-30 01:59:38 +0200 |
commit | b89a761a637996e730432a3a8383aaf636abe5c5 (patch) | |
tree | 8aaa43d2ab481eccb872c5e389b0d0d60db0f032 /src/Kconfig | |
parent | 00093a81d3f54c72215d9f402c3f88880da89a81 (diff) |
Add Google ChromeOS vendorcode directory
... and hook it up in Kconfig. More code to come.
Change-Id: I24542d8ef97e2bce112c3aface681ceeb1a7c061
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/813
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 74fd015242..ba1af089cd 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -938,3 +938,4 @@ config POWER_BUTTON_IS_OPTIONAL Internal option that controls ENABLE_POWER_BUTTON visibility. source src/Kconfig.deprecated_options +source src/vendorcode/Kconfig |