summaryrefslogtreecommitdiffstats
path: root/features/ixgbe
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-06-09 13:10:17 +0200
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-06-11 12:31:55 +0200
commit2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch)
treea75c155496521cf9fb1931751aa573d8bb33a1ea /features/ixgbe
parent9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff)
downloadenea-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/ixgbe')
-rw-r--r--features/ixgbe/ixgbe_m.cfg4
-rw-r--r--features/ixgbe/ixgbe_m.scc4
-rw-r--r--features/ixgbe/ixgbe_y.cfg5
-rw-r--r--features/ixgbe/ixgbe_y.scc4
4 files changed, 17 insertions, 0 deletions
diff --git a/features/ixgbe/ixgbe_m.cfg b/features/ixgbe/ixgbe_m.cfg
new file mode 100644
index 0000000..88d48ce
--- /dev/null
+++ b/features/ixgbe/ixgbe_m.cfg
@@ -0,0 +1,4 @@
1CONFIG_IXGB=m
2CONFIG_IXGBE=m
3CONFIG_IXGBEVF=m
4CONFIG_DCA=y
diff --git a/features/ixgbe/ixgbe_m.scc b/features/ixgbe/ixgbe_m.scc
new file mode 100644
index 0000000..25cd537
--- /dev/null
+++ b/features/ixgbe/ixgbe_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Build IXGB and IXGBE support as a modules"
2define KFEATURE_COMPATIBILITY board
3
4kconf hardware ixgbe_m.cfg
diff --git a/features/ixgbe/ixgbe_y.cfg b/features/ixgbe/ixgbe_y.cfg
new file mode 100644
index 0000000..d3921c8
--- /dev/null
+++ b/features/ixgbe/ixgbe_y.cfg
@@ -0,0 +1,5 @@
1CONFIG_MDIO=y
2CONFIG_IXGB=y
3CONFIG_IXGBE=y
4CONFIG_IXGBEVF=y
5CONFIG_DCA=y
diff --git a/features/ixgbe/ixgbe_y.scc b/features/ixgbe/ixgbe_y.scc
new file mode 100644
index 0000000..2225085
--- /dev/null
+++ b/features/ixgbe/ixgbe_y.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Enable Intel 10g ports"
2define KFEATURE_COMPATIBILITY board
3
4kconf hardware ixgbe_y.cfg