Skip to content

Commit 9de4ad3

Browse files
committed
firmware: qcom: tzmem: don't ask about allocator mode when not enabled
The Qualcomm firmware code shouldn't ask about what memory allocator mode should be used when the code isn't even enabled. Get rid of pointless config-time question. Link: https://lore.kernel.org/all/CAHk-=wg+38EHPKGou1MqXwAAXC30cM8sMgZAGnZ7TcFO4L9J2w@mail.gmail.com/ Signed-off-by: Linus Torvalds <[email protected]>
1 parent 17e6a12 commit 9de4ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ config QCOM_TZMEM
1616

1717
choice
1818
prompt "TrustZone interface memory allocator mode"
19+
depends on QCOM_TZMEM
1920
default QCOM_TZMEM_MODE_GENERIC
2021
help
2122
Selects the mode of the memory allocator providing memory buffers of

0 commit comments

Comments
 (0)