goldfish_bus: switch GOLDFISH_BUS config back to bool
authorAmit Pundir <amit.pundir@linaro.org>
Tue, 29 Dec 2015 07:09:11 +0000 (12:39 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:54:22 +0000 (13:54 -0800)
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>
drivers/platform/goldfish/Kconfig

index f4f00f75d267c016b1e1482aa4a7a39f06b29d7d..50331e3e54f31f87ed476e27f185b2f2c892931b 100644 (file)
@@ -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.