diff options
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index 0d44993800..0388a6c34d 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -350,6 +350,11 @@ config CMD_FPGA help FPGA support. +config CMD_REMOTEPROC + bool "remoteproc" + depends on REMOTEPROC + help + Support for Remote Processor control endmenu |