[PATCH v2] soc: ti: move 2 driver config options into the TI SOC drivers menu

From: Randy Dunlap
Date: Sun Sep 22 2019 - 21:11:40 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Move the AM654 and J721E SOC config options inside the "TI SOC drivers"
menu with the other TI SOC drivers.

Fixes: a869b7b30dac ("soc: ti: Add Support for AM654 SoC config option")
Fixes: cff377f7897a ("soc: ti: Add Support for J721E SoC config option")
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Santosh Shilimkar <ssantosh@xxxxxxxxxx>
Cc: Olof Johansson <olof@xxxxxxxxx>
Cc: Nishanth Menon <nm@xxxxxx>
#Cc: Benjamin Fair <b-fair@xxxxxx>
Cc: Tony Lindgren <tony@xxxxxxxxxxx>
Cc: Tero Kristo <t-kristo@xxxxxx>
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
---
v2: add Santosh (maintainer) for merging
drop Benjamin Fair (email address bounces)

drivers/soc/ti/Kconfig | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

--- lnx-53.orig/drivers/soc/ti/Kconfig
+++ lnx-53/drivers/soc/ti/Kconfig
@@ -1,4 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only
+
+# TI SOC drivers
+#
+menuconfig SOC_TI
+ bool "TI SOC drivers support"
+
+if SOC_TI
+
# 64-bit ARM SoCs from TI
if ARM64

@@ -14,17 +22,9 @@ config ARCH_K3_J721E_SOC
help
Enable support for TI's J721E SoC Family.

-endif
+endif # ARCH_K3

-endif
-
-#
-# TI SOC drivers
-#
-menuconfig SOC_TI
- bool "TI SOC drivers support"
-
-if SOC_TI
+endif # ARM64

config KEYSTONE_NAVIGATOR_QMSS
tristate "Keystone Queue Manager Subsystem"