All of lore.kernel.org
 help / color / mirror / Atom feed
* even *more* unused CONFIG variables at no extra charge
@ 2007-11-16 11:15 Robert P. J. Day
  2007-11-19 13:43 ` Paul Mundt
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2007-11-16 11:15 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  due to an embarrassing brain fart on my part, my script to find
unused CONFIG variables in the source tree missed a whole whack of
them.  (FYI, when checking Kconfig variable FUBAR, the fact that the
corresponding reference to CONFIG_FUBAR is being used in a defconfig
file somewhere does *not* count.  *sigh*.)

  so i'll update the wiki page shortly but here's the abridged version
for just the arch/* directories if you want to poke around yourself.
as always, false positives are a distinct possibility.

==== alpha ====
>>>>> ALPHA_CORE_AGP
>>>>> ALPHA_EV7
>>>>> DEBUG_RWLOCK
==== arm ====
>>>>> ARCH_AT91SAM9260_SAM9XE
>>>>> ARCH_CINTEGRATOR
>>>>> ARCH_EBSA285_ADDIN
>>>>> ARCH_IXCDP1100
>>>>> CPU_CP15_MPU
>>>>> DEBUG_ERRORS
>>>>> DEBUG_S3C_PORT
>>>>> H3600_SLEEVE
>>>>> MACH_EP80219
>>>>> MACH_IXDP28X5
>>>>> MACH_S3C2413
>>>>> MACH_SMDK2412
>>>>> MACH_TRIZEPS4_ANY
>>>>> OMAP_MCBSP
>>>>> SMDK2440_CPU2440
>>>>> SMDK2440_CPU2442
==== avr32 ====
>>>>> AP7000_8_BIT_SMC
==== blackfin ====
>>>>> BFIN_ALIVE_LED_DPORT
>>>>> BFIN_ALIVE_LED_PORT
>>>>> BFIN_IDLE_LED_DPORT
>>>>> BFIN_IDLE_LED_PORT
>>>>> LARGE_ALLOCS
>>>>> SCHEDULE_L1
==== cris ====
>>>>> ETRAX_ETHERNET_HW_CSUM
>>>>> ETRAX_ETHERNET_IFACE0
>>>>> ETRAX_ETHERNET_IFACE1
>>>>> ETRAX_IDE_DELAY
>>>>> ETRAX_PA_BUTTON_BITMASK
>>>>> ETRAX_PA_BUTTON_BITMASK
>>>>> ETRAX_SER0_CD_BIT
>>>>> ETRAX_SER0_DSR_BIT
>>>>> ETRAX_SER0_DTR_BIT
>>>>> ETRAX_SER0_RI_BIT
>>>>> ETRAX_SER1_CD_BIT
>>>>> ETRAX_SER1_DSR_BIT
>>>>> ETRAX_SER1_DTR_BIT
>>>>> ETRAX_SER1_RI_BIT
>>>>> ETRAX_SER2_CD_BIT
>>>>> ETRAX_SER2_DSR_BIT
>>>>> ETRAX_SER2_DTR_BIT
>>>>> ETRAX_SER2_RI_BIT
>>>>> ETRAX_SER3_CD_BIT
>>>>> ETRAX_SER3_DSR_BIT
>>>>> ETRAX_SER3_DTR_BIT
>>>>> ETRAX_SER3_RI_BIT
>>>>> ETRAX_SERIAL_PORT1_DMA4_OUT
>>>>> ETRAX_SERIAL_PORT1_DMA5_IN
>>>>> ETRAX_SERIAL_PORT3_DMA8_OUT
>>>>> ETRAX_SERIAL_PORT3_DMA9_IN
>>>>> ETRAX_USB_HOST_PORT1
>>>>> ETRAX_USB_HOST_PORT2
==== frv ====
>>>>> FRV_DEFL_CACHE_DISABLED
>>>>> MB93091_NO_MB
>>>>> UCPAGE_OFFSET_20000000
>>>>> UCPAGE_OFFSET_40000000
>>>>> UCPAGE_OFFSET_60000000
>>>>> UCPAGE_OFFSET_80000000
>>>>> UCPAGE_OFFSET_A0000000
==== h8300 ====
>>>>> UNIX98_PTY_COUNT
==== m32r ====
>>>>> NOHIGHMEM
==== m68k ====
>>>>> ADB_KEYBOARD
>>>>> ATARI_SCC_DMA
>>>>> GVPIOEXT_LP
>>>>> GVPIOEXT_PLIP
>>>>> MAC_ADBKEYCODES
>>>>> MAC_HID
>>>>> WHIPPET_SERIAL
==== m68knommu ====
>>>>> BDM_DISABLE
>>>>> COBRA5329
>>>>> DUMPTOFLASH
>>>>> EMAC_INC
>>>>> RAM16BIT
>>>>> RAM32BIT
>>>>> RAM8BIT
>>>>> ROMFS_FROM_ROM
>>>>> WILDFIREMOD
==== mips ====
>>>>> 64BIT_CONTEXT
>>>>> ACER_PICA_61
>>>>> CPU_SB1_PASS_2_112x
>>>>> CPU_SB1_PASS_2_1250
>>>>> CPU_SB1_PASS_3
>>>>> CPU_SB1_PASS_4
>>>>> DMA_IP32
>>>>> MIPS_DISABLE_OBSOLETE_IDE
>>>>> MIPS_INSANE_LARGE
>>>>> MIPS_MT_DISABLED
>>>>> MIPS_RM9122
>>>>> SIBYTE_BCM1120
>>>>> SIBYTE_BCM1125
>>>>> SIBYTE_BCM1125H
>>>>> SIBYTE_ENABLE_LDT_IF_PCI
==== parisc ====
>>>>> DEBUG_RWLOCK
==== powerpc ====
>>>>> MPC8XXFADS
>>>>> PPC_MPC836x
>>>>> XILINX_VIRTEX_II_PRO
==== ppc ====
>>>>> MPC8XXFADS
>>>>> NONMONARCH_SUPPORT
>>>>> PC_KEYBOARD
>>>>> SPRUCE_BAUD_33M
>>>>> UART1_DFLT_CONSOLE
>>>>> UART1_DFLT_CONSOLE
>>>>> WANT_EARLY_SERIAL
>>>>> WINCEPT
>>>>> XILINX_VIRTEX_II_PRO
==== sh64 ====
>>>>> DEVICE_MEMORY_START
>>>>> FLASH_MEMORY_START
>>>>> HDSP253_LED
>>>>> PCI_BLOCK_START
>>>>> PCIDEVICE_MEMORY_START
==== sparc ====
>>>>> UNIX98_PTY_COUNT
==== um ====
>>>>> DEFCONFIG_LIST
>>>>> STDIO_CONSOLE
==== x86 ====
>>>>> NOHIGHMEM
==== xtensa ====
>>>>> KCORE_ELF
>>>>> XTENSA_ISS_NETWORK
>>>>> XTENSA_UNALIGNED_USER

rday

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

http://crashcourse.ca
========================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-19 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-16 11:15 even *more* unused CONFIG variables at no extra charge Robert P. J. Day
2007-11-19 13:43 ` Paul Mundt
2007-11-19 13:57   ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.