From 2489007e7d740ccbc3e0a202914e243ad5178787 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 22 Sep 2012 09:48:20 +0200 Subject: merge opensource jb u5 Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2 --- drivers/barcode_emul/Kconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 drivers/barcode_emul/Kconfig (limited to 'drivers/barcode_emul/Kconfig') diff --git a/drivers/barcode_emul/Kconfig b/drivers/barcode_emul/Kconfig new file mode 100755 index 0000000..14f269d --- /dev/null +++ b/drivers/barcode_emul/Kconfig @@ -0,0 +1,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 + + -- cgit v1.1