* Removed some redundant options.

svn path=/nixpkgs/trunk/; revision=9563
This commit is contained in:
Eelco Dolstra 2007-10-31 15:04:31 +00:00
parent dbc1928af6
commit 3b7a9dfa1a

View File

@ -2961,9 +2961,7 @@ rec {
}
];
extraConfig =
lib.optional (getConfig ["kernel" "no_hz"] false) "CONFIG_NO_HZ=y" ++
lib.optional (getConfig ["kernel" "timer_stats"] false) "CONFIG_TIMER_STATS=y" ++
lib.optional (getConfig ["kernel" "usb_suspend"] false) "CONFIG_USB_SUSPEND=y" ++
lib.optional (getConfig ["kernel" "no_irqbalance"] false) "# CONFIG_IRQBALANCE is not set" ++
[(getConfig ["kernel" "addConfig"] "")];
};