From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423#note_2137138606

@pbrobinson it looks like making CONFIG_RPMB a module causes CONFIG_MMC_BLOCK
to be a module:

https://gitlab.com/cki-project/kernel-ark/-/blob/os-
build/drivers/mmc/core/Kconfig#L37
~~~
 37 config MMC_BLOCK
 38         tristate "MMC block device driver"
 39         depends on BLOCK
 40         depends on RPMB || !RPMB
 41         imply IOSCHED_BFQ
 42         default y
 43         help
 44           Say Y here to enable the MMC block device driver support.
 45           This provides a block device driver, which you can use to
 46           mount the filesystem. Almost everyone wishing MMC support
 47           should say Y or M here.
~~~

So https://gitlab.com/cki-project/kernel-ark/-/blob/os-
build/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_MMC_BLOCK needs to be
flipped to match (or be removed?).

-- 
_______________________________________________
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

Reply via email to