init/Kconfig: clean up ANON_INODES and old IO schedulers options
[sfrench/cifs-2.6.git] / init / Kconfig
index 2bc0e47689d8651b23a4a892039ced7bf61947d1..574b7215aa6af37532c14aac1572c782cd76e0cc 100644 (file)
@@ -872,7 +872,7 @@ config BLK_CGROUP
        This option only enables generic Block IO controller infrastructure.
        One needs to also enable actual IO controlling logic/policy. For
        enabling proportional weight division of disk bandwidth in CFQ, set
-       CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
+       CONFIG_BFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
        CONFIG_BLK_DEV_THROTTLING=y.
 
        See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more information.
@@ -1538,7 +1538,6 @@ config AIO
 
 config IO_URING
        bool "Enable IO uring support" if EXPERT
-       select ANON_INODES
        select IO_WQ
        default y
        help