summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2017-04-09 18:00:40 -0600
committerMartin Roth <martinroth@google.com>2017-04-14 17:09:27 +0200
commit3eec9dda1fa7aed3cd6a47232201c23303b3d686 (patch)
tree1b31965f4baeb6eb786e7855aa7586e3c86e456d /src/southbridge/amd/pi/hudson/Kconfig
parentd7717860587bf57430eaf1d087cd1168b62fa6d5 (diff)
downloadcoreboot-3eec9dda1fa7aed3cd6a47232201c23303b3d686.tar.xz
amd/pi/hudson: Add SERIRQ setup
Enable SERIRQ in quiet or continuous mode based on Kconfig. Defaults to quite mode. Change-Id: Ib40a84719fcc3a5d6b3000c3c0412f1bcf629609 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/19234 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/amd/pi/hudson/Kconfig')
-rw-r--r--src/southbridge/amd/pi/hudson/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig
index bb58722a21..233260f026 100644
--- a/src/southbridge/amd/pi/hudson/Kconfig
+++ b/src/southbridge/amd/pi/hudson/Kconfig
@@ -213,6 +213,12 @@ config AMDFW_OUTSIDE_CBFS
option to manually attach the generated amdfw.rom at an
offset of 0x20000 from the bottom of the coreboot ROM image.
+config SERIRQ_CONTINUOUS_MODE
+ bool
+ default n
+ help
+ Set this option to y for serial IRQ in continuous mode.
+ Otherwise it is in quiet mode.
endif
config HUDSON_UART