diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 21:53:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 17:52:44 -0500 |
commit | eb367cb6206243672ef6ec5a4db51dc9b4ea39fa (patch) | |
tree | ef14bc2f30d5746596862910360f1d3e2a0d6f43 /drivers/remoteproc | |
parent | fe7e913c717be913276469e13e25d9be2b1b3847 (diff) |
drivers/remoteproc: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
CC: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 96ce101b9067..0b24108d1e1b 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -1,16 +1,14 @@ | |||
1 | menu "Remoteproc drivers (EXPERIMENTAL)" | 1 | menu "Remoteproc drivers" |
2 | 2 | ||
3 | # REMOTEPROC gets selected by whoever wants it | 3 | # REMOTEPROC gets selected by whoever wants it |
4 | config REMOTEPROC | 4 | config REMOTEPROC |
5 | tristate | 5 | tristate |
6 | depends on EXPERIMENTAL | ||
7 | depends on HAS_DMA | 6 | depends on HAS_DMA |
8 | select FW_CONFIG | 7 | select FW_CONFIG |
9 | select VIRTIO | 8 | select VIRTIO |
10 | 9 | ||
11 | config OMAP_REMOTEPROC | 10 | config OMAP_REMOTEPROC |
12 | tristate "OMAP remoteproc support" | 11 | tristate "OMAP remoteproc support" |
13 | depends on EXPERIMENTAL | ||
14 | depends on HAS_DMA | 12 | depends on HAS_DMA |
15 | depends on ARCH_OMAP4 | 13 | depends on ARCH_OMAP4 |
16 | depends on OMAP_IOMMU | 14 | depends on OMAP_IOMMU |
@@ -32,7 +30,6 @@ config OMAP_REMOTEPROC | |||
32 | 30 | ||
33 | config STE_MODEM_RPROC | 31 | config STE_MODEM_RPROC |
34 | tristate "STE-Modem remoteproc support" | 32 | tristate "STE-Modem remoteproc support" |
35 | depends on EXPERIMENTAL | ||
36 | depends on HAS_DMA | 33 | depends on HAS_DMA |
37 | select REMOTEPROC | 34 | select REMOTEPROC |
38 | default n | 35 | default n |