diff -Naur powertop-1.13-orig/powertop.c powertop-1.13/powertop.c --- powertop-1.13-orig/powertop.c 2010-07-20 02:08:21.000000000 +0300 +++ powertop-1.13/powertop.c 2012-05-03 23:06:20.576769918 +0300 @@ -1191,8 +1191,8 @@ suggest_kernel_config("CONFIG_CPU_FREQ_STAT", 1, _("Suggestion: Enable the CONFIG_CPU_FREQ_STAT kernel configuration option.\n" "This option allows PowerTOP to show P-state percentages \n" "P-states correspond to CPU frequencies."), 2); - suggest_kernel_config("CONFIG_INOTIFY", 1, - _("Suggestion: Enable the CONFIG_INOTIFY kernel configuration option.\n" + suggest_kernel_config("CONFIG_INOTIFY_USER", 1, + _("Suggestion: Enable the CONFIG_INOTIFY_USER kernel configuration option.\n" "This option allows programs to wait for changes in files and directories\n" "instead of having to poll for these changes"), 5);