Re: dead CONFIG variables in kernel Makefiles

2007-07-06 Thread Mike Frysinger

On 7/6/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote:


  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


that's because we couldnt push the rest of the BF54x port until the
new merge window ... they'll be defined with 2.6.23


= CPU_FREQ_BF533 =
./arch/blackfin/mach-bf533/Makefile:obj-$(CONFIG_CPU_FREQ_BF533) += cpu.o


we changed names in the Kconfig but didnt sync that Makefile ... the
others got updated
-mike
-
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/


dead CONFIG variables in kernel Makefiles

2007-07-06 Thread Robert P. J. Day

  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/


Re: dead CONFIG variables in kernel Makefiles

2007-03-27 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 07:32:00PM -0400, Robert P. J. Day wrote:
> 
>   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.
> 
>   first, from the drivers/ directory:
>...
> = ZS =
> ./drivers/tc/Makefile:obj-$(CONFIG_ZS) += zs.o
>...

Ralf, is there any reason why the code for this driver is in Linus' 
tree, but the option (that is in the mips tree) is missing?

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

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


Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 07:32:00PM -0400, Robert P. J. Day wrote:
> 
>   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.
> 
>   first, from the drivers/ directory:
>...
> = 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
>...

Part of an OSS driver removal, patch for 2.6.22 already submitted.

> rday

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

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


Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread David Miller
From: "Robert P. J. Day" <[EMAIL PROTECTED]>
Date: Mon, 26 Mar 2007 19:32:00 -0400 (EDT)

> 
>   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.
> 
>   first, from the drivers/ directory:
> 
> = DRM_FFB =
> ./drivers/char/drm/Makefile:obj-$(CONFIG_DRM_FFB)   += ffb.o

I'll take care of this one, thanks Robert.
-
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/


Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Roland Dreier
 > = IPATH_CORE =
 > ./drivers/Makefile:obj-$(CONFIG_IPATH_CORE) += infiniband/

Thanks, I was just noticing that myself.  I'll remove it for 2.6.22.

 - R.
-
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/


dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Robert P. J. Day

  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.

  first, from the drivers/ directory:

= DRM_FFB =
./drivers/char/drm/Makefile:obj-$(CONFIG_DRM_FFB)   += ffb.o
= INPUT_POWER =
./drivers/input/Makefile:obj-$(CONFIG_INPUT_POWER)  += power.o
= IPATH_CORE =
./drivers/Makefile:obj-$(CONFIG_IPATH_CORE) += infiniband/
= L7200_KEYB =
./drivers/acorn/char/Makefile:obj-$(CONFIG_L7200_KEYB)  += defkeymap-l7200.o 
keyb_l7200.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
= SCSI_FD_8xx =
./drivers/scsi/Makefile:obj-$(CONFIG_SCSI_FD_8xx)   += seagate.o
= USB_EGALAX =
./drivers/usb/input/Makefile:obj-$(CONFIG_USB_EGALAX)   += touchkitusb.o
= USB_ITMTOUCH =
./drivers/usb/input/Makefile:obj-$(CONFIG_USB_ITMTOUCH) += itmtouch.o
= USB_MTOUCH =
./drivers/usb/Makefile:obj-$(CONFIG_USB_MTOUCH) += input/
./drivers/usb/input/Makefile:obj-$(CONFIG_USB_MTOUCH)   += mtouchusb.o
= USB_OHCI_AT91 =
./drivers/usb/Makefile:obj-$(CONFIG_USB_OHCI_AT91)  += host/
= ZS =
./drivers/tc/Makefile:obj-$(CONFIG_ZS) += zs.o

  and from the fs/ directory:

= 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

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/