summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/lpc/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-05-29 09:24:18 -0600
committerMartin Roth <martinroth@google.com>2019-06-06 18:50:28 +0000
commit6ab5ed3b66fc215d0d03b19ab02fdcf8613c7d09 (patch)
tree0a1512a069659f4f16412cb21f5357daa047aa38 /src/soc/amd/common/block/lpc/Kconfig
parenteceaa97b27b04a61dd5fb2e68e0f5ac1367a3c0f (diff)
downloadcoreboot-6ab5ed3b66fc215d0d03b19ab02fdcf8613c7d09.tar.gz
coreboot-6ab5ed3b66fc215d0d03b19ab02fdcf8613c7d09.tar.bz2
coreboot-6ab5ed3b66fc215d0d03b19ab02fdcf8613c7d09.zip
soc/amd/stoneyridge: Move LPC support to common
AMD devices traditionally have the LPC-ISA bus at 14.3 and the definition has been very consistent. Relocate the feature from stoneyridge into common/block. BUG=b:131682806 Change-Id: I8d7175b8642bb17533bb2287b3e3ee3d52e85a75 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32653 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block/lpc/Kconfig')
-rw-r--r--src/soc/amd/common/block/lpc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/lpc/Kconfig b/src/soc/amd/common/block/lpc/Kconfig
new file mode 100644
index 000000000000..b0d59a55f43a
--- /dev/null
+++ b/src/soc/amd/common/block/lpc/Kconfig
@@ -0,0 +1,5 @@
+config SOC_AMD_COMMON_BLOCK_LPC
+ bool
+ default n
+ help
+ Select this option to use the traditional LPC-ISA bridge at D14F3.