X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=block%2FKconfig.iosched;h=903f0d3b68520a94a5a76222b31c6860ba57de20;hp=f3b7753aac9940a34e6b6af58f7a7f26762c8b50;hb=c893779e9fbe78575cbd04596f1fcafdb48e8f3f;hpb=eedb9f09e92598c165de37a8c210434d270ca3a6 diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index f3b7753aac99..903f0d3b6852 100644 --- a/block/Kconfig.iosched +++ b/block/Kconfig.iosched @@ -1,3 +1,4 @@ +if BLOCK menu "IO Schedulers" @@ -40,7 +41,7 @@ config IOSCHED_CFQ choice prompt "Default I/O scheduler" - default DEFAULT_AS + default DEFAULT_CFQ help Select the I/O scheduler which will be used by default for all block devices. @@ -67,3 +68,5 @@ config DEFAULT_IOSCHED default "noop" if DEFAULT_NOOP endmenu + +endif