[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1f8d0120-d016-0f83-fb93-abe49e40e9b3@roeck-us.net>
Date: Wed, 20 Oct 2021 12:14:00 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Dinh Nguyen <dinguyen@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
On 10/20/21 12:09 PM, Guenter Roeck wrote:
> nios2:allmodconfig builds fail with
>
... actual error message goes here. Sorry for the noise.
v2 sent immediately.
Guenter
> This is seen with compile tests since those enable NIOS2_DTB_SOURCE_BOOL,
> which in turn enables NIOS2_DTB_SOURCE. This causes the build error
> because the default value for NIOS2_DTB_SOURCE is an empty string.
> Disable NIOS2_DTB_SOURCE_BOOL for compile tests to avoid the error.
>
> Signed-off-by: Guenter Roeck <linux@...ck-us.net>
> ---
> arch/nios2/platform/Kconfig.platform | 1 +
> 1 file changed, 1 insertion(+)
>
> 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.
>
Powered by blists - more mailing lists