summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2015-12-29 12:39:11 +0530
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:54:22 -0800
commit3d0980eef5e2c7e72d5ba2205f732ac332c7a011 (patch)
tree43926eb0aeae1d648968acbb0b945c6c91f46cdc /drivers
parentd39445d1008644a5699cceedb9199e5ba3592883 (diff)
goldfish_bus: switch GOLDFISH_BUS config back to bool
AOSP commit a61e4d271cba "Enable adb with android-pipe in IA image" made GOLDFISH_BUS modular (i.e switched it to "tristate" in Kconfig from "bool"), which is not buildable. Instead of fixing the build and supporting it in modular form, which AOSP doesn't agree with anyway, lets restore it to the original state ("bool") in the Kconfig. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/goldfish/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/Kconfig b/drivers/platform/goldfish/Kconfig
index f4f00f75d267..50331e3e54f3 100644
--- a/drivers/platform/goldfish/Kconfig
+++ b/drivers/platform/goldfish/Kconfig
@@ -10,7 +10,7 @@ menuconfig GOLDFISH
if GOLDFISH
config GOLDFISH_BUS
- tristate "Goldfish platform bus"
+ bool "Goldfish platform bus"
---help---
This is a virtual bus to host Goldfish Android Virtual Devices.