Deleted Added
sdiff udiff text old ( 38574 ) new ( 38778 )
full compact
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.455 1998/08/27 01:30:53 obrien Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 1427 unchanged lines hidden (view full) ---

1441# above.
1442
1443# For older notebooks that signal a powerfail condition (external
1444# power supply dropped, or battery state low) by issuing an NMI:
1445
1446options POWERFAIL_NMI # make it beep instead of panicing
1447
1448#
1449# Parallel-Port Bus
1450#
1451# Parallel port bus support is provided by the `ppbus' device.
1452# Multiple devices may be attached to the parallel port, devices
1453# are automatically probed and attached when found.
1454#
1455# Supported devices:
1456# vpo Iomega Zip Drive

--- 174 unchanged lines hidden ---