summaryrefslogtreecommitdiff
path: root/drivers/test_rs/Kconfig
blob: 840dbcbc9511d0685431b2e503438b5bb169d74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menuconfig TEST_RS
	tristate "Test UEFI Runtime Services support"
	default y
	help
	  This option enables UEFI Runtime Services testing support.
	  Testing RS may require additional patches to UEFI code.
	  General approach is to read from corresponding sysfs entry
	  which will execute Runtime Service. UEFI in it's turn
	  will print some debug text to console. Next this text can be
	  parsed and one can tell from it if everything is working.
	  This way testing can be automated.

config TEST_UPDATE_CAPSULE
	tristate "Test UpdateCapsule RS"
	depends on TEST_RS != n
	default y
	help
	  Enables capability to test UpdateCapsule() Runtime Service.