mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
linux-intel: enable config for intel lynxpoint pinctrl and gpio driver
CONFIG_GPIO_LYNXPOINT renamed to CONFIG_PINCTRL_LYNXPOINT
cb81404ffe
This change is specific to linux-intel-lts kernel, so it is not merged in yocto-kernel-cache.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
34067aff1d
commit
c9662bdc00
|
@ -10,6 +10,7 @@ SRC_URI = " \
|
||||||
${KERNEL_CONFIG_URI} \
|
${KERNEL_CONFIG_URI} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SRC_URI_append = " file://enable_lynxpoint_gpio.cfg"
|
||||||
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
|
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
|
||||||
|
|
||||||
LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
|
LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_PINCTRL_LYNXPOINT=m
|
Loading…
Reference in New Issue
Block a user