diff options
author | Martin Roth <gaumless@gmail.com> | 2015-04-26 18:53:26 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-04-28 21:14:56 +0200 |
commit | 595e7777e7282249b13c3d7f8a45178e76798690 (patch) | |
tree | 3f578e46e4ba70ab530e2173845423597d536bec /src/mainboard/google | |
parent | 562d6f30a0745b3da4c61974f8ac1b529dac9d80 (diff) |
Kconfig whitespace fixes
trivial whitespace fixes. Mostly changing leading spaces to tabs.
Change-Id: I0bdfe2059b90725e64adfc0bdde785b4e406969d
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10000
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/urara/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_brain/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_danger/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_jerry/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_mighty/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_pinky/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_rialto/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/veyron_speedy/Kconfig | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/mainboard/google/urara/Kconfig b/src/mainboard/google/urara/Kconfig index e1004cde40..00a00f8499 100644 --- a/src/mainboard/google/urara/Kconfig +++ b/src/mainboard/google/urara/Kconfig @@ -28,8 +28,8 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_CHROMEOS select SPI_FLASH_WINBOND select CPU_IMGTEC_PISTACHIO - select COMMON_CBFS_SPI_WRAPPER - select MAINBOARD_HAS_BOOTBLOCK_INIT + select COMMON_CBFS_SPI_WRAPPER + select MAINBOARD_HAS_BOOTBLOCK_INIT select SPI_FLASH config MAINBOARD_DIR diff --git a/src/mainboard/google/veyron_brain/Kconfig b/src/mainboard/google/veyron_brain/Kconfig index c5ff0bbbfe..b2ee7cd6d4 100644 --- a/src/mainboard/google/veyron_brain/Kconfig +++ b/src/mainboard/google/veyron_brain/Kconfig @@ -50,8 +50,8 @@ config MAINBOARD_VENDOR default "Google" config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex diff --git a/src/mainboard/google/veyron_danger/Kconfig b/src/mainboard/google/veyron_danger/Kconfig index d65a6c0b7f..3986c46bfb 100644 --- a/src/mainboard/google/veyron_danger/Kconfig +++ b/src/mainboard/google/veyron_danger/Kconfig @@ -50,8 +50,8 @@ config MAINBOARD_VENDOR default "Google" config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex diff --git a/src/mainboard/google/veyron_jerry/Kconfig b/src/mainboard/google/veyron_jerry/Kconfig index f025829cf2..ee5f204eba 100644 --- a/src/mainboard/google/veyron_jerry/Kconfig +++ b/src/mainboard/google/veyron_jerry/Kconfig @@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US default 100 config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex diff --git a/src/mainboard/google/veyron_mighty/Kconfig b/src/mainboard/google/veyron_mighty/Kconfig index 4cccbb516f..9f0cf9a160 100644 --- a/src/mainboard/google/veyron_mighty/Kconfig +++ b/src/mainboard/google/veyron_mighty/Kconfig @@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US default 100 config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex diff --git a/src/mainboard/google/veyron_pinky/Kconfig b/src/mainboard/google/veyron_pinky/Kconfig index c30039c5b9..1450139f48 100644 --- a/src/mainboard/google/veyron_pinky/Kconfig +++ b/src/mainboard/google/veyron_pinky/Kconfig @@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US default 100 config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex diff --git a/src/mainboard/google/veyron_rialto/Kconfig b/src/mainboard/google/veyron_rialto/Kconfig index dc7d0459ad..83c78c5195 100644 --- a/src/mainboard/google/veyron_rialto/Kconfig +++ b/src/mainboard/google/veyron_rialto/Kconfig @@ -49,8 +49,8 @@ config MAINBOARD_VENDOR default "Google" config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex diff --git a/src/mainboard/google/veyron_speedy/Kconfig b/src/mainboard/google/veyron_speedy/Kconfig index 1729b64991..5d9ddd599d 100644 --- a/src/mainboard/google/veyron_speedy/Kconfig +++ b/src/mainboard/google/veyron_speedy/Kconfig @@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US default 100 config BOOT_MEDIA_SPI_BUS - int - default 2 + int + default 2 config DRIVER_TPM_I2C_BUS hex |