diff options
| author | Bibek Basu <bibek.basu@stericsson.com> | 2011-05-23 11:43:41 +0530 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:47 +0200 |
| commit | 6e1d62361cdfdc317a73bd808868124636fc959e (patch) | |
| tree | 29e3e2b244eed23fb6dcf2f1a384719e0abaf5a9 /drivers/misc/Kconfig | |
| parent | d8a2127e3e031f7901c7d731e638740d845a63d1 (diff) | |
U8500 : driver for awaking modem on sim hot swap activity
This driver uses GPIO to detect SIM hot swap and uses
Modem Access Framework to wake up modem.
ST-Ericsson Linux next: 336280
ST-Ericsson ID: 329459
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: Ib4b1f67422317850f5d859ddf4c5e457f4cb616c
Signed-off-by: Bibek Basu <bibek.basu@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23543
Reviewed-by: QATEST
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c0632e8e2aa..d687a4228c0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -519,6 +519,15 @@ config U5500_MBOX help Add support for U5500 mailbox communication with modem side +config U8500_SIM_DETECT + bool "Sim hot swap detection support" + depends on (MODEM && UX500_SOC_DB8500) + default y + help + Add support for sim hot swap detection support in U8500.Driver + basically wakes up the modem if its sleeping when sim hot plug + in/out has happened. + source "drivers/misc/Kconfig.stm" source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" |
