summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c4e7e80..32d0160 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -30,9 +30,13 @@ BOARD_HAS_BLN := true
# Inline kernel building
TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412
TARGET_KERNEL_CONFIG := cyanogenmod_i9100_defconfig
+TARGET_KERNEL_RECOVERY_CONFIG := cyanogenmod_i9100_recovery_defconfig
# assert
TARGET_OTA_ASSERT_DEVICE := galaxys2,i9100,GT-I9100,GT-I9100M,GT-I9100P,GT-I9100T,SC-02C
+# enable llvmpipe
+BOARD_GPU_DRIVERS := swrast
+
# Use the non-open-source parts, if they're present
-include vendor/samsung/i9100/BoardConfigVendor.mk