16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
|
# Distributed Switch Architecture [DSA] configuration options
|
||
|
|
||
|
# Copyright (c) 2020 DENX Software Engineering GmbH
|
||
|
# Lukasz Majewski <lukma@denx.de>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config DSA_KSZ8794
|
||
|
bool "Enable support for KSZ8794"
|
||
|
help
|
||
|
Add support for KSZ8794 DSA device driver.
|
||
|
|
||
|
config DSA_KSZ8794_TAIL_TAGGING
|
||
|
bool "Enable support for tail tagging on KSZ8794"
|
||
|
help
|
||
|
Add support for tail tagging on KSZ8794 DSA device.
|