Merge tag 'amd-drm-fixes-5.14-2021-07-21' of https://gitlab.freedesktop.org/agd5f...
[linux-2.6-microblaze.git] / samples / Kconfig
index e76cdfc..b0503ef 100644 (file)
@@ -124,6 +124,13 @@ config SAMPLE_HIDRAW
        bool "hidraw sample"
        depends on CC_CAN_LINK && HEADERS_INSTALL
 
+config SAMPLE_LANDLOCK
+       bool "Landlock example"
+       depends on CC_CAN_LINK && HEADERS_INSTALL
+       help
+         Build a simple Landlock sandbox manager able to start a process
+         restricted by a user-defined filesystem access control policy.
+
 config SAMPLE_PIDFD
        bool "pidfd sample"
        depends on CC_CAN_LINK && HEADERS_INSTALL
@@ -147,14 +154,14 @@ config SAMPLE_UHID
 
 config SAMPLE_VFIO_MDEV_MTTY
        tristate "Build VFIO mtty example mediated device sample code -- loadable modules only"
-       depends on VFIO_MDEV_DEVICE && m
+       depends on VFIO_MDEV && m
        help
          Build a virtual tty sample driver for use as a VFIO
          mediated device
 
 config SAMPLE_VFIO_MDEV_MDPY
        tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
-       depends on VFIO_MDEV_DEVICE && m
+       depends on VFIO_MDEV && m
        help
          Build a virtual display sample driver for use as a VFIO
          mediated device.  It is a simple framebuffer and supports
@@ -171,7 +178,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB
 
 config SAMPLE_VFIO_MDEV_MBOCHS
        tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
-       depends on VFIO_MDEV_DEVICE && m
+       depends on VFIO_MDEV && m
        select DMA_SHARED_BUFFER
        help
          Build a virtual display sample driver for use as a VFIO