[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1439187861-3864-5-git-send-email-mike.rapoport@gmail.com>
Date: Mon, 10 Aug 2015 09:24:19 +0300
From: Mike Rapoport <mike.rapoport@...il.com>
To: Greg Kroah-Hartman <greg@...ah.com>
Cc: Brian Swetland <swetland@...gle.com>, linux-kernel@...r.kernel.org,
Mike Rapoport <mike.rapoport@...il.com>
Subject: [PATCH 4/6] staging: android: allow building sync and sw_sync as a module
Signed-off-by: Mike Rapoport <mike.rapoport@...il.com>
---
drivers/staging/android/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 00f7894..93b65bd 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -39,7 +39,7 @@ config ANDROID_LOW_MEMORY_KILLER
for each priority.
config SYNC
- bool "Synchronization framework"
+ tristate "Synchronization framework"
default n
select ANON_INODES
select DMA_SHARED_BUFFER
@@ -49,7 +49,7 @@ config SYNC
synchronization built into devices like GPUs.
config SW_SYNC
- bool "Software synchronization objects"
+ tristate "Software synchronization objects"
default n
depends on SYNC
---help---
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists