1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2009 Freescale Semiconductor, Inc.
4  */
5 
6 #ifndef _ASM_CONFIG_H_
7 #define _ASM_CONFIG_H_
8 
9 #if defined(CONFIG_ARCH_LS1021A) || \
10 	defined(CONFIG_FSL_LAYERSCAPE)
11 #include <asm/arch/config.h>
12 #endif
13 
14 #endif
15