diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index a6dfa37a674..fdca643249e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -81,6 +81,17 @@ config MFD_DM355EVM_MSP | |||
81 | boards. MSP430 firmware manages resets and power sequencing, | 81 | boards. MSP430 firmware manages resets and power sequencing, |
82 | inputs from buttons and the IR remote, LEDs, an RTC, and more. | 82 | inputs from buttons and the IR remote, LEDs, an RTC, and more. |
83 | 83 | ||
84 | config MFD_TI_SSP | ||
85 | tristate "TI Sequencer Serial Port support" | ||
86 | depends on ARCH_DAVINCI_TNETV107X | ||
87 | select MFD_CORE | ||
88 | ---help--- | ||
89 | Say Y here if you want support for the Sequencer Serial Port | ||
90 | in a Texas Instruments TNETV107X SoC. | ||
91 | |||
92 | To compile this driver as a module, choose M here: the | ||
93 | module will be called ti-ssp. | ||
94 | |||
84 | config HTC_EGPIO | 95 | config HTC_EGPIO |
85 | bool "HTC EGPIO support" | 96 | bool "HTC EGPIO support" |
86 | depends on GENERIC_HARDIRQS && GPIOLIB && ARM | 97 | depends on GENERIC_HARDIRQS && GPIOLIB && ARM |