summaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
blob: bf4e4829939c244e6ea760ee108556149b9f1d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Character device configuration
#

config HMM_DMIRROR
	tristate "HMM dummy driver, to test Heterogeneous Memory Management"
	depends on HMM
	default n
	help
	  Say Y here if you want to build the HMM dummy mirror driver.
	  Doing so will allow you to test the HMM mirror infrastructure.

	  If in doubt, say "N".