Message ID | 66f8dce5-4aac-ad8f-d5de-65643b5aa459@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] soc: ti: move 2 driver config options into the TI SOC drivers menu | expand |
--- 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"