arm: mach-omap2: wsysinit: make it also usable in k3 architectures

This commit is contained in:
Oliver Schildan
2023-08-17 15:23:39 +02:00
committed by Oleg Karfich
parent 66396281e5
commit 5faf115694
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -21,7 +21,9 @@
#include <linux/kobject.h>
#include <linux/fs.h>
#include <linux/timex.h>
#ifndef CONFIG_ARCH_K3
#include <asm/mach-types.h>
#endif
#include <linux/delay.h>
#ifdef CONFIG_ARCH_OMAP3
+5
View File
@@ -1,4 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-only
config WAGO_SYSTEM_BASED_STARTUP
bool "WAGO System based startup code"
help
Enable WAGO System based startup code
config ARM64
def_bool y
select ACPI_APMT if ACPI
+2
View File
@@ -36,6 +36,8 @@ obj-y := debug-monitors.o entry.o irq.o fpsimd.o \
syscall.o proton-pack.o idreg-override.o idle.o \
patching.o
obj-$(CONFIG_WAGO_SYSTEM_BASED_STARTUP) += ../../arm/mach-omap2/wsysinit.o
obj-$(CONFIG_COMPAT) += sys32.o signal32.o \
sys_compat.o
obj-$(CONFIG_COMPAT) += sigreturn32.o