3d27e49e07
Add baseband PHY CGX/RPM skeleton driver which merely probes a matching device. CGX/RPM are Ethernet MACs hardwired to baseband subsystem. Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com> Signed-off-by: Jakub Palider <jpalider@marvell.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
20 lines
320 B
Meson
20 lines
320 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
if is_windows
|
|
subdir_done()
|
|
endif
|
|
|
|
drivers = [
|
|
'cnxk_bphy',
|
|
'dpaa2_cmdif',
|
|
'dpaa2_qdma',
|
|
'ifpga',
|
|
'ioat',
|
|
'ntb',
|
|
'octeontx2_dma',
|
|
'octeontx2_ep',
|
|
'skeleton',
|
|
]
|
|
std_deps = ['rawdev']
|