--- zzzz-none-000/linux-5.15.111/drivers/net/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/drivers/net/Kconfig 2024-02-07 09:27:49.000000000 +0000 @@ -299,6 +299,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 @@ -613,3 +618,70 @@ symbol, everything else no longer needs it. 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