Commit 7a7911fd 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 b457b6d7
......@@ -6,12 +6,18 @@ menuconfig Sys_Link
if Sys_Link
config MPU_SYSLINK_IPC
tristate "OMAP IPC Module"
depends on MPU_BRIDGE_NOTIFY
config SYSLINK_PROC
tristate "Syslink ProcMgr"
default m
help
Syslink Proc manager
config SYSLINK_PROC4430
tristate "Proc 4430"
depends on SYSLINK_PROC
default m
help
IPC Module
Ducati Proc implementation
config MPU_BRIDGE_NOTIFY
tristate "OMAP Notify Module"
......@@ -33,19 +39,13 @@ config NOTIFY_DUCATI
help
Notify Ducati Module
config SYSLINK_PROC
tristate "Syslink Procmgr"
config MPU_SYSLINK_IPC
tristate "Syslink IPC Module"
depends on MPU_BRIDGE_NOTIFY && NOTIFY_DUCATI
default m
help
Syslink proc manager
config SYSLINK_PROC4430
Syslink IPC Module
tristate "Proc 4430"
depends on SYSLINK_PROC
default m
help
Ducati proc implementation
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