diff options
| author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-09 13:10:17 +0200 |
|---|---|---|
| committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-11 12:31:55 +0200 |
| commit | 2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch) | |
| tree | a75c155496521cf9fb1931751aa573d8bb33a1ea /features/vhost | |
| parent | 9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff) | |
| download | enea-kernel-cache-ampere-4.14.tar.gz | |
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
Diffstat (limited to 'features/vhost')
| -rw-r--r-- | features/vhost/vhost_m.cfg | 7 | ||||
| -rw-r--r-- | features/vhost/vhost_m.scc | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/features/vhost/vhost_m.cfg b/features/vhost/vhost_m.cfg new file mode 100644 index 0000000..4561a7d --- /dev/null +++ b/features/vhost/vhost_m.cfg | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | CONFIG_VHOST=m | ||
| 2 | CONFIG_VHOST_NET=m | ||
| 3 | CONFIG_VHOST_SCSI=m | ||
| 4 | CONFIG_VHOST_VSOCK=m | ||
| 5 | CONFIG_VHOST_CROSS_ENDIAN_LEGACY=n | ||
| 6 | |||
| 7 | |||
diff --git a/features/vhost/vhost_m.scc b/features/vhost/vhost_m.scc new file mode 100644 index 0000000..e5bbe46 --- /dev/null +++ b/features/vhost/vhost_m.scc | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable vhost support as a module" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware vhost_m.cfg | ||
| 5 | |||
