diff options
author | Sreedhara DS <sreedhara.ds@intel.com> | 2010-10-22 10:43:55 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-01-07 17:03:40 -0500 |
commit | 5369c02d951afc72d68f5f85089160a63d31ca37 (patch) | |
tree | 0a07cc414001e9dbb27e704484f75a4a6bb61f89 /drivers/platform/x86/Kconfig | |
parent | 3e5b08cbbf78bedd316904ab0cf3b27119433ee5 (diff) |
intel_scu_ipc: Utility driver for intel scu ipc
This driver implements ioctl and interfaces with intel scu ipc driver. It
is used to access pmic/msic registers from user space and firmware update
utility.
Signed-off-by: Sreedhara DS <sreedhara.ds@intel.com>
[Extensive clean up and debug]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index faec777b1ed..65ba62086ca 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -576,6 +576,15 @@ config INTEL_SCU_IPC | |||
576 | some embedded Intel x86 platforms. This is not needed for PC-type | 576 | some embedded Intel x86 platforms. This is not needed for PC-type |
577 | machines. | 577 | machines. |
578 | 578 | ||
579 | config INTEL_SCU_IPC_UTIL | ||
580 | tristate "Intel SCU IPC utility driver" | ||
581 | depends on INTEL_SCU_IPC | ||
582 | default y | ||
583 | ---help--- | ||
584 | The IPC Util driver provides an interface with the SCU enabling | ||
585 | low level access for debug work and updating the firmware. Say | ||
586 | N unless you will be doing this on an Intel MID platform. | ||
587 | |||
579 | config GPIO_INTEL_PMIC | 588 | config GPIO_INTEL_PMIC |
580 | bool "Intel PMIC GPIO support" | 589 | bool "Intel PMIC GPIO support" |
581 | depends on INTEL_SCU_IPC && GPIOLIB | 590 | depends on INTEL_SCU_IPC && GPIOLIB |