diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-15 17:00:46 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-07-19 14:24:29 +0200 |
commit | f2b3cd63cfa2fcf7874b1947c60c22b664a277c7 (patch) | |
tree | 0f7ccfa29cfe00a3334f055333492157f96c4d3b /src/drivers/Kconfig | |
parent | c2956e7752213f9eae5064e63d16afa84b7cc23f (diff) | |
download | coreboot-f2b3cd63cfa2fcf7874b1947c60c22b664a277c7.tar.xz |
lenovo/x60: Support digitizer on X60t and X201t.
Change-Id: I5b0399a8edca3b73aa7d515d2c446c31b3239fa5
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5239
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r-- | src/drivers/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index 874ec751fc..42d1583baf 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -26,6 +26,7 @@ source src/drivers/i2c/Kconfig source src/drivers/ics/Kconfig source src/drivers/intel/Kconfig source src/drivers/ipmi/Kconfig +source src/drivers/lenovo/Kconfig source src/drivers/maxim/Kconfig source src/drivers/parade/Kconfig if PC80_SYSTEM |