mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
staging: ion: Add X86 dependency for ION_POOL_CACHE_POLICY
ION_POOL_CACHE_POLICY uses x86 specific commands. Only allow it to be used for x86. Signed-off-by: Daniel Rosenberg <drosen@google.com> Change-Id: Ic66e175fa41486b0b5f77872f2193add77cbe66f (cherry picked from commit 43f4056cbec017c4414d74b032e9c14e009eabb0)
This commit is contained in:
parent
3607f99181
commit
2bdbab4767
|
|
@ -35,7 +35,7 @@ config ION_TEGRA
|
|||
|
||||
config ION_POOL_CACHE_POLICY
|
||||
bool "Ion set page pool cache policy"
|
||||
depends on ION
|
||||
depends on ION && X86
|
||||
default y if X86
|
||||
help
|
||||
Choose this option if need to explicity set cache policy of the
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user