Skip to content

[redhat] New configs in arch/arm64

Jeremy Cline requested to merge configs/2020-08-05/arch/arm64 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.

CONFIG_ARCH_KEEMBAY:

This enables support for Intel Movidius SoC code-named Keem Bay.

Symbol: ARCH_KEEMBAY [=n] Type : bool Defined at arch/arm64/Kconfig.platforms:139 Prompt: Keem Bay SoC Location: -> Platform selection


CONFIG_ARCH_SPARX5:

This enables support for the Microchip Sparx5 ARMv8-based SoC family of TSN-capable gigabit switches.

The SparX-5 Ethernet switch family provides a rich set of switching features such as advanced TCAM-based VLAN and QoS processing enabling delivery of differentiated services, and security through TCAM-based frame processing using versatile content aware processor (VCAP).

Symbol: ARCH_SPARX5 [=n] Type : bool Defined at arch/arm64/Kconfig.platforms:92 Prompt: ARMv8 based Microchip Sparx5 SoC family Location: -> Platform selection Selects: PINCTRL [=y] && DW_APB_TIMER_OF [=n]


Cc: Mark Salter msalter@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports