Commit d97b2885 authored by Suman Anna's avatar Suman Anna Committed by Hari Kanigeri

SYSLINK: Reorganize Syslink Kconfig

This patch reorganizes the listing of the modules in
Syslink Kconfig file. IPC module is moved to the bottom
and ProcMgr modules are moved to the top.
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent 1659e11e
...@@ -6,12 +6,18 @@ menuconfig Sys_Link ...@@ -6,12 +6,18 @@ menuconfig Sys_Link
if Sys_Link if Sys_Link
config MPU_SYSLINK_IPC config SYSLINK_PROC
tristate "OMAP IPC Module" tristate "Syslink ProcMgr"
depends on MPU_BRIDGE_NOTIFY default m
help
Syslink Proc manager
config SYSLINK_PROC4430
tristate "Proc 4430"
depends on SYSLINK_PROC
default m default m
help help
IPC Module Ducati Proc implementation
config MPU_BRIDGE_NOTIFY config MPU_BRIDGE_NOTIFY
tristate "OMAP Notify Module" tristate "OMAP Notify Module"
...@@ -33,19 +39,13 @@ config NOTIFY_DUCATI ...@@ -33,19 +39,13 @@ config NOTIFY_DUCATI
help help
Notify Ducati Module Notify Ducati Module
config SYSLINK_PROC config MPU_SYSLINK_IPC
tristate "Syslink Procmgr" tristate "Syslink IPC Module"
default m depends on MPU_BRIDGE_NOTIFY && NOTIFY_DUCATI
help
Syslink proc manager
config SYSLINK_PROC4430
tristate "Proc 4430"
depends on SYSLINK_PROC
default m default m
help help
Ducati proc implementation Syslink IPC Module
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment