diff options
author | Greg Kroah-Hartman <[email protected]> | 2013-11-27 09:32:49 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2013-11-27 09:32:49 -0800 |
commit | 930ba4a374b96560ef9fde2145cdc454a164ddcc (patch) | |
tree | f4f3349ec9627aea48dfe6181165e44d7b3d1a8e | |
parent | 67296874eb1cc80317bf2a8fba22b494e21eb29b (diff) |
Staging: tidspbridge: disable driver
There seems to be no active maintainer for the driver, and there is an
unfixed security bug, so disable the driver for now.
Hopefully someone steps up to be the maintainer, and works to get this
out of staging, otherwise it will be deleted soon.
Reported-by: Nico Golde <[email protected]>
Reported-by: Dan Carpenter <[email protected]>
Cc: Omar Ramirez Luna <[email protected]>
Cc: Omar Ramirez Luna <[email protected]>
Cc: Kanigeri, Hari <[email protected]>
Cc: Ameya Palande <[email protected]>
Cc: Guzman Lugo, Fernando <[email protected]>
Cc: Hebbar, Shivananda <[email protected]>
Cc: Ramos Falcon, Ernesto <[email protected]>
Cc: Felipe Contreras <[email protected]>
Cc: Anna, Suman <[email protected]>
Cc: Gupta, Ramesh <[email protected]>
Cc: Gomez Castellanos, Ivan <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Armando Uribe De Leon <[email protected]>
Cc: Deepak Chitriki <[email protected]>
Cc: Menon, Nishanth <[email protected]>
Cc: Phil Carmody <[email protected]>
Cc: Ohad Ben-Cohen <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/tidspbridge/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig index 165b918b8171..1b6d581c438b 100644 --- a/drivers/staging/tidspbridge/Kconfig +++ b/drivers/staging/tidspbridge/Kconfig @@ -4,7 +4,7 @@ menuconfig TIDSPBRIDGE tristate "DSP Bridge driver" - depends on ARCH_OMAP3 && !ARCH_MULTIPLATFORM + depends on ARCH_OMAP3 && !ARCH_MULTIPLATFORM && BROKEN select MAILBOX select OMAP2PLUS_MBOX help |