From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: even *more* unused CONFIG variables at no extra charge
Date: Fri, 16 Nov 2007 06:15:48 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.0.9999.0711160555530.13454@localhost.localdomain> (raw)
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
========================================================================
next reply other threads:[~2007-11-16 11:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-16 11:15 Robert P. J. Day [this message]
2007-11-19 13:43 ` Paul Mundt
2007-11-19 13:57 ` Robert P. J. Day
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.0.9999.0711160555530.13454@localhost.localdomain \
--to=rpjday@crashcourse.ca \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®