aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/barcode_emul/Kconfig
blob: 14f269dc81dc1a653509df2829c2c92b7cebe23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# BARCODE_EMUL
#
menuconfig BARCODE_EMUL
	bool "Barcode emulator driver only for the barcode emulation"
	help
	  This option doesn't affect the kernel.

	  If unsure, say N.

choice
	prompt "Control type"
	depends on BARCODE_EMUL
	default BARCODE_EMUL_ICE4

config BARCODE_EMUL_ICE4
	bool "ICE4 barcode emulator"

endchoice