summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-08-11 09:31:55 -0500
committerAaron Durbin <adurbin@chromium.org>2016-08-15 21:00:10 +0200
commit3cef11753dbe968d6088821f05f33f042cae4260 (patch)
tree9a951e48a0bf1c9f2d14a91aad7a615be6d9cf99 /src
parent5ff952259ad631e24b4cb1573fe2f6c99d879e7a (diff)
downloadcoreboot-3cef11753dbe968d6088821f05f33f042cae4260.tar.xz
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 Change-Id: I522b62a2371b8a167ce17c48117669390cda14cd Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16185 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/foster/Kconfig8
-rw-r--r--src/mainboard/google/nyan/Kconfig8
-rw-r--r--src/mainboard/google/nyan_big/Kconfig8
-rw-r--r--src/mainboard/google/nyan_blaze/Kconfig8
-rw-r--r--src/mainboard/google/smaug/Kconfig8
5 files changed, 0 insertions, 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