VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Guenter Roeck <linux@roeck-us.net> 2021-10-20 12:11:16 -0700 committer: Dinh Nguyen <dinguyen@kernel.org> 2021-10-27 09:29:07 -0500 commit: 4a089e95b4d6bb625044d47aed0c442a8f7bd093 parent: 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea
Commit Summary:
nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/nios2/platform/Kconfig.platform b/arch/nios2/platform/Kconfig.platform
index 9e32fb7f3d4c..e849daff6fd1 100644
--- a/arch/nios2/platform/Kconfig.platform
+++ b/arch/nios2/platform/Kconfig.platform
@@ -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.