-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 980 Bytes
/
README
File metadata and controls
22 lines (15 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Description
This is a modified version of Samsung T110 Android 3.4.5 Kernel, which also implements modification needed to run an old version of Etnaviv module and is compatible with PostMarketOS.
Old Etnaviv: https://github.com/austriancoder/linux/tree/old/drivers/staging/etnaviv
*Original README -> README.linux*
## Configs
goyawifi_pmos_minimal_defconfig -> Create a [minimal version](https://github.com/T110-pmOS/linux_kernel_diff_pxa988/tree/minimal) of linux kernel for Goyawifi (you should lightly modify some files to compile, check bellow)
goyawifi_pmos_etnaviv_defconfig -> Recommended, it will build vivante, etnaviv, galcore, etc. .
goyawifi_pmos_defconfig -> Initial
### Minimal
Comment board-goya.c -> 4766 - 4768
Comment i2c-pxa.c -> 1728 - 1731
Comment drivers/marvell/Makefile all
Modify arch/arm/Kconfig 2402 -> KERNEL_DEBUG_SEC -> default n
Comment drivers/Makefile 139
Comment if/else (let only second part) drivers/input/misc/88pm822_onkey.c:200:7