Skip to content

Commit

Permalink
arm64: Add SDP ION kernel config fragment
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chong <[email protected]>
  • Loading branch information
Victor Chong committed Jul 13, 2017
1 parent 94a3ae7 commit 080055e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/configs/sdp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CONFIG_ION=y
CONFIG_ION_DUMMY=y
CONFIG_ION_DUMMY_UNMAPPED_HEAP=y
CONFIG_ION_DUMMY_UNMAPPED_BASE=0x3E800000
CONFIG_ION_DUMMY_UNMAPPED_SIZE=0x00400000
CONFIG_ANDROID=y
CONFIG_ANDROID_TIMED_OUTPUT=n
CONFIG_ANDROID_LOW_MEMORY_KILLER=n

0 comments on commit 080055e

Please sign in to comment.