Fix Kconfig whitespace.
All other Kconfig locations start with tabs. Change-Id: I0ee5f0b0b82f85c8ae58b3626f142f159554efb3 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10438 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
e08a2a585e
commit
29824c5a4b
|
@ -1,8 +1,8 @@
|
||||||
config MAINBOARD_HAS_LPC_TPM
|
config MAINBOARD_HAS_LPC_TPM
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Board has TPM support
|
Board has TPM support
|
||||||
|
|
||||||
config LPC_TPM
|
config LPC_TPM
|
||||||
bool "Enable TPM support"
|
bool "Enable TPM support"
|
||||||
|
|
Loading…
Reference in New Issue