Hello, I am trying to compile MacSec as a module as shown in the QorIQ SDK Documentation:
Device Drivers
+-> Network device support (NETDEVICES [=y])
+-> Ethernet driver support (ETHERNET [=y])
+-> Freescale devices (NET_VENDOR_FREESCALE [=y])
+-> DPAA Ethernet (FSL_DPAA_ETH [=y])
+-> DPAA Macsec [=m]
but +-> Freescale devices (NET_VENDOR_FREESCALE [=y]) does not show up for me.
i used "make menuconfig" in ".../poky/build_t1024../tmp/sysroots/t1024rdb/usr/src/kernel
So how do i go about activating MacSec on my t1024rdb?
edit: figured it out, thank you