forked from Mirrors/opensbi

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>
11 lines
152 B
Plaintext
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
|