Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
arch/nios2/platform/Kconfig.platform
··· 37 37 38 38 config NIOS2_DTB_SOURCE_BOOL 39 39 bool "Compile and link device tree into kernel image" 40 + depends on !COMPILE_TEST 40 41 help 41 42 This allows you to specify a dts (device tree source) file 42 43 which will be compiled and linked into the kernel image.