aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-11-23 23:01:45 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-30 19:17:29 +0000
commite2cb8696f0ea1522b256bcb3973c659c3cd76384 (patch)
tree8c56d24b1483236601670feabf94bd47f9ae5c03 /src/soc/amd/picasso/Kconfig
parentffb4652461b4ee8da2b816c5288c3076b7379de4 (diff)
soc/amd/picasso: remove PICASSO_LPC_IOMUX Kconfig option from SoC
PICASSO_LPC_IOMUX was only used in the amd/mandolin board, but not in the corresponding SoC code, so remove it from the SoC's Kconfig and reanme it in the mainboard's Kconfig to MANDOLIN_LPC. Change-Id: I261e093d6c56be6073a816b79c60d3a0457616f8 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47891 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index c3995c87c7..7bcc316218 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -376,12 +376,6 @@ config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
int
default 150
-config PICASSO_LPC_IOMUX
- bool
- help
- Picasso's LPC bus signals are MUXed with some of the EMMC signals.
- Select this option if LPC signals are required.
-
config DISABLE_SPI_FLASH_ROM_SHARING
def_bool n
help