diff --git a/config/boards/orangepi3-lts.csc b/config/boards/orangepi3-lts.csc index 2528aafa6..bf32386a8 100644 --- a/config/boards/orangepi3-lts.csc +++ b/config/boards/orangepi3-lts.csc @@ -7,4 +7,4 @@ KERNEL_TARGET="current,edge" KERNEL_TEST_TARGET="current,edge" MODULES="sprdbt_tty sprdwl_ng" MODULES_BLACKLIST_LEGACY="bcmdhd" -CRUSTCONFIG="h6_defconfig" +CRUSTCONFIG="orangepi_3_lts_defconfig" diff --git a/patch/crust/add-defconfig-for-orangepi-3-lts.patch b/patch/crust/add-defconfig-for-orangepi-3-lts.patch new file mode 100644 index 000000000..f25310e18 --- /dev/null +++ b/patch/crust/add-defconfig-for-orangepi-3-lts.patch @@ -0,0 +1,10 @@ +diff --git a/configs/orangepi_3_lts_defconfig b/configs/orangepi_3_lts_defconfig +new file mode 100644 +index 0000000..2647faa +--- /dev/null ++++ b/configs/orangepi_3_lts_defconfig +@@ -0,0 +1,4 @@ ++CONFIG_PLATFORM_H6=y ++CONFIG_CIR=y ++CONFIG_I2C_PINS_PL0_PL1=y ++CONFIG_MFD_AXP20X=y