From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- drivers/platform/goldfish/Kconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 drivers/platform/goldfish/Kconfig (limited to 'drivers/platform/goldfish/Kconfig') diff --git a/drivers/platform/goldfish/Kconfig b/drivers/platform/goldfish/Kconfig new file mode 100644 index 0000000000..f3d09b1631 --- /dev/null +++ b/drivers/platform/goldfish/Kconfig @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: GPL-2.0-only +menuconfig GOLDFISH + bool "Platform support for Goldfish virtual devices" + depends on HAS_IOMEM && HAS_DMA + help + Say Y here to get to see options for the Goldfish virtual platform. + This option alone does not add any kernel code. + + Unless you are building for the Android Goldfish emulator say N here. + +if GOLDFISH + +config GOLDFISH_PIPE + tristate "Goldfish virtual device for QEMU pipes" + help + This is a virtual device to drive the QEMU pipe interface used by + the Goldfish Android Virtual Device. + +endif # GOLDFISH -- cgit v1.2.3