File tree Expand file tree Collapse file tree 3 files changed +3305
-0
lines changed Expand file tree Collapse file tree 3 files changed +3305
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,13 @@ config GENEVE
193
193
To compile this driver as a module, choose M here: the module
194
194
will be called geneve.
195
195
196
+ config MACSEC
197
+ tristate "IEEE 802.1AE MAC-level encryption (MACsec)"
198
+ select CRYPTO_AES
199
+ select CRYPTO_GCM
200
+ ---help---
201
+ MACsec is an encryption standard for Ethernet.
202
+
196
203
config NETCONSOLE
197
204
tristate "Network console logging support"
198
205
---help---
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ obj-$(CONFIG_IPVLAN) += ipvlan/
10
10
obj-$(CONFIG_DUMMY) += dummy.o
11
11
obj-$(CONFIG_EQUALIZER) += eql.o
12
12
obj-$(CONFIG_IFB) += ifb.o
13
+ obj-$(CONFIG_MACSEC) += macsec.o
13
14
obj-$(CONFIG_MACVLAN) += macvlan.o
14
15
obj-$(CONFIG_MACVTAP) += macvtap.o
15
16
obj-$(CONFIG_MII) += mii.o
You can’t perform that action at this time.
0 commit comments