From: Amit Pundir Date: Tue, 29 Dec 2015 07:09:11 +0000 (+0530) Subject: goldfish_bus: switch GOLDFISH_BUS config back to bool X-Git-Tag: firefly_0821_release~2958^2~85 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d0980eef5e2c7e72d5ba2205f732ac332c7a011;p=firefly-linux-kernel-4.4.55.git 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 --- 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.