diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-11-13 17:00:01 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-11-16 01:13:47 +0100 |
commit | 95a6396ae3df6dfa778ac67a73af6fae4501517a (patch) | |
tree | 8deab9fd2bffcd2d9588311eab27ea7ffc94f673 /src/drivers/pc80 | |
parent | 84833448026bfd5c5ef634d937d30017138f22b4 (diff) |
Clean up Kconfig
- move VGA handling options into devices/Kconfig
- make Devices a top level menu
- move some options "closer" to the code they control
Change-Id: Ia79541d18b2b0d9b89a8b154255e312060627c48
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1840
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/drivers/pc80')
-rw-r--r-- | src/drivers/pc80/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index e82045523f..3c8fd8c6cd 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -14,3 +14,11 @@ config DRIVERS_PS2_KEYBOARD If you know you will only use a payload which does not require this option, then you can say N here to speed up boot time. Otherwise say Y. + +config TPM + bool + default n + help + Enable this option to enable TPM support in coreboot. + + If unsure, say N. |