mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 05:45:09 +07:00
02bc5eb990
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Kalle Valo <kvalo@codeaurora.org> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config LPC_ENET
|
|
tristate "NXP ethernet MAC on LPC devices"
|
|
depends on ARCH_LPC32XX || COMPILE_TEST
|
|
select PHYLIB
|
|
help
|
|
Say Y or M here if you want to use the NXP ethernet MAC included on
|
|
some NXP LPC devices. You can safely enable this option for LPC32xx
|
|
SoC. Also available as a module.
|