--- zzzz-none-000/linux-4.9.279/drivers/net/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/drivers/net/Kconfig 2023-02-08 11:43:42.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--- @@ -452,6 +457,92 @@ This driver provides support for Extended Socket network device on Extended Partitioning of FUJITSU PRIMEQUEST 2000 E2 series. +config LTQ_PPA_API_DIRECTPATH + bool "Enables Litepath API" + depends on PUMA_LITEPATH + default n + help + Configures API support for partial offload. This symbol + enables the WiFi Access Point driver to make use of + the Directpath API exposed by LitePath for Partial + Offload. + +config LTQ_PPA_API_DIRECTPATH_HAS_NEW_API + bool "Enables Litepath Extended API" + depends on PUMA_LITEPATH + default n + help + Configures new API support for partial offload. This + symbol enables the WiFi Access Point driver to make use + of the Directpath extended API that make use of PUMA7 + Partial Offload feature. + 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_MOCA + bool "Enable PP driver MoCA debug API" + default n + +config PP_DEBUG_API_QOS + bool "Enable PP driver QoS 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