aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2020-02-14 11:18:15 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2020-03-03 13:08:14 +0530
commit344eb6d572adfadb0a11196ef8cf6508f6c704df (patch)
tree809f2e3d8a35c2997872944fa44b9e0ba74a3bca /drivers/misc/Kconfig
parent8cd10a494f45b4d6174ff4b070102b5241747823 (diff)
downloadu-boot-344eb6d572adfadb0a11196ef8cf6508f6c704df.zip
u-boot-344eb6d572adfadb0a11196ef8cf6508f6c704df.tar.gz
u-boot-344eb6d572adfadb0a11196ef8cf6508f6c704df.tar.bz2
misc: k3_esm: Add support for Texas Instruments K3 ESM driver
The ESM (Error Signaling Module) is used to route error signals within the K3 SoCs somewhat similar to interrupts. The handling for these is different though, and can be routed for hardware error handling, to be handled by safety processor or just as error interrupts handled by the main processor. The u-boot level ESM driver is just used to configure the ESM signals so that they get routed to proper destination. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index f18aa8f..38588b2 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -462,6 +462,11 @@ config IHS_FPGA
gdsys devices, which supply the majority of the functionality offered
by the devices. This driver supports both CON and CPU variants of the
devices, depending on the device tree entry.
+config ESM_K3
+ bool "Enable K3 ESM driver"
+ depends on ARCH_K3
+ help
+ Support ESM (Error Signaling Module) on TI K3 SoCs.
config MICROCHIP_FLEXCOM
bool "Enable Microchip Flexcom driver"