Skip to content

Commit 646b0de

Browse files
committed
Merge tag 'nios2_fixes_for_v5.15_part3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux
Pull nios2 fix from Dinh Nguyen: "Fix a build error for allmodconfig" * tag 'nios2_fixes_for_v5.15_part3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux: nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
2 parents ab2aa48 + 4a089e9 commit 646b0de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/nios2/platform/Kconfig.platform

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ config NIOS2_DTB_PHYS_ADDR
3737

3838
config NIOS2_DTB_SOURCE_BOOL
3939
bool "Compile and link device tree into kernel image"
40+
depends on !COMPILE_TEST
4041
help
4142
This allows you to specify a dts (device tree source) file
4243
which will be compiled and linked into the kernel image.

0 commit comments

Comments
 (0)