From: Peter Robinson <[email protected]> generic: enable RPMB for all configs that enable MMC
The RPMB (Replay Protected Memory Block) is part of a number of storage technologies (eMMC/UFS/NVME), this was previously part of the eMMC stack and has now been split out but is potentially already in use by users of eMMC which is supported on all OSes. Signed-off-by: Peter Robinson <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_RPMB b/redhat/configs/common/generic/CONFIG_RPMB new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_RPMB @@ -0,0 +1 @@ +CONFIG_RPMB=m diff --git a/redhat/configs/pending-fedora/generic/CONFIG_RPMB b/redhat/configs/pending-fedora/generic/CONFIG_RPMB deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-fedora/generic/CONFIG_RPMB +++ /dev/null @@ -1,14 +0,0 @@ -# Symbol: RPMB [=n] -# Type : tristate -# Defined at drivers/misc/Kconfig:107 -# Prompt: RPMB partition interface -# Depends on: MMC [=m] -# Location: -# -> Device Drivers -# -> Misc devices -# -> RPMB partition interface (RPMB [=n]) -# -# -# -# Commit: 1e9046e3a154 (rpmb: add Replay Protected Memory Block (RPMB) subsystem) -# CONFIG_RPMB is not set diff --git a/redhat/configs/rhel/generic/CONFIG_RPMB b/redhat/configs/rhel/generic/CONFIG_RPMB deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_RPMB +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_RPMB is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
