f218a1f920
This patch introduce the baseband device drivers for NXP's LA1200 series software defined baseband modem. Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal <gakhil@marvell.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
18 lines
291 B
Meson
18 lines
291 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
|
|
|
|
if is_windows
|
|
subdir_done()
|
|
endif
|
|
|
|
drivers = [
|
|
'acc100',
|
|
'fpga_5gnr_fec',
|
|
'fpga_lte_fec',
|
|
'la12xx',
|
|
'null',
|
|
'turbo_sw',
|
|
]
|
|
|
|
log_prefix = 'pmd.bb'
|