Skip to content
Snippets Groups Projects
Commit a00fd651 authored by Darren Hart's avatar Darren Hart Committed by Bruce Ashfield
Browse files

fri2: Disable GPIO_PCH for preempt-rt

The GPIO_PCH driver causes a NULL pointer dereference BUG. Until this is
fixed, disable the option:

https://bugzilla.kernel.org/show_bug.cgi?id=49511



Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 0c73ab25
No related branches found
No related tags found
No related merge requests found
# CONFIG_GPIO_PCH is not set
...@@ -7,6 +7,10 @@ include ktypes/preempt-rt ...@@ -7,6 +7,10 @@ include ktypes/preempt-rt
branch fri2 branch fri2
include fri2.scc include fri2.scc
# Disable GPIO_PCH for PREEMPT_RT per:
# https://bugzilla.kernel.org/show_bug.cgi?id=49511
kconf hardware fri2-no-pch-gpio.cfg
# Extra fri2 configs above the minimal defined in fri2.scc # Extra fri2 configs above the minimal defined in fri2.scc
include cfg/efi-ext.scc include cfg/efi-ext.scc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment