summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/x86/src/qemu/Kconfig')
-rw-r--r--nuttx/arch/x86/src/qemu/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/arch/x86/src/qemu/Kconfig b/nuttx/arch/x86/src/qemu/Kconfig
index 5623ab063..96e57bbb3 100644
--- a/nuttx/arch/x86/src/qemu/Kconfig
+++ b/nuttx/arch/x86/src/qemu/Kconfig
@@ -6,4 +6,17 @@
if ARCH_CHIP_QEMU
comment "QEMU Configuration Options"
+config QEMU_KEYPAD
+ bool "QEMU Keypad"
+ default n
+ ---help---
+ Enable support for the QEMU keypad. See qemu_keypad.h for
+ interfaces.
+
+config QEMU_VGA
+ bool "QEMU VGA"
+ default n
+ ---help---
+ Enable support for the QEMU VGA. See qemu_vga.h for interfaces.
+
endif