summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2009-12-11 15:07:10 -0800
committerGary King <gking@nvidia.com>2009-12-11 15:07:10 -0800
commit12114faf442a8c6aac81a9702712077364db0e82 (patch)
tree771ff6de61c51e005ccf1956fa534acde8e2d734 /arch/arm/mach-tegra/Kconfig
parent244a6732bde71a879ec29ce07a8a0ec12a98c337 (diff)
tegra: add NvEc embedded controller transport
Brings over the NvEc transport layer and dispatcher from perforce CL 5140548 Change-Id: I91e7165bc627343786fe6818365aeda4b1a59220
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 4ecdd3089bc2..604f7f5574b7 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -36,7 +36,7 @@ config MACH_TEGRA_GENERIC
endchoice
config TEGRA_SYSTEM_DMA
- bool "System DMA driver for NVIDIA Tegra SoCs"
+ bool "Enable system DMA driver for NVIDIA Tegra SoCs"
default y
help
Adds system DMA functionality for NVIDIA Tegra SoCs, used by
@@ -54,5 +54,18 @@ config TEGRA_ODM_RFKILL
help
Adds support for rfkill for systems using NVIDIA's Tegra ODM kit
+config TEGRA_NVEC
+ bool "Include driver for Tegra NvEC embedded controller interface"
+ depends on MACH_TEGRA_GENERIC
+ help
+ Adds support for the NVIDIA Tegra NvEC I2C-slave based protocol
+ for communicating to embedded controllers.
+
+config TEGRA_NVEC_USER
+ bool "Enable user-land access to NvEc-based embedded controller"
+ depends on TEGRA_NVEC
+ help
+ Enabling this option will expose a device node to enable user-land
+ clients to access embedded controller features.
endif \ No newline at end of file