mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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
|
config REMOTEPROC
|
||||||
tristate
|
tristate
|
||||||
depends on HAS_DMA
|
depends on HAS_DMA
|
||||||
select FW_CONFIG
|
select FW_LOADER
|
||||||
select VIRTIO
|
select VIRTIO
|
||||||
|
|
||||||
config OMAP_REMOTEPROC
|
config OMAP_REMOTEPROC
|
||||||
|
Loading…
Reference in New Issue
Block a user