diff options
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 00fb72faf778..25fc4ccbc2ea 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -1,8 +1,9 @@ | |||
1 | menu "Remoteproc drivers" | 1 | menu "Remoteproc drivers (EXPERIMENTAL)" |
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 | ||
6 | 7 | ||
7 | config OMAP_REMOTEPROC | 8 | config OMAP_REMOTEPROC |
8 | tristate "OMAP remoteproc support" | 9 | tristate "OMAP remoteproc support" |