8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
if MIPS_PARAVIRT
|
||
|
|
||
|
config MIPS_PCI_VIRTIO
|
||
|
def_bool y
|
||
|
|
||
|
endif # MIPS_PARAVIRT
|