mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02:00
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.c | ||
| goldfish_pipe_qemu.h | ||
| Kconfig | ||
| Makefile | ||