From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: short list of bad Kconfig "select" directives
Date: Wed, 23 Dec 2009 06:36:33 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.2.00.0912230634460.21971@localhost> (raw)
from the latest "git pull," a fairly short list of Kconfig "select"
directives that refer to apparently non-existent Kconfig variables,
each accompanied by a treewide scan to see anything that matches that
string.
if you want to delete something, feel free.
===== CRYPTO_SHASH
crypto/Kconfig:308: select CRYPTO_SHASH
crypto/Kconfig:446: select CRYPTO_SHASH
===== GCD
arch/arm/plat-pxa/include/plat/i2c.h:39:* 7. GCD 1 (Disables i2c unit response to general call messages as a slave)
arch/mips/Kconfig:45: select GCD
drivers/i2c/busses/i2c-pxa.c:184: PXA_BIT(ICR_GCD, "GCD", NULL),
fs/jffs2/background.c:99: /* Problem - immediately after bootup, the GCD spends a lot
fs/jffs2/background.c:103: * doesn't help, either (presumably because userspace and GCD
fs/jffs2/background.c:106: * This forces the GCD to slow the hell down. Pulling an
===== GENERIC_HAS_IOMAP
arch/score/Kconfig:16: select GENERIC_HAS_IOMAP
arch/score/Kconfig:22: select GENERIC_HAS_IOMAP
arch/score/Kconfig:28: select GENERIC_HAS_IOMAP
===== HAVE_READQ
arch/x86/Kconfig:22: select HAVE_READQ
===== HAVE_WRITEQ
arch/x86/Kconfig:23: select HAVE_WRITEQ
===== MACH_NEO1973
arch/arm/mach-s3c2442/Kconfig:32: select MACH_NEO1973
===== MPC5121_ADS_CPLD
arch/powerpc/platforms/512x/Kconfig:18: select MPC5121_ADS_CPLD
===== PPC_FSL_BOOK3E
arch/powerpc/platforms/85xx/Kconfig:151: select PPC_FSL_BOOK3E
===== S3C2410_PWM
arch/arm/mach-s3c2442/Kconfig:33: select S3C2410_PWM
===== S3C_DEVICE_NAND
arch/arm/plat-s3c24xx/Kconfig:11: select S3C_DEVICE_NAND
===== SFFSDR_FPGA
sound/soc/davinci/Kconfig:40: select SFFSDR_FPGA
===== SIBYTE_CFE
arch/mips/sibyte/Kconfig:74: select SIBYTE_CFE
===== SPI_MASTER_OF
drivers/spi/Kconfig:139: select SPI_MASTER_OF
===== USB_GADGET_S3C_HSOTG_PIO
drivers/usb/gadget/Kconfig:297: select USB_GADGET_S3C_HSOTG_PIO
===== XEN_XENBUS_FRONTEND
drivers/input/Kconfig:168: select XEN_XENBUS_FRONTEND
drivers/video/Kconfig:2084: select XEN_XENBUS_FRONTEND
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
reply other threads:[~2009-12-23 11:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.2.00.0912230634460.21971@localhost \
--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 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.