arm: mach-omap2: wsysinit: make it also usable in k3 architectures
This commit is contained in:
committed by
Oleg Karfich
parent
66396281e5
commit
5faf115694
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user