mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
8af2d2025d
Currently, there are two entries for CONFIG_GOLDFISH.
In arch/x86/Kconfig:
config GOLDFISH
def_bool y
depends on X86_GOLDFISH
In drivers/platform/goldfish/Kconfig:
menuconfig GOLDFISH
bool "Platform support for Goldfish virtual devices"
depends on HAS_IOMEM && HAS_DMA
While Kconfig allows multiple entries, it generally leads to tricky
code.
Prior to commit
|
||
---|---|---|
.. | ||
goldfish_pipe_qemu.h | ||
goldfish_pipe.c | ||
Kconfig | ||
Makefile |