mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
11 lines
248 B
Text
11 lines
248 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright (c) 2019 Microsemi Corporation
|
||
|
|
||
|
config MSCC_OCELOT_SWITCH
|
||
|
bool "Ocelot switch driver"
|
||
|
depends on DM_ETH && ARCH_MSCC
|
||
|
select PHYLIB
|
||
|
help
|
||
|
This driver supports the Ocelot network switch device.
|