diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 13:01:28 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 13:02:24 +0100 |
commit | f0d737a2781c3e6c1c490ed074fe1ecad32721c5 (patch) | |
tree | b8c3bc7a133fe181d420df82bd4c74563a1ec4b1 /resources/libreboot/config/x200_4mb | |
parent | 20a56e21fa8011086ba18fffd430fd5ad0b4de07 (diff) | |
download | librebootfr-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.tar.gz librebootfr-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.zip |
coreboot-libre: backport patches for X200 Tablet digitizer support
Diffstat (limited to 'resources/libreboot/config/x200_4mb')
-rw-r--r-- | resources/libreboot/config/x200_4mb/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/libreboot/config/x200_4mb/config b/resources/libreboot/config/x200_4mb/config index c673b824..508c2620 100644 --- a/resources/libreboot/config/x200_4mb/config +++ b/resources/libreboot/config/x200_4mb/config @@ -288,6 +288,7 @@ CONFIG_SOUTHBRIDGE_INTEL_I82801IX=y # # Super I/O # +CONFIG_SUPERIO_NSC_PC87382=y # # Embedded Controllers @@ -353,7 +354,10 @@ CONFIG_INTEL_EDID=y CONFIG_INTEL_INT15=y # CONFIG_DRIVER_INTEL_I210 is not set # CONFIG_IPMI_KCS is not set -# CONFIG_DRIVERS_LENOVO_WACOM is not set +CONFIG_DRIVERS_LENOVO_WACOM=y +# CONFIG_DIGITIZER_AUTODETECT is not set +CONFIG_DIGITIZER_PRESENT=y +# CONFIG_DIGITIZER_ABSENT is not set # CONFIG_DRIVER_MAXIM_MAX77686 is not set # CONFIG_DRIVER_PARADE_PS8625 is not set # CONFIG_LPC_TPM is not set |