Skip to content

Commit

Permalink
kconfig: move BUILD_VM_ROM Kconfig.xtos-build
Browse files Browse the repository at this point in the history
The BUILD_VM_ROM option only affects SOF XTOS builds, so move
the option to a separate file.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i authored and lgirdwood committed May 25, 2021
1 parent 3541b37 commit 9235eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ config DEBUG_LOCKS_VERBOSE
In addition to DEBUG_LOCKS it also adds spinlock traces
every time the lock is acquired.

config BUILD_VM_ROM
bool "Build VM ROM"
default n
help
Select if you want to build VM ROM

config DEBUG_IPC_COUNTERS
bool "IPC counters"
depends on CAVS
Expand Down
6 changes: 6 additions & 0 deletions Kconfig.xtos-build
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ config OPTIMIZE_FOR_NONE
It means -O0 for GCC or equivalent for other compilers.

endchoice

config BUILD_VM_ROM
bool "Build VM ROM"
default n
help
Select if you want to build VM ROM

0 comments on commit 9235eb8

Please sign in to comment.