mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
remoteproc: fix FW_CONFIG typo
Fix obvious typo introduced in commit e121aefa7d
("remoteproc: fix missing CONFIG_FW_LOADER configurations").
Cc: stable@vger.kernel.org
Signed-off-by: Robert Tivy <rtivy@ti.com>
[cc stable, slight subject change]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
This commit is contained in:
parent
cde42e076c
commit
c7426bce59
@ -4,7 +4,7 @@ menu "Remoteproc drivers"
|
||||
config REMOTEPROC
|
||||
tristate
|
||||
depends on HAS_DMA
|
||||
select FW_CONFIG
|
||||
select FW_LOADER
|
||||
select VIRTIO
|
||||
|
||||
config OMAP_REMOTEPROC
|
||||
|
Loading…
Reference in New Issue
Block a user