summaryrefslogtreecommitdiffstats
path: root/drivers/platform/Kconfig
diff options
context:
space:
mode:
authorLubomir Rintel2019-05-13 09:56:37 +0200
committerAndy Shevchenko2019-05-20 16:27:08 +0200
commit0c3d931b3ab9efeea4948b5373c62095449d0101 (patch)
tree58c0832bb5891d24359edaba99d8b97990edf9aa /drivers/platform/Kconfig
parentPlatform: OLPC: Use BIT() and GENMASK() for event masks (diff)
downloadkernel-qcow2-linux-0c3d931b3ab9efeea4948b5373c62095449d0101.tar.gz
kernel-qcow2-linux-0c3d931b3ab9efeea4948b5373c62095449d0101.tar.xz
kernel-qcow2-linux-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 'drivers/platform/Kconfig')
-rw-r--r--drivers/platform/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig
index d4c2e424a700..4313d73d3618 100644
--- a/drivers/platform/Kconfig
+++ b/drivers/platform/Kconfig
@@ -10,3 +10,5 @@ source "drivers/platform/goldfish/Kconfig"
source "drivers/platform/chrome/Kconfig"
source "drivers/platform/mellanox/Kconfig"
+
+source "drivers/platform/olpc/Kconfig"