blob: 889f127fe82b8110e16c8fdef2908842e1635ebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if ARCH_MMP
config TARGET_COREPRIMEVELTE
bool "Support coreprimevelte"
select LINUX_KERNEL_IMAGE_HEADER
config LNX_KRNL_IMG_TEXT_OFFSET_BASE
default TEXT_BASE
source "board/samsung/coreprimevelte/Kconfig"
endif
|