diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index e84c6423a2e5..782a65bf76ea 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1537,6 +1537,16 @@ config AIO | |||
1537 | by some high performance threaded applications. Disabling | 1537 | by some high performance threaded applications. Disabling |
1538 | this option saves about 7k. | 1538 | this option saves about 7k. |
1539 | 1539 | ||
1540 | config ADVISE_SYSCALLS | ||
1541 | bool "Enable madvise/fadvise syscalls" if EXPERT | ||
1542 | default y | ||
1543 | help | ||
1544 | This option enables the madvise and fadvise syscalls, used by | ||
1545 | applications to advise the kernel about their future memory or file | ||
1546 | usage, improving performance. If building an embedded system where no | ||
1547 | applications use these syscalls, you can disable this option to save | ||
1548 | space. | ||
1549 | |||
1540 | config PCI_QUIRKS | 1550 | config PCI_QUIRKS |
1541 | default y | 1551 | default y |
1542 | bool "Enable PCI quirk workarounds" if EXPERT | 1552 | bool "Enable PCI quirk workarounds" if EXPERT |