diff options
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 396c97a2661f..00fb72faf778 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -1,3 +1,5 @@ | |||
1 | menu "Remoteproc drivers" | ||
2 | |||
1 | # REMOTEPROC gets selected by whoever wants it | 3 | # REMOTEPROC gets selected by whoever wants it |
2 | config REMOTEPROC | 4 | config REMOTEPROC |
3 | tristate | 5 | tristate |
@@ -22,3 +24,5 @@ config OMAP_REMOTEPROC | |||
22 | 24 | ||
23 | It's safe to say n here if you're not interested in multimedia | 25 | It's safe to say n here if you're not interested in multimedia |
24 | offloading or just want a bare minimum kernel. | 26 | offloading or just want a bare minimum kernel. |
27 | |||
28 | endmenu | ||