[isar-cip-core][PATCH] Kconfig: Drop redundant target exclusion for kernel 4.4
Jan Kiszka <[email protected]>
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Jan Kiszka <[email protected]> The AM62PX is ARM64, this already covered by the !ARCH_ARM64 rule. Signed-off-by: Jan Kiszka <[email protected]> --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index 44f2337a..438234c5 100644 --- a/Kconfig +++ b/Kconfig @@ -144,7 +144,6 @@ choice config KERNEL_4_4 bool "Kernel 4.4.x-cip" depends on !ARCH_ARM64 && !ARCH_RISCV64 - depends on !TARGET_TI_AM62PX_SK depends on !DEBIAN_TRIXIE config KERNEL_4_19 -- 2.47.3