blob: 461d518b0033c236239ef18b6f76c6b719493f54 (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0
config BUILTIN_DTB_NAME
string "Source file for built-in DTB"
depends on BUILTIN_DTB
help
Base name (without suffix, relative to arch/mips/boot/dts/loongson)
for the DTS file that will be used to produce the DTB linked into
the kernel.
|