updated list of "dead" Makefile CONFIG_ variables




based on the previous list posted, and some feedback, the updated
list of CONFIG_ variables that exist in Makefiles for which there is
no corresponding Kconfig definition *anywhere* in the source tree.

drivers/:

===== L7200_KEYB =====
./drivers/acorn/char/Makefile:obj-$(CONFIG_L7200_KEYB) += defkeymap-l7200.o keyb_l7200.o
===== SCSI_FD_8xx =====
./drivers/scsi/Makefile:obj-$(CONFIG_SCSI_FD_8xx) += seagate.o
===== USB_OHCI_AT91 =====
./drivers/usb/Makefile:obj-$(CONFIG_USB_OHCI_AT91) += host/

fs/:

===== 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

arch/:

===== CPU_AP7000 =====
./arch/avr32/Makefile:cpuflags-$(CONFIG_CPU_AP7000) += -mcpu=ap7000
===== CPU_ARM946T =====
./arch/arm/Makefile:tune-$(CONFIG_CPU_ARM946T) :=$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
===== 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
===== 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.
===== REMOTE_DEBUG =====
./arch/mips/momentum/jaguar_atx/Makefile:obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
===== SA1100_USB =====
./arch/arm/mach-sa1100/Makefile:#obj-$(CONFIG_SA1100_USB) += usb/
===== SH_KGDB =====
./arch/sh/kernel/Makefile:obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o
./arch/sh/Makefile:cflags-$(CONFIG_SH_KGDB) += -g
===== 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
===== VGA_HOSE =====
./arch/alpha/kernel/Makefile:obj-$(CONFIG_VGA_HOSE) += console.o
===== XTENSA_VARIANT_LINUX_CUSTOM =====
./arch/xtensa/Makefile:variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM) := custom



--
========================================================================
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • [patch 01/11] uml: Makefile simplification and correction.
    ... -ARCH_DIR = arch/um ... # Have to precede the include because the included Makefiles reference them. ... # These are needed for clean and mrproper, since in that case .config is not ... LINK-y += $ ...
    (Linux-Kernel)
  • Re: CFS review
    ... Thanks for the testing and the feedback, ... what platform did you do your tests, and what .config did you use (and ... collecting stats though, and they look funky. ...
    (Linux-Kernel)
  • dead CONFIG variables in kernel Makefiles
    ... the output from a short script i wrote, locating all CONFIG_ ... variables in makefiles that don't appear to exist in any Kconfig file ... anywhere in the source tree. ...
    (Linux-Kernel)
  • [PATCH 1/11] LTTng-core 0.5.108 : build
    ... 1- LTTng menu options and Makefiles ... +config LTT_TRACER ... for kernel debugging, non-intrusive instrumentation and testing. ...
    (Linux-Kernel)
  • Re: dead CONFIG variables in kernel Makefiles
    ... the output from a short script i wrote, locating all CONFIG_ ... variables in makefiles that don't appear to exist in any Kconfig file ... anywhere in the source tree. ...
    (Linux-Kernel)