source: rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h

6-freebsd-12
Last change on this file was 0f6ff4a, checked in by Sebastian Huber <sebastian.huber@…>, on 01/10/18 at 14:08:19

dpaa: QMan portal only initialization

Update #3277.

  • Property mode set to 100644
File size: 444 bytes
Line 
1#include <bsp.h>
2
3#ifdef LIBBSP_POWERPC_QORIQ_BSP_H
4#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
5#include <bsp/qoriq.h>
6#endif
7#else
8#define QORIQ_CHIP_IS_T_VARIANT(x) 0
9#endif
10
11#ifdef QORIQ_IS_HYPERVISOR_GUEST
12#define SDK_DPAA_COMPAT_STATIC
13#else
14#define SDK_DPAA_COMPAT_STATIC static
15#endif
16
17#undef __ppc_generic
18#define __ppc_generic
19
20#define KBUILD_MODNAME "dpaa"
21
22#ifndef QORIQ_IS_HYPERVISOR_GUEST
23#define CONFIG_FSL_QMAN_CONFIG
24#endif
Note: See TracBrowser for help on using the repository browser.