--- zzzz-none-000/linux-4.9.279/drivers/net/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/drivers/net/Kconfig 2023-02-08 10:58:13.000000000 +0000 @@ -219,6 +219,11 @@ ---help--- MACsec is an encryption standard for Ethernet. +config MACSEC_HW_OFFLOAD + bool "Intel MACSec HW Support" + ---help--- + Intel MACSec HW Support. + config NETCONSOLE tristate "Network console logging support" ---help--- @@ -455,3 +460,70 @@ source "drivers/net/hyperv/Kconfig" endif # NETDEVICES + + +# DEBUG API +config PP_DEBUG_API_PID + bool "Enable PP driver PID debug API" + default n + +config PP_DEBUG_API_VPID + bool "Enable PP driver VPID debug API" + default n + +config PP_DEBUG_API_TEST + bool "Enable PP driver Test debug API" + default n + +config PP_DEBUG_API_PDSP + bool "Enable PP driver PDSP debug API" + default n + +config PP_DEBUG_API_TDOX + bool "Enable PP driver TDOX debug API" + default n + +config PP_DEBUG_API_AQM + bool "Enable PP driver AQM debug API" + default n + +config PP_DEBUG_API_SESSION + bool "Enable PP driver Session debug API" + default n + +config PP_DEBUG_API_WIFI + bool "Enable PP driver WiFi debug API" + default n + +config PP_DEBUG_API_OTHER + bool "Enable PP driver Other debug API" + default n + +config PP_DEBUG_API_QOS + bool "Enable PP driver QoS debug API" + default n + +config PP_DEBUG_API_MOCA + bool "Enable PP driver MoCA debug API" + default n + +config SYNOPSYS_GBE_DEBUG_API + bool "Enable Synopsys GBE driver debug API" + default n + +config CPPI_DEBUG_API + bool "Enable CPPI driver debug API" + default n + +# VAL-DEBUG API +config PP_VAL_DEBUG_API_OTHER + bool "Enable PP driver Other val-debug API" + default n + +config PP_VAL_DEBUG_API_QOS + bool "Enable QoS driver val-debug API" + default n + +config CPPI_VAL_DEBUG_API + bool "Enable CPPI driver val-debug API" + default n