blob: 889f127fe82b8110e16c8fdef2908842e1635ebb [file] [log] [blame]
Duje Mihanovićba441f52025-01-24 16:47:49 +01001if ARCH_MMP
2
Duje Mihanović6afc73a2025-01-24 16:47:50 +01003config TARGET_COREPRIMEVELTE
4 bool "Support coreprimevelte"
5 select LINUX_KERNEL_IMAGE_HEADER
6
Duje Mihanovićba441f52025-01-24 16:47:49 +01007config LNX_KRNL_IMG_TEXT_OFFSET_BASE
8 default TEXT_BASE
9
Duje Mihanović6afc73a2025-01-24 16:47:50 +010010source "board/samsung/coreprimevelte/Kconfig"
11
Duje Mihanovićba441f52025-01-24 16:47:49 +010012endif