summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h
blob: a80f496a4e5446968afd5bc917c32f444668d37f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include <bsp.h>

#ifdef LIBBSP_POWERPC_QORIQ_BSP_H
#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
#include <bsp/qoriq.h>
#endif
#else
#define QORIQ_CHIP_IS_T_VARIANT(x) 0
#endif

#ifdef QORIQ_IS_HYPERVISOR_GUEST
#define SDK_DPAA_COMPAT_STATIC
#else
#define SDK_DPAA_COMPAT_STATIC static
#endif

#undef __ppc_generic
#define __ppc_generic

#define KBUILD_MODNAME "dpaa"

#ifndef QORIQ_IS_HYPERVISOR_GUEST
#define CONFIG_FSL_QMAN_CONFIG
#endif