diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2017-08-17 16:54:35 +0200 |
|---|---|---|
| committer | Adrian Calianu <adrian.calianu@enea.com> | 2017-08-17 16:54:35 +0200 |
| commit | 57e44dd5c710b8e70f9a27ef1aec20523012fb33 (patch) | |
| tree | 3f9c8dfee70d947a81c51ec0b6e178ad43cd1000 /features | |
| parent | 322b8e08aaf79d0efce246e759c4c14cb9242611 (diff) | |
| download | enea-kernel-cache-57e44dd5c710b8e70f9a27ef1aec20523012fb33.tar.gz | |
Add octeon tx ethernet driver support
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'features')
| -rw-r--r-- | features/net/thunderx/thunderx_nic.cfg | 5 | ||||
| -rw-r--r-- | features/net/thunderx/thunderx_nic.scc | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/features/net/thunderx/thunderx_nic.cfg b/features/net/thunderx/thunderx_nic.cfg new file mode 100644 index 0000000..de5752e --- /dev/null +++ b/features/net/thunderx/thunderx_nic.cfg | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | CONFIG_THUNDER_NIC_PF=y | ||
| 2 | CONFIG_THUNDER_NIC_VF=y | ||
| 3 | CONFIG_THUNDER_NIC_BGX=y | ||
| 4 | CONFIG_THUNDER_NIC_RGX=y | ||
| 5 | CONFIG_OCTEONTX=y | ||
diff --git a/features/net/thunderx/thunderx_nic.scc b/features/net/thunderx/thunderx_nic.scc new file mode 100644 index 0000000..e72e1b4 --- /dev/null +++ b/features/net/thunderx/thunderx_nic.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Build OCTEON TX ethernet/BGX drivers" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf hardware thunderx_nic.cfg | ||
