Skip to content

Commit 9235eb8

Browse files
kv2019ilgirdwood
authored andcommitted
kconfig: move BUILD_VM_ROM Kconfig.xtos-build
The BUILD_VM_ROM option only affects SOF XTOS builds, so move the option to a separate file. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 3541b37 commit 9235eb8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@ config DEBUG_LOCKS_VERBOSE
157157
In addition to DEBUG_LOCKS it also adds spinlock traces
158158
every time the lock is acquired.
159159

160-
config BUILD_VM_ROM
161-
bool "Build VM ROM"
162-
default n
163-
help
164-
Select if you want to build VM ROM
165-
166160
config DEBUG_IPC_COUNTERS
167161
bool "IPC counters"
168162
depends on CAVS

Kconfig.xtos-build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ config OPTIMIZE_FOR_NONE
3535
It means -O0 for GCC or equivalent for other compilers.
3636

3737
endchoice
38+
39+
config BUILD_VM_ROM
40+
bool "Build VM ROM"
41+
default n
42+
help
43+
Select if you want to build VM ROM

0 commit comments

Comments
 (0)