mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
bd2f348db5
On new virtual devices, the goldfish virtual bus can be replaced with autoprobing infrastructure like Device Tree. Refactor the goldfish kernel configs to better accommodate this. Move the goldfish platform into a menuconfig in the style of the chrome platform, and separate the goldfish bus into its own config option. Signed-off-by: Greg Hackmann <ghackmann@google.com> Signed-off-by: Jin Qian <jinqian@android.com> [Corrected a tristate to bool] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
if X86
|
|
source "drivers/platform/x86/Kconfig"
|
|
endif
|
|
if MIPS
|
|
source "drivers/platform/mips/Kconfig"
|
|
endif
|
|
|
|
source "drivers/platform/goldfish/Kconfig"
|
|
|
|
source "drivers/platform/chrome/Kconfig"
|