diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-05 21:03:42 -0600 |
---|---|---|
committer | Edward O'Callaghan <edward.ocallaghan@koparo.com> | 2015-06-07 02:54:41 +0200 |
commit | 29824c5a4b769092d4b10855ae73b3a92a6b6ba1 (patch) | |
tree | 38ce72c85ccbdc46aeae31812ecb42b9445ecc95 | |
parent | e08a2a585e14e049054c04ed5e0ba1392184460f (diff) |
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>
-rw-r--r-- | src/drivers/pc80/tpm/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/pc80/tpm/Kconfig b/src/drivers/pc80/tpm/Kconfig index 148387128d..f6a79483dc 100644 --- a/src/drivers/pc80/tpm/Kconfig +++ b/src/drivers/pc80/tpm/Kconfig @@ -1,8 +1,8 @@ config MAINBOARD_HAS_LPC_TPM - bool - default n - help - Board has TPM support + bool + default n + help + Board has TPM support config LPC_TPM bool "Enable TPM support" |