config MRPC tristate "RPC over HW Mailbox support" depends on HAVE_HW_MBOX default y help Enable RPC over HW mailbox driver support if MRPC config MRPC_EXAMPLES bool "RPC over HW Mailbox examples" default n help Choose y to compile client/server examples config MRPC_CLIENT_EXAMPLE tristate "RPC over HW Mailbox client example" depends on MRPC_EXAMPLES default n help RPC over HW mailbox example client config MRPC_SERVER_EXAMPLE tristate "RPC over HW Mailbox server example" depends on MRPC_EXAMPLES default n help RPC over HW mailbox example server config MRPC_MODPHY_SERVER tristate "modphy MRPC server" default n help modphy MRPC server driver support config MRPC_HANDSHAKE_SERVER tristate "handshake MRPC server" default n help handshake MRPC server driver support config MRPC_HANDSHAKE_CLIENT tristate "handshake MRPC client" default n help handshake MRPC client driver support config MRPC_CPPI_CLIENT tristate "CPPI MRPC client" default n help CPPI MRPC client provides CPPI related operations that are implemented on ARM side over MRPC interface. config MRPC_CPPI_SERVER tristate "cppi MRPC server" default n help cppi MRPC server driver support config MRPC_PMU_SERVER tristate "pmu MRPC server" default n help pmu MRPC server driver support config MRPC_SGC_CLIENT tristate "Session Group Counter client" default n help Session Group Counter MRPC client driver support config MRPC_REMOTE_CONFIG_CLIENT tristate "Remote Config client" default n help Remote config MRPC client driver support config MRPC_GPIO_SERVER tristate "gpio MRPC server" default n help gpio MRPC server driver support config MRPC_AVMCFG_SERVER bool "AVM config MRPC server" depends on AVM_PROM_PLAT default n help AVM config MRPC server config MRPC_AVMCFG_CLIENT bool "AVM config MRPC client" default n help AVM config MRPC client config MRPC_AVM_CRASHLOG bool "AVM crashlog MRPC server and client" depends on TFFS_PANIC_LOG default TFFS_REMOTE_CRASHLOG_WRITER || TFFS_REMOTE_CRASHLOG_READER help Enable AVM crashlog MRPC server and client. The TFFS uses this to provide crashlog writing through its remote mechanism on platforms with multiple CPUs. config MRPC_AVM_FWINFO_SERVER bool "AVM firmware info server" help MRPC server providing AVM firmware build info. The server is one-shot, it will automatically deregister after being called. You probably want to say Y here if you have a remote F!OS with neither a usable devicetree nor embedded firmware info. config MRPC_AVM_FWINFO_CLIENT bool "AVM firmware info client" default !OF depends on AVM_FW_INFO_EMBED help MRPC client feeding AVM firmware build info to the Sammeltreiber. You probably want to say Y here if you have neither a usable devicetree nor embedded firmware info. comment "Client for AVM firmware info depends on AVM_FW_INFO_EMBED" depends on !AVM_FW_INFO_EMBED endif