start of AVB support

This commit is contained in:
Wim Taymans 2022-03-07 20:24:46 +01:00
parent 957e3a7b38
commit 1adc94df11
10 changed files with 2050 additions and 0 deletions

View file

@ -245,3 +245,7 @@ option('legacy-rtkit',
description: 'Build legacy rtkit module',
type: 'boolean',
value: 'true')
option('avb',
description: 'Enable AVB code',
type: 'feature',
value: 'auto')