diff mbox series

[isar-cip-core] Kconfig: Update default kernel version to 6.1.y

Message ID 1729057450-4949-1-git-send-email-nobuhiro1.iwamatsu@toshiba.co.jp (mailing list archive)
State New
Headers show
Series [isar-cip-core] Kconfig: Update default kernel version to 6.1.y | expand

Commit Message

Nobuhiro Iwamatsu Oct. 16, 2024, 5:44 a.m. UTC
The default Debian version is bookworm in Kconfig, so we should also set
the default kernel to the same version used by bookworm.
This updates default kernel version to 6.1.y in Kconfig.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Kiszka Oct. 18, 2024, 9:57 p.m. UTC | #1
On 16.10.24 07:44, Nobuhiro Iwamatsu wrote:
> The default Debian version is bookworm in Kconfig, so we should also set
> the default kernel to the same version used by bookworm.
> This updates default kernel version to 6.1.y in Kconfig.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
>  Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Kconfig b/Kconfig
> index a70ce22..8062cdb 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -84,7 +84,7 @@ comment "Kernel options"
>  
>  choice
>  	prompt "CIP kernel version"
> -	default KERNEL_5_10
> +	default KERNEL_6_1
>  
>  config KERNEL_4_4
>  	bool "Kernel 4.4.x-cip"

Good catch. Applied, thanks.

Jan
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index a70ce22..8062cdb 100644
--- a/Kconfig
+++ b/Kconfig
@@ -84,7 +84,7 @@  comment "Kernel options"
 
 choice
 	prompt "CIP kernel version"
-	default KERNEL_5_10
+	default KERNEL_6_1
 
 config KERNEL_4_4
 	bool "Kernel 4.4.x-cip"