Deleted Added
full compact
NOTES (33323) NOTES (33445)
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#
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.406 1998/02/11 20:47:42 dima Exp $
5# $Id: LINT,v 1.407 1998/02/13 13:00:01 phk 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

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

1376# An obsolete option to test kern_opt.c.
1377#
1378options GATEWAY
1379
1380# If you want to disable loadable kernel modules (LKM), you
1381# might want to use this option.
1382options NO_LKM
1383
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

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

1376# An obsolete option to test kern_opt.c.
1377#
1378options GATEWAY
1379
1380# If you want to disable loadable kernel modules (LKM), you
1381# might want to use this option.
1382options NO_LKM
1383
1384#
1385# Add tie-ins for a hardware watchdog. This only enable the hooks;
1386# the user must still supply the actual driver.
1387#
1388options HW_WDOG
1389
1384# More undocumented options for linting.
1385
1386options CLK_CALIBRATION_LOOP
1387options "CLK_USE_I8254_CALIBRATION"
1388options CLK_USE_TSC_CALIBRATION
1389options CLUSTERDEBUG
1390options COMPAT_LINUX
1391options CPU_UPGRADE_HW_CACHE

--- 103 unchanged lines hidden ---
1390# More undocumented options for linting.
1391
1392options CLK_CALIBRATION_LOOP
1393options "CLK_USE_I8254_CALIBRATION"
1394options CLK_USE_TSC_CALIBRATION
1395options CLUSTERDEBUG
1396options COMPAT_LINUX
1397options CPU_UPGRADE_HW_CACHE

--- 103 unchanged lines hidden ---