summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/config
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-17 08:01:28 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-17 08:02:24 (EDT)
commitf0d737a2781c3e6c1c490ed074fe1ecad32721c5 (patch)
treeb8c3bc7a133fe181d420df82bd4c74563a1ec4b1 /resources/libreboot/config
parent20a56e21fa8011086ba18fffd430fd5ad0b4de07 (diff)
downloadlibreboot-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.zip
libreboot-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.tar.gz
libreboot-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.tar.bz2
coreboot-libre: backport patches for X200 Tablet digitizer support
Diffstat (limited to 'resources/libreboot/config')
-rw-r--r--resources/libreboot/config/x200_4mb/config6
-rw-r--r--resources/libreboot/config/x200_8mb/config6
2 files changed, 10 insertions, 2 deletions
diff --git a/resources/libreboot/config/x200_4mb/config b/resources/libreboot/config/x200_4mb/config
index c673b82..508c262 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
diff --git a/resources/libreboot/config/x200_8mb/config b/resources/libreboot/config/x200_8mb/config
index dd81253..7ddf1ec 100644
--- a/resources/libreboot/config/x200_8mb/config
+++ b/resources/libreboot/config/x200_8mb/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