forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/platform/goldfish/Kconfig
....@@ -1,8 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig GOLDFISH
23 bool "Platform support for Goldfish virtual devices"
3
- depends on X86_32 || X86_64 || ARM || ARM64 || MIPS
4
- depends on HAS_IOMEM
5
- ---help---
4
+ depends on HAS_IOMEM && HAS_DMA
5
+ help
66 Say Y here to get to see options for the Goldfish virtual platform.
77 This option alone does not add any kernel code.
88
....@@ -12,7 +12,7 @@
1212
1313 config GOLDFISH_PIPE
1414 tristate "Goldfish virtual device for QEMU pipes"
15
- ---help---
15
+ help
1616 This is a virtual device to drive the QEMU pipe interface used by
1717 the Goldfish Android Virtual Device.
1818