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

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
...@@ -37,6 +37,7 @@ config NIOS2_DTB_PHYS_ADDR ...@@ -37,6 +37,7 @@ config NIOS2_DTB_PHYS_ADDR
config NIOS2_DTB_SOURCE_BOOL config NIOS2_DTB_SOURCE_BOOL
bool "Compile and link device tree into kernel image" bool "Compile and link device tree into kernel image"
depends on !COMPILE_TEST
help help
This allows you to specify a dts (device tree source) file This allows you to specify a dts (device tree source) file
which will be compiled and linked into the kernel image. which will be compiled and linked into the kernel image.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment