Browse Source

ti_config_fragments: v8_rpmsg: Enable OMAP HwSpinlock driver

The OMAP HwSpinlock driver is reused for supporting the HwSpinlock
IP within K3 platforms. So, enable both the HwSpinlock core and the
OMAP HwSpinlock driver in the rpmsg config file. There are currently
no direct users of the HwSpinlock IP, but the built-in is the
preferred choice for this driver.

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 7 years ago
parent
commit
31cf5ea7fa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ti_config_fragments/v8_ipc.cfg

+ 3 - 0
ti_config_fragments/v8_ipc.cfg

@@ -1,3 +1,6 @@
 ##################################################
 # TI RPMsg/IPC Config Options
 ##################################################
+# HwSpinLock
+CONFIG_HWSPINLOCK=y
+CONFIG_HWSPINLOCK_OMAP=y