summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3534619..ffb8f4a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,12 +26,15 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/n7000/bluetooth
# Inline kernel building
TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412
-TARGET_KERNEL_CONFIG := cyanogenmod_n7000_defconfig
+TARGET_KERNEL_CONFIG := lineageos_n7000_defconfig
TARGET_KERNEL_RECOVERY_CONFIG := cyanogenmod_n7000_recovery_defconfig
# assert
TARGET_OTA_ASSERT_DEVICE := galaxynote,n7000,N7000,GT-N7000
+# enable llvmpipe
+BOARD_GPU_DRIVERS := swrast
+
# We have a high res screen, use big font in recovery
BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_15x24.h\"