firmware: Add basic support for TI System Control Interface (TI-SCI) protocol
[linux-2.6-microblaze.git] / drivers / firmware / Kconfig
index bca172d..9418d7d 100644 (file)
@@ -203,6 +203,21 @@ config QCOM_SCM_64
        def_bool y
        depends on QCOM_SCM && ARM64
 
+config TI_SCI_PROTOCOL
+       tristate "TI System Control Interface (TISCI) Message Protocol"
+       depends on TI_MESSAGE_MANAGER
+       help
+         TI System Control Interface (TISCI) Message Protocol is used to manage
+         compute systems such as ARM, DSP etc with the system controller in
+         complex System on Chip(SoC) such as those found on certain keystone
+         generation SoC from TI.
+
+         System controller provides various facilities including power
+         management function support.
+
+         This protocol library is used by client drivers to use the features
+         provided by the system controller.
+
 config HAVE_ARM_SMCCC
        bool