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)
commit3d0980eef5e2c7e72d5ba2205f732ac332c7a011
tree43926eb0aeae1d648968acbb0b945c6c91f46cdc
parentd39445d1008644a5699cceedb9199e5ba3592883
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>
drivers/platform/goldfish/Kconfig