Files
opensbi/lib/utils/mpxy/Kconfig
Anup Patel 32577ec3a1 lib: utils: Add simple FDT based MPXY driver framework
The generic platform can have multiple MPXY drivers so add a simple
FDT based MPXY driver framework.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
2024-12-06 09:26:54 +05:30

11 lines
152 B
Plaintext

# SPDX-License-Identifier: BSD-2-Clause
menu "MPXY Device Support"
config FDT_MPXY
bool "FDT based MPXY drivers"
depends on FDT
default n
endmenu