diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-10-17 16:38:25 +0300 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-12-02 22:28:54 +0100 |
commit | b1b9c93f7c4deb1db7eccfe001d8ef146052d3eb (patch) | |
tree | 345ce6994c2912011c583e1fdd100edf4bf6351b /src/mainboard/google/stout | |
parent | 161e9cc56b6009068a2b690f0d5d073bbb228acc (diff) | |
download | coreboot-b1b9c93f7c4deb1db7eccfe001d8ef146052d3eb.tar.xz |
Add option to disable ChromeOS
Those building Chromebook firmware from coreboot git might be more
interested in building without ChromeOS extras.
Change-Id: I2f176d059fd45bf4eb02cc0f3f1dcc353095d0ce
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3977
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r-- | src/mainboard/google/stout/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index a316277f2a..7ee8fd4d43 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -13,7 +13,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_RESUME select HAVE_SMI_HANDLER select GFXUMA - select CHROMEOS + select MAINBOARD_HAS_CHROMEOS config MAINBOARD_DIR string |