Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: qcom: Reorder SMEM/SMD configs

When I make nconfig, having the SMEM option after the SMD option
causes the configurator to get confused when I'm enabling and
disabling these options. Let's move SMEM before SMD so there's a
clear indented dependency chain.

Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>

authored by

Stephen Boyd and committed by
Andy Gross
7d0c8bee f8c67df7

+8 -8
+8 -8
drivers/soc/qcom/Kconfig
··· 19 19 modes. It interface with various system drivers to put the cores in 20 20 low power modes. 21 21 22 + config QCOM_SMEM 23 + tristate "Qualcomm Shared Memory Manager (SMEM)" 24 + depends on ARCH_QCOM 25 + help 26 + Say y here to enable support for the Qualcomm Shared Memory Manager. 27 + The driver provides an interface to items in a heap shared among all 28 + processors in a Qualcomm platform. 29 + 22 30 config QCOM_SMD 23 31 tristate "Qualcomm Shared Memory Driver (SMD)" 24 32 depends on QCOM_SMEM ··· 48 40 49 41 Say M here if you want to include support for the Qualcomm RPM as a 50 42 module. This will build a module called "qcom-smd-rpm". 51 - 52 - config QCOM_SMEM 53 - tristate "Qualcomm Shared Memory Manager (SMEM)" 54 - depends on ARCH_QCOM 55 - help 56 - Say y here to enable support for the Qualcomm Shared Memory Manager. 57 - The driver provides an interface to items in a heap shared among all 58 - processors in a Qualcomm platform.