Skip to content

Commit 45a5aee

Browse files
committed
staging: android: ashmem: change tristate to bool for CONFIG_ASHMEM
1 parent dafc16c commit 45a5aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/staging/android/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
menu "Android"
22

33
config ASHMEM
4-
tristate "Enable the Anonymous Shared Memory Subsystem"
4+
bool "Enable the Anonymous Shared Memory Subsystem"
55
default n
66
depends on SHMEM
77
---help---

0 commit comments

Comments
 (0)