summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-02-16 13:56:56 -0300
committerDavid P <megver83@parabola.nu>2019-02-16 13:57:56 -0300
commit7b24eab7d8f4c64fd038c66ebd95be60ac9dde1e (patch)
treeea56992f46d95327ebce1075a8fb99c5f8931234
parentddbf18a5842f60809ab95deacbf544cd32bd5113 (diff)
enable CONFIG_MOUSE_ELAN_I2C on supported Parabola kernel versions
https://labs.parabola.nu/issues/1965#note-59 Also disable CONFIG_DRM_{AMDGPU,RADEON} since they seem useless https://lists.gnu.org/archive/html/info-gnu/2015-08/msg00010.html but if they are useful, then anyone can try the lts kernel and it should work (meaning that for the next lts generation, if no one has reported anything regarding radeon and amdgpu support, I'll disable it) Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--versions/4.192
-rw-r--r--versions/4.2010
2 files changed, 5 insertions, 7 deletions
diff --git a/versions/4.19 b/versions/4.19
index 23b321c..5392169 100644
--- a/versions/4.19
+++ b/versions/4.19
@@ -33,7 +33,7 @@ CONFIG_LIQUIDIO
CONFIG_MICROCODE_AMD
CONFIG_MICROCODE_INTEL
CONFIG_MMC_VUB300
-CONFIG_MOUSE_ELAN_I2C
+#CONFIG_MOUSE_ELAN_I2C
CONFIG_MT76x0U
CONFIG_MT76x2U
CONFIG_MYRI10GE
diff --git a/versions/4.20 b/versions/4.20
index a87b0cb..772b937 100644
--- a/versions/4.20
+++ b/versions/4.20
@@ -1,5 +1,3 @@
-# DRM_RADEON and DRM_AMDGPU are not blocked since
-# those have needed modules for their xf86-video drivers
CONFIG_ATH10K
CONFIG_ATH6KL
CONFIG_B43
@@ -9,7 +7,7 @@ CONFIG_BT_ATH3K
CONFIG_BT_BCM # doesn't really take effect when building
CONFIG_BT_HCIBCM203X
CONFIG_BT_HCIBFUSB
-#CONFIG_BT_HCIBTUSB # Some free bt devices need this
+#CONFIG_BT_HCIBTUSB # Some free bt devices need this https://labs.parabola.nu/issues/1825#note-3
CONFIG_BT_HCIUART_AG6XX
CONFIG_BT_HCIUART_ATH3K
CONFIG_BT_HCIUART_BCM
@@ -21,10 +19,10 @@ CONFIG_BT_QCA
CONFIG_CHELSIO_T3 # doesn't really take effect, like BT_BCM
CONFIG_COMEDI_JR3_PCI
CONFIG_CRYPTO_DEV_SP_PSP
-#CONFIG_DRM_AMDGPU
+CONFIG_DRM_AMDGPU
CONFIG_DRM_AMDGPU_CIK
CONFIG_DRM_AMDGPU_SI
-#CONFIG_DRM_RADEON
+CONFIG_DRM_RADEON
CONFIG_DVB_TDA10071
#CONFIG_DVB_USB_V2 # Tries to load a blob, but it isn't worth to disable
CONFIG_INTEL_MEI_TXE
@@ -33,7 +31,7 @@ CONFIG_LIQUIDIO
CONFIG_MICROCODE_AMD
CONFIG_MICROCODE_INTEL
CONFIG_MMC_VUB300
-CONFIG_MOUSE_ELAN_I2C
+#CONFIG_MOUSE_ELAN_I2C # Needed by the Asus Chromebook C201 https://labs.parabola.nu/issues/1965#note-59
CONFIG_MT76x0U
CONFIG_MT76x2E
CONFIG_MT76x2U