diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-04-29 15:54:06 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-06-03 16:49:28 +0200 |
commit | 0b3e1205df64f14a7a06d354abc574cb59cad0c3 (patch) | |
tree | 72ff8342e9e190d59cb142fe17957a5b48aa2a40 /target/linux/x86/64/config-4.19 | |
parent | 1d9812f48aa1f57a8917d3351f0a4f7c8d559755 (diff) | |
download | upstream-0b3e1205df64f14a7a06d354abc574cb59cad0c3.tar.gz upstream-0b3e1205df64f14a7a06d354abc574cb59cad0c3.tar.bz2 upstream-0b3e1205df64f14a7a06d354abc574cb59cad0c3.zip |
kernel: add gpio-it87
Since commit 910df3f06cc902ca2cb0ca8e963e9354c930df1a we have build in
on all X86/64 platforms the gpio-it87 driver.
Since this change I am getting the following error message on boot.
> kern.err kernel: [ 1.009416] gpio_it87: no device
I do not have this device on my system. To prevent the nonsensical
message and the loading of the module I have added this as a package, so
that it can be installed later or during image building.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'target/linux/x86/64/config-4.19')
-rw-r--r-- | target/linux/x86/64/config-4.19 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/64/config-4.19 b/target/linux/x86/64/config-4.19 index 00ed09a4a6..eafae899dd 100644 --- a/target/linux/x86/64/config-4.19 +++ b/target/linux/x86/64/config-4.19 @@ -218,7 +218,7 @@ CONFIG_GPIOLIB=y CONFIG_GPIOLIB_IRQCHIP=y CONFIG_GPIO_ACPI=y CONFIG_GPIO_ICH=y -CONFIG_GPIO_IT87=y +# CONFIG_GPIO_IT87 is not set CONFIG_GPIO_LYNXPOINT=y CONFIG_GPIO_SCH=y CONFIG_GPIO_SYSFS=y |