Skip to content

[redhat] New configs in drivers/net/ppp

CKI ARK Bot requested to merge configs/2023-06-29/drivers/net/ppp into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

Symbol: PPPOE_HASH_BITS_1 [=n] Type : bool Defined at drivers/net/ppp/Kconfig:144 Prompt: 1 bit (2 buckets) Depends on: Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> PPP (point-to-point protocol) support (PPP [=m]) -> PPP over Ethernet (PPPOE [=m]) -> Number of PPPoE hash bits ( [=y]) -> 1 bit (2 buckets) (PPPOE_HASH_BITS_1 [=n])


Symbol: PPPOE_HASH_BITS_2 [=n] Type : bool Defined at drivers/net/ppp/Kconfig:147 Prompt: 2 bits (4 buckets) Depends on: Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> PPP (point-to-point protocol) support (PPP [=m]) -> PPP over Ethernet (PPPOE [=m]) -> Number of PPPoE hash bits ( [=y]) -> 2 bits (4 buckets) (PPPOE_HASH_BITS_2 [=n])


Symbol: PPPOE_HASH_BITS_4 [=y] Type : bool Defined at drivers/net/ppp/Kconfig:150 Prompt: 4 bits (16 buckets) Depends on: Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> PPP (point-to-point protocol) support (PPP [=m]) -> PPP over Ethernet (PPPOE [=m]) -> Number of PPPoE hash bits ( [=y]) -> 4 bits (16 buckets) (PPPOE_HASH_BITS_4 [=y])


Symbol: PPPOE_HASH_BITS_8 [=n] Type : bool Defined at drivers/net/ppp/Kconfig:153 Prompt: 8 bits (256 buckets) Depends on: Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> PPP (point-to-point protocol) support (PPP [=m]) -> PPP over Ethernet (PPPOE [=m]) -> Number of PPPoE hash bits ( [=y]) -> 8 bits (256 buckets) (PPPOE_HASH_BITS_8 [=n])


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports