From 38d7b986b8b16ac0cca806cbe0095cc8d79ddf9f Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 11 Aug 2016 09:31:55 -0500 Subject: [PATCH] UPSTREAM: mainboard/google: remove unused BOOT_MEDIA_SPI_CHIP_SELECT option The BOOT_MEDIA_SPI_CHIP_SELECT option is not used in any of the code. Remove its usage. BUG=chrome-os-partner:56151 BRANCH=None TEST=None Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16185 Reviewed-by: Patrick Georgi Reviewed-by: Furquan Shaikh Reviewed-by: Paul Menzel Change-Id: I522b62a2371b8a167ce17c48117669390cda14cd Reviewed-on: https://chromium-review.googlesource.com/370710 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/mainboard/google/foster/Kconfig | 8 -------- src/mainboard/google/nyan/Kconfig | 8 -------- src/mainboard/google/nyan_big/Kconfig | 8 -------- src/mainboard/google/nyan_blaze/Kconfig | 8 -------- src/mainboard/google/smaug/Kconfig | 8 -------- 5 files changed, 40 deletions(-) diff --git a/src/mainboard/google/foster/Kconfig b/src/mainboard/google/foster/Kconfig index dfe79a5cdf..3de9a4c879 100644 --- a/src/mainboard/google/foster/Kconfig +++ b/src/mainboard/google/foster/Kconfig @@ -68,14 +68,6 @@ config BOOT_MEDIA_SPI_BUS help Which SPI bus the boot media is connected to. -config BOOT_MEDIA_SPI_CHIP_SELECT - int "Chip select for SPI boot media" - range 0 3 - depends on FOSTER_BCT_CFG_SPI - default 0 - help - Which chip select to use for boot media. - config DRIVER_TPM_I2C_BUS hex default 0x2 diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig index 2c39a1a1a2..fedf18f0ea 100644 --- a/src/mainboard/google/nyan/Kconfig +++ b/src/mainboard/google/nyan/Kconfig @@ -70,14 +70,6 @@ config BOOT_MEDIA_SPI_BUS help Which SPI bus the boot media is connected to. -config BOOT_MEDIA_SPI_CHIP_SELECT - int "Chip select for SPI boot media" - range 0 3 - depends on NYAN_BCT_CFG_SPI - default 0 - help - Which chip select to use for boot media. - config EC_GOOGLE_CHROMEEC_SPI_BUS hex default 1 diff --git a/src/mainboard/google/nyan_big/Kconfig b/src/mainboard/google/nyan_big/Kconfig index c9b8aeda41..5c4009a89b 100644 --- a/src/mainboard/google/nyan_big/Kconfig +++ b/src/mainboard/google/nyan_big/Kconfig @@ -71,14 +71,6 @@ config BOOT_MEDIA_SPI_BUS help Which SPI bus the boot media is connected to. -config BOOT_MEDIA_SPI_CHIP_SELECT - int "Chip select for SPI boot media" - range 0 3 - depends on NYAN_BIG_BCT_CFG_SPI - default 0 - help - Which chip select to use for boot media. - config EC_GOOGLE_CHROMEEC_SPI_BUS hex default 1 diff --git a/src/mainboard/google/nyan_blaze/Kconfig b/src/mainboard/google/nyan_blaze/Kconfig index 3541da129a..a11b3ebcd1 100644 --- a/src/mainboard/google/nyan_blaze/Kconfig +++ b/src/mainboard/google/nyan_blaze/Kconfig @@ -72,14 +72,6 @@ config BOOT_MEDIA_SPI_BUS help Which SPI bus the boot media is connected to. -config BOOT_MEDIA_SPI_CHIP_SELECT - int "Chip select for SPI boot media" - range 0 3 - depends on NYAN_BLAZE_BCT_CFG_SPI - default 0 - help - Which chip select to use for boot media. - config EC_GOOGLE_CHROMEEC_SPI_BUS hex default 1 diff --git a/src/mainboard/google/smaug/Kconfig b/src/mainboard/google/smaug/Kconfig index 03e8bd4037..000304f388 100644 --- a/src/mainboard/google/smaug/Kconfig +++ b/src/mainboard/google/smaug/Kconfig @@ -75,14 +75,6 @@ config BOOT_MEDIA_SPI_BUS help Which SPI bus the boot media is connected to. -config BOOT_MEDIA_SPI_CHIP_SELECT - int "Chip select for SPI boot media" - range 0 3 - depends on SMAUG_BCT_CFG_SPI - default 0 - help - Which chip select to use for boot media. - config DRIVER_TPM_I2C_BUS hex default 0x2