Commit 646b0de5 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'nios2_fixes_for_v5.15_part3' of...

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
parents ab2aa486 4a089e95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ config NIOS2_DTB_PHYS_ADDR

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