summaryrefslogtreecommitdiff
path: root/apps/examples/hidkbd/Kconfig
blob: 503d9d9d9cda14f449f9a611c209394dd80f9c3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_HIDKBD
	bool "USB HID keyboard example"
	default n
	---help---
		Enable the USB HID keyboard example

if EXAMPLES_HIDKBD
endif