diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-01-04 01:27:44 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-01-04 01:27:44 -0600 |
commit | 8b49e06b262a16b0c21daf1e7071658cde372956 (patch) | |
tree | 23b6535adddaca9327b5da44684ccaa2775aca7b /system/easy-kernel/config-pmmx | |
parent | eca90cc1e25026a6e278ce989c8fdfb9dfd681d5 (diff) | |
download | packages-8b49e06b262a16b0c21daf1e7071658cde372956.tar.gz packages-8b49e06b262a16b0c21daf1e7071658cde372956.tar.bz2 packages-8b49e06b262a16b0c21daf1e7071658cde372956.tar.xz packages-8b49e06b262a16b0c21daf1e7071658cde372956.zip |
system/easy-kernel: Roll-up of misc config fixes
ppc: Disable VMAP_STACK.
See https://lore.kernel.org/lkml/20230926010159.0f25161c@yea/.
ppc: Disable radeonfb and nvidiafb, they conflict with radeon/nouveau.
ppc and ppc64: Disable ofdrm so offb works again, otherwise we miss
early boot messages on Power Mac and Talos systems.
ppc64: Disable ips, as it is not a Power SCSI adaptor and causes kernel
taint because it only supports x86 and Itanium.
pmmx: Enable more PS2 mice support, to match x86_64 config.
Closes: #396
Diffstat (limited to 'system/easy-kernel/config-pmmx')
-rw-r--r-- | system/easy-kernel/config-pmmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/easy-kernel/config-pmmx b/system/easy-kernel/config-pmmx index 7597f52a0..db5fe789c 100644 --- a/system/easy-kernel/config-pmmx +++ b/system/easy-kernel/config-pmmx @@ -3510,12 +3510,12 @@ CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_CYPRESS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y -# CONFIG_MOUSE_PS2_ELANTECH is not set -# CONFIG_MOUSE_PS2_SENTELIC is not set -# CONFIG_MOUSE_PS2_TOUCHKIT is not set -# CONFIG_MOUSE_PS2_OLPC is not set +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_TOUCHKIT=y +CONFIG_MOUSE_PS2_OLPC=y CONFIG_MOUSE_PS2_FOCALTECH=y -# CONFIG_MOUSE_PS2_VMMOUSE is not set +CONFIG_MOUSE_PS2_VMMOUSE=y CONFIG_MOUSE_SERIAL=y CONFIG_MOUSE_APPLETOUCH=m CONFIG_MOUSE_BCM5974=m |