summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-10 15:08:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-23 14:55:24 +0100
commit0f6ff4a923384618e979e106051b36c2db126791 (patch)
treee9f250a942524f361a36dbdfb6a9e64072802cd0 /rtemsbsd/include/rtems
parentdpaa: Add and use bman_new_pool_for_bpid() (diff)
downloadrtems-libbsd-0f6ff4a923384618e979e106051b36c2db126791.tar.bz2
dpaa: QMan portal only initialization
Update #3277.
Diffstat (limited to 'rtemsbsd/include/rtems')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_dpaa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h b/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h
index bb9fb7af..a80f496a 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h
@@ -18,3 +18,7 @@
#define __ppc_generic
#define KBUILD_MODNAME "dpaa"
+
+#ifndef QORIQ_IS_HYPERVISOR_GUEST
+#define CONFIG_FSL_QMAN_CONFIG
+#endif