in addition to references to non-existent CONFIG variables in header
and source files, here's a list of such variables in Makefiles
throughout the entire tree:

===== BF548 =====
./arch/blackfin/Makefile:cpu-$(CONFIG_BF548) := bf548
===== BF549 =====
./arch/blackfin/Makefile:cpu-$(CONFIG_BF549) := bf549
===== BF_REV_0_0 =====
./arch/blackfin/Makefile:rev-$(CONFIG_BF_REV_0_0)  := 0.0
===== BF_REV_0_1 =====
./arch/blackfin/Makefile:rev-$(CONFIG_BF_REV_0_1)  := 0.1
===== CPU_ARM946T =====
./arch/arm/Makefile:tune-$(CONFIG_CPU_ARM946T)  :=$(call 
cc-option,-mtune=arm9e,-mtune=arm9tdmi)
===== CPU_FREQ_BF533 =====
./arch/blackfin/mach-bf533/Makefile:obj-$(CONFIG_CPU_FREQ_BF533) += cpu.o
===== CPU_R4000 =====
./arch/mips/kernel/Makefile:obj-$(CONFIG_CPU_R4000)             += r4k_fpu.o 
r4k_switch.o
===== ETRAXFS_SIM =====
./arch/cris/arch-v32/kernel/Makefile:obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o
===== L7200_KEYB =====
./drivers/acorn/char/Makefile:obj-$(CONFIG_L7200_KEYB)  += defkeymap-l7200.o 
keyb_l7200.o
===== MACHINE =====
./arch/ppc/boot/simple/Makefile:# zimage-$(CONFIG_MACHINE) and 
zimagerd-$(CONFIG_MACHINE) to the target
./arch/ppc/boot/simple/Makefile:# that produces the desired image and they must 
set end-$(CONFIG_MACHINE)
./arch/ppc/boot/simple/Makefile:# than 'zImage.elf', set end-$(CONFIG_MACHINE) 
to be the suffix used for
./arch/ppc/boot/simple/Makefile:# set entrypoint-$(CONFIG_MACHINE) to the 
location which the image should be
./arch/ppc/boot/simple/Makefile:# loaded at.  The optimal setting for 
entrypoint-$(CONFIG_MACHINE) is the link
./arch/ppc/boot/simple/Makefile:# misc-$(CONFIG_MACHINE) variable.
===== NLS_ABC =====
./fs/nls/Makefile:obj-$(CONFIG_NLS_ABC)         += nls_abc.o
===== NLS_ISO8859_10 =====
./fs/nls/Makefile:obj-$(CONFIG_NLS_ISO8859_10)  += nls_iso8859-10.o
===== RADIO_MIROPCM20 =====
./drivers/media/radio/Makefile:obj-$(CONFIG_RADIO_MIROPCM20) += miropcm20.o
===== RADIO_MIROPCM20_RDS =====
./drivers/media/radio/Makefile:obj-$(CONFIG_RADIO_MIROPCM20_RDS) += 
miropcm20-rds.o
===== RXRPC =====
./net/Makefile:obj-$(CONFIG_RXRPC)              += rxrpc/
===== SA1100_USB =====
./arch/arm/mach-sa1100/Makefile:#obj-$(CONFIG_SA1100_USB)               += usb/
===== SCSI_FD_8xx =====
./drivers/scsi/Makefile:obj-$(CONFIG_SCSI_FD_8xx)       += seagate.o
===== SOUND_ACI_MIXER =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_ACI_MIXER)      += aci.o
===== SOUND_AD1816 =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_AD1816) += ad1816.o
===== SOUND_AD1889 =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_AD1889) += ad1889.o ac97_codec.o
===== SOUND_ADLIB =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_ADLIB)  += adlib_card.o opl3.o
===== SOUND_EMU10K1 =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_EMU10K1)        += ac97_codec.o
./sound/oss/Makefile:  obj-$(CONFIG_SOUND_EMU10K1)      += sound.o
./sound/oss/Makefile:obj-$(CONFIG_SOUND_EMU10K1)        += emu10k1/
./sound/oss/emu10k1/Makefile:obj-$(CONFIG_SOUND_EMU10K1) += emu10k1.o
===== SOUND_ES1371 =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_ES1371) += es1371.o ac97_codec.o
===== SOUND_FUSION =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_FUSION) += cs46xx.o ac97_codec.o
===== SOUND_NM256 =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_NM256)  += nm256_audio.o ac97.o
===== SOUND_OPL3SA2 =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_OPL3SA2)        += opl3sa2.o ad1848.o 
mpu401.o
===== SOUND_WM97XX =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o
===== TTY_LOG =====
./arch/um/os-Linux/Makefile:obj-$(CONFIG_TTY_LOG) += tty_log.o
./arch/um/os-Linux/Makefile:user-objs-$(CONFIG_TTY_LOG) += tty_log.o
===== USB_OHCI_AT91 =====
./drivers/usb/Makefile:obj-$(CONFIG_USB_OHCI_AT91)      += host/
===== XTENSA_VARIANT_LINUX_CUSTOM =====
./arch/xtensa/Makefile:variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM)    := 
custom

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to