aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-05-13 09:56:37 +0200
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-05-20 17:27:08 +0300
commit0c3d931b3ab9efeea4948b5373c62095449d0101 (patch)
tree58c0832bb5891d24359edaba99d8b97990edf9aa /arch/x86/Kconfig
parentPlatform: OLPC: Use BIT() and GENMASK() for event masks (diff)
downloadlinux-dev-0c3d931b3ab9efeea4948b5373c62095449d0101.tar.xz
linux-dev-0c3d931b3ab9efeea4948b5373c62095449d0101.zip
Platform: OLPC: Add XO-1.75 EC driver
It's based off the driver from the OLPC kernel sources. Somewhat modernized and cleaned up, for better or worse. Modified to plug into the olpc-ec driver infrastructure (so that battery interface and debugfs could be reused) and the SPI slave framework. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 2bbbd4d1ba31..cb1c073b3c7e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2698,6 +2698,7 @@ config OLPC
select OF
select OF_PROMTREE
select IRQ_DOMAIN
+ select OLPC_EC
---help---
Add support for detecting the unique features of the OLPC
XO hardware.