summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-k3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-k3/Kconfig')
-rw-r--r--arch/arm/mach-k3/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
new file mode 100644
index 0000000000..152d231a56
--- /dev/null
+++ b/arch/arm/mach-k3/Kconfig
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+menu "K3 boards"
+ depends on ARCH_K3
+
+config MACH_BEAGLEPLAY
+ bool "BeagleBoard BeaglePlay"
+ help
+ Say Y here if you are using a TI AM62x based BeaglePlay board
+
+endmenu