aboutsummaryrefslogtreecommitdiff
path: root/drivers/rpmb/Kconfig
blob: 126f336fe9ea9850915ce3985db656c89c3840ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015-2019, Intel Corporation.

config RPMB
	tristate "RPMB partition interface"
	help
	  Unified RPMB partition interface for RPMB capable devices such as
          eMMC and UFS. Provides interface for in kernel security controllers to
	  access RPMB partition.

	  If unsure, select N.

config RPMB_INTF_DEV
	bool "RPMB character device interface /dev/rpmbN"
	depends on RPMB
	help
	  Say yes here if you want to access RPMB from user space
	  via character device interface /dev/rpmb%d