summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/Kconfig
blob: 96e57bbb3be56617f8c794c10c46008b0a5d3d0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

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