diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-08-28 14:23:33 -0400 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-10-14 15:51:20 -0400 |
commit | 7d0c8beea6b8d158d9a628b798dfc1638a7a8ce0 (patch) | |
tree | 56fe5c3c01207c7722601344718ce705acbe9660 /drivers/soc | |
parent | f8c67df71bcdd863d623985c9e8dc78368c862db (diff) |
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>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/qcom/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index ba47b70f4d85..3e4d2133c3d2 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig | |||
@@ -19,6 +19,14 @@ config QCOM_PM | |||
19 | modes. It interface with various system drivers to put the cores in | 19 | modes. It interface with various system drivers to put the cores in |
20 | low power modes. | 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 | config QCOM_SMD | 30 | config QCOM_SMD |
23 | tristate "Qualcomm Shared Memory Driver (SMD)" | 31 | tristate "Qualcomm Shared Memory Driver (SMD)" |
24 | depends on QCOM_SMEM | 32 | depends on QCOM_SMEM |
@@ -40,11 +48,3 @@ config QCOM_SMD_RPM | |||
40 | 48 | ||
41 | Say M here if you want to include support for the Qualcomm RPM as a | 49 | Say M here if you want to include support for the Qualcomm RPM as a |
42 | module. This will build a module called "qcom-smd-rpm". | 50 | module. This will build a module called "qcom-smd-rpm". |
43 | |||
44 | config QCOM_SMEM | ||
45 | tristate "Qualcomm Shared Memory Manager (SMEM)" | ||
46 | depends on ARCH_QCOM | ||
47 | help | ||
48 | Say y here to enable support for the Qualcomm Shared Memory Manager. | ||
49 | The driver provides an interface to items in a heap shared among all | ||
50 | processors in a Qualcomm platform. | ||