Unused CONFIG variables

From Crashcourse Wiki

Jump to: navigation, search

Contents

README

This page documents, section by section and, in some cases broken into subdirectories, those CONFIG variables which are defined in some Kconfig file but which don't appear to be referenced anywhere in the source tree. I've made little attempt to cull these lists so it's quite possible there are false positives scattered throughout.

NOTE: When I do the tree-wide search to find instances of the offending string (even if they're substrings), I explicitly ignore matches from any of the architecture defconfig files since they contribute nothing to making a symbol meaningful. What that means is that, if you're curious about a particular string, you might want to do your own recursive search for it to pick up the occurrences I filtered out.


NOTE 2: The definition of an "unused" CONFIG variable is one which is defined in a Kconfig file but is never tested anywhere in the tree. However, it's possible that a CONFIG variables exists whose only purpose is to subsequently "select" some other CONFIG variable(s). Sadly, that will still be flagged as "unused" so there's still some tweaking to do.

(Last updated Dec 28, 2009.)

arch

alpha

===== ALPHA_EV7
arch/alpha/Kconfig:453:config ALPHA_EV7

arm

===== ARCH_AT91SAM9260_SAM9XE
arch/arm/mach-at91/Kconfig:199:config ARCH_AT91SAM9260_SAM9XE
===== ARCH_EBSA285_ADDIN
arch/arm/mach-footbridge/Kconfig:37:config ARCH_EBSA285_ADDIN
===== CPU_CP15_MPU
arch/arm/mm/Kconfig:84:	select CPU_CP15_MPU
arch/arm/mm/Kconfig:208:	select CPU_CP15_MPU
arch/arm/mm/Kconfig:226:	select CPU_CP15_MPU
arch/arm/mm/Kconfig:594:config CPU_CP15_MPU
===== CPU_FREQ_PXA
arch/arm/Kconfig:1378:config CPU_FREQ_PXA
===== DA850_UI_NONE
arch/arm/mach-davinci/Kconfig:153:config DA850_UI_NONE
===== DEBUG_ERRORS
arch/arm/Kconfig.debug:47:config DEBUG_ERRORS
===== MACH_OMAP_HTCWIZARD
arch/arm/mach-omap1/Kconfig:54:config MACH_OMAP_HTCWIZARD
===== MACH_TRIZEPS_ANY
arch/arm/mach-pxa/Kconfig:188:config MACH_TRIZEPS_ANY
===== MACH_TRIZEPS_UCONXS
arch/arm/mach-pxa/Kconfig:185:config MACH_TRIZEPS_UCONXS
===== MODULE_CC9P9360
arch/arm/mach-ns9xxx/Kconfig:11:config MODULE_CC9P9360
arch/arm/mach-ns9xxx/Kconfig:24:	select MODULE_CC9P9360
arch/arm/mach-ns9xxx/Kconfig:32:	select MODULE_CC9P9360
===== OMAP_PM_NONE
arch/arm/plat-omap/Kconfig:177:config OMAP_PM_NONE
===== S3C24XX_PWM
arch/arm/plat-s3c24xx/Kconfig:70:config S3C24XX_PWM
===== S3C_GPIO_PULL_DOWN
arch/arm/plat-s3c/include/plat/gpio-cfg.h:88:#define S3C_GPIO_PULL_DOWN	((__force s3c_gpio_pull_t)0x01)
arch/arm/plat-s3c/Kconfig:138:config S3C_GPIO_PULL_DOWN
===== S3C_GPIO_PULL_UP
arch/arm/mach-s3c6410/mach-smdk6410.c:376:	s3c_gpio_setpull(S3C64XX_GPN(12), S3C_GPIO_PULL_UP);
arch/arm/plat-s3c/include/plat/gpio-cfg.h:89:#define S3C_GPIO_PULL_UP	((__force s3c_gpio_pull_t)0x02)
arch/arm/plat-s3c/Kconfig:143:config S3C_GPIO_PULL_UP
arch/arm/plat-s3c64xx/setup-sdhci-gpio.c:36:	s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP);
arch/arm/plat-s3c64xx/setup-sdhci-gpio.c:53:	s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP);
arch/arm/plat-s3c64xx/setup-i2c1.c:29:	s3c_gpio_setpull(S3C64XX_GPB(2), S3C_GPIO_PULL_UP);
arch/arm/plat-s3c64xx/setup-i2c1.c:30:	s3c_gpio_setpull(S3C64XX_GPB(3), S3C_GPIO_PULL_UP);
arch/arm/plat-s3c64xx/setup-i2c0.c:29:	s3c_gpio_setpull(S3C64XX_GPB(5), S3C_GPIO_PULL_UP);
arch/arm/plat-s3c64xx/setup-i2c0.c:30:	s3c_gpio_setpull(S3C64XX_GPB(6), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-sdhci-gpio.c:50:	s3c_gpio_setpull(S5PC100_GPG1(2), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-sdhci-gpio.c:67:	s3c_gpio_setpull(S5PC100_GPG2(6), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-sdhci-gpio.c:84:	s3c_gpio_setpull(S5PC100_GPG3(6), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-i2c1.c:27:	s3c_gpio_setpull(S5PC100_GPD(5), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-i2c1.c:29:	s3c_gpio_setpull(S5PC100_GPD(6), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-i2c0.c:27:	s3c_gpio_setpull(S5PC100_GPD(3), S3C_GPIO_PULL_UP);
arch/arm/plat-s5pc1xx/setup-i2c0.c:29:	s3c_gpio_setpull(S5PC100_GPD(4), S3C_GPIO_PULL_UP);
===== SMDK2440_CPU2440
arch/arm/mach-s3c2440/Kconfig:95:config SMDK2440_CPU2440
===== SMDK2440_CPU2442
arch/arm/mach-s3c2442/Kconfig:20:config SMDK2440_CPU2442

avr32

===== AP700X_8_BIT_SMC
arch/avr32/mach-at32ap/Kconfig:24:config AP700X_8_BIT_SMC
===== BOARD_MRMT_REV1
arch/avr32/boards/atngw100/Kconfig_mrmt:8:config BOARD_MRMT_REV1
===== BOARD_MRMT_WIRELESS_NONE
arch/avr32/boards/atngw100/Kconfig_mrmt:78:config BOARD_MRMT_WIRELESS_NONE

blackfin

===== BF518_SPORT0_PORTF
arch/blackfin/mach-bf518/Kconfig:19:config BF518_SPORT0_PORTF
===== BF518_SPORT0_TSCLK_PG14
arch/blackfin/mach-bf518/Kconfig:42:config BF518_SPORT0_TSCLK_PG14
===== BF518_UART1_PORTG
arch/blackfin/mach-bf518/Kconfig:59:config BF518_UART1_PORTG
===== BFIN_CPU_FREQ
arch/blackfin/Kconfig:1247:config BFIN_CPU_FREQ
===== IP_CHECKSUM_L1
arch/blackfin/Kconfig:784:config IP_CHECKSUM_L1
===== ROM_BASE
arch/blackfin/Kconfig:401:config ROM_BASE

cris

===== ETRAX_DDR
arch/cris/arch-v32/mach-a3/Kconfig:18:config ETRAX_DDR
===== ETRAX_ETH0_USE_LEDGRP1
arch/cris/arch-v32/drivers/Kconfig:46:config ETRAX_ETH0_USE_LEDGRP1
===== ETRAX_ETH0_USE_LEDGRPNULL
arch/cris/arch-v32/drivers/Kconfig:52:config ETRAX_ETH0_USE_LEDGRPNULL
===== ETRAX_ETH1_USE_LEDGRP0
arch/cris/arch-v32/drivers/Kconfig:63:config ETRAX_ETH1_USE_LEDGRP0
===== ETRAX_ETH1_USE_LEDGRPNULL
arch/cris/arch-v32/drivers/Kconfig:75:config ETRAX_ETH1_USE_LEDGRPNULL
===== ETRAX_ETHERNET_GBIT
arch/cris/arch-v32/drivers/Kconfig:31:config ETRAX_ETHERNET_GBIT
===== ETRAX_NANDFLASH_BUSWIDTH
arch/cris/Kconfig:184:config ETRAX_NANDFLASH_BUSWIDTH
===== ETRAX_NBR_LED_GRP_ZERO
arch/cris/arch-v32/Kconfig:21:config	ETRAX_NBR_LED_GRP_ZERO
===== ETRAX_PA_BUTTON_BITMASK
arch/cris/arch-v10/drivers/Kconfig:531:config ETRAX_PA_BUTTON_BITMASK
===== ETRAX_SER0_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:149:config ETRAX_SER0_CD_BIT
===== ETRAX_SER0_DSR_BIT
arch/cris/arch-v32/drivers/Kconfig:145:config ETRAX_SER0_DSR_BIT
===== ETRAX_SER0_DTR_BIT
arch/cris/arch-v32/drivers/Kconfig:137:config ETRAX_SER0_DTR_BIT
===== ETRAX_SER0_RI_BIT
arch/cris/arch-v32/drivers/Kconfig:141:config ETRAX_SER0_RI_BIT
===== ETRAX_SER1_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:196:config ETRAX_SER1_CD_BIT
===== ETRAX_SER1_DSR_BIT
arch/cris/arch-v32/drivers/Kconfig:192:config ETRAX_SER1_DSR_BIT
===== ETRAX_SER1_DTR_BIT
arch/cris/arch-v32/drivers/Kconfig:184:config ETRAX_SER1_DTR_BIT
===== ETRAX_SER1_RI_BIT
arch/cris/arch-v32/drivers/Kconfig:188:config ETRAX_SER1_RI_BIT
===== ETRAX_SER2_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:244:config ETRAX_SER2_CD_BIT
===== ETRAX_SER2_DSR_BIT
arch/cris/arch-v32/drivers/Kconfig:240:config ETRAX_SER2_DSR_BIT
===== ETRAX_SER2_DTR_BIT
arch/cris/arch-v32/drivers/Kconfig:232:config ETRAX_SER2_DTR_BIT
===== ETRAX_SER2_RI_BIT
arch/cris/arch-v32/drivers/Kconfig:236:config ETRAX_SER2_RI_BIT
===== ETRAX_SER3_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:291:config ETRAX_SER3_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:363:config ETRAX_SER3_CD_BIT
===== ETRAX_SER3_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:291:config ETRAX_SER3_CD_BIT
arch/cris/arch-v32/drivers/Kconfig:363:config ETRAX_SER3_CD_BIT
===== ETRAX_SER3_DSR_BIT
arch/cris/arch-v32/drivers/Kconfig:287:config ETRAX_SER3_DSR_BIT
===== ETRAX_SER3_DTR_BIT
arch/cris/arch-v32/drivers/Kconfig:279:config ETRAX_SER3_DTR_BIT
===== ETRAX_SER3_RI_BIT
arch/cris/arch-v32/drivers/Kconfig:283:config ETRAX_SER3_RI_BIT
===== ETRAX_SER4_DSR_BIT
arch/cris/arch-v32/drivers/Kconfig:359:config ETRAX_SER4_DSR_BIT
===== ETRAX_SER4_DTR_BIT
arch/cris/arch-v32/drivers/Kconfig:351:config ETRAX_SER4_DTR_BIT
===== ETRAX_SER4_RI_BIT
arch/cris/arch-v32/drivers/Kconfig:355:config ETRAX_SER4_RI_BIT
===== ETRAX_SERIAL_PORT0_DMA0_OUT
arch/cris/Kconfig:400:config ETRAX_SERIAL_PORT0_DMA0_OUT
===== ETRAX_SERIAL_PORT0_DMA1_IN
arch/cris/Kconfig:435:config ETRAX_SERIAL_PORT0_DMA1_IN
===== ETRAX_SERIAL_PORT0_TYPE_485FD
arch/cris/arch-v32/drivers/Kconfig:130:config ETRAX_SERIAL_PORT0_TYPE_485FD
===== ETRAX_SERIAL_PORT0_TYPE_485HD
arch/cris/arch-v32/drivers/Kconfig:124:config ETRAX_SERIAL_PORT0_TYPE_485HD
===== ETRAX_SERIAL_PORT1_TYPE_485FD
arch/cris/arch-v32/drivers/Kconfig:177:config ETRAX_SERIAL_PORT1_TYPE_485FD
===== ETRAX_SERIAL_PORT1_TYPE_485HD
arch/cris/arch-v32/drivers/Kconfig:171:config ETRAX_SERIAL_PORT1_TYPE_485HD
===== ETRAX_SERIAL_PORT2_DMA6_OUT
arch/cris/Kconfig:527:config ETRAX_SERIAL_PORT2_DMA6_OUT
===== ETRAX_SERIAL_PORT2_DMA7_IN
arch/cris/Kconfig:562:config ETRAX_SERIAL_PORT2_DMA7_IN
===== ETRAX_SERIAL_PORT2_TYPE_485FD
arch/cris/arch-v32/drivers/Kconfig:224:config ETRAX_SERIAL_PORT2_TYPE_485FD
===== ETRAX_SERIAL_PORT2_TYPE_485HD
arch/cris/arch-v32/drivers/Kconfig:218:config ETRAX_SERIAL_PORT2_TYPE_485HD
===== ETRAX_SERIAL_PORT3_DMA2_OUT
arch/cris/Kconfig:638:config ETRAX_SERIAL_PORT3_DMA2_OUT
===== ETRAX_SERIAL_PORT3_DMA3_IN
arch/cris/Kconfig:601:config ETRAX_SERIAL_PORT3_DMA3_IN
===== ETRAX_SERIAL_PORT3_DMA8_OUT
arch/cris/Kconfig:628:config ETRAX_SERIAL_PORT3_DMA8_OUT
===== ETRAX_SERIAL_PORT3_DMA9_IN
arch/cris/Kconfig:591:config ETRAX_SERIAL_PORT3_DMA9_IN
===== ETRAX_SERIAL_PORT3_TYPE_485FD
arch/cris/arch-v32/drivers/Kconfig:272:config ETRAX_SERIAL_PORT3_TYPE_485FD
===== ETRAX_SERIAL_PORT3_TYPE_485HD
arch/cris/arch-v32/drivers/Kconfig:266:config ETRAX_SERIAL_PORT3_TYPE_485HD
===== ETRAX_SERIAL_PORT4_DMA9_IN
arch/cris/arch-v32/drivers/Kconfig:339:config ETRAX_SERIAL_PORT4_DMA9_IN
===== ETRAX_SERIAL_PORT4_TYPE_485FD
arch/cris/arch-v32/drivers/Kconfig:319:config ETRAX_SERIAL_PORT4_TYPE_485FD
===== ETRAX_SERIAL_PORT4_TYPE_485HD
arch/cris/arch-v32/drivers/Kconfig:313:config ETRAX_SERIAL_PORT4_TYPE_485HD
===== ETRAX_SPI_CLK_PIN
arch/cris/arch-v32/drivers/Kconfig:814:config ETRAX_SPI_CLK_PIN
===== ETRAX_SPI_CS_PIN
arch/cris/arch-v32/drivers/Kconfig:807:config ETRAX_SPI_CS_PIN
===== ETRAX_SPI_DATAIN_PIN
arch/cris/arch-v32/drivers/Kconfig:821:config ETRAX_SPI_DATAIN_PIN
===== ETRAX_SPI_DATAOUT_PIN
arch/cris/arch-v32/drivers/Kconfig:828:config ETRAX_SPI_DATAOUT_PIN
===== ETRAX_SPI_MMC_CD_GPIO_PIN
arch/cris/arch-v32/drivers/Kconfig:835:config ETRAX_SPI_MMC_CD_GPIO_PIN
===== ETRAX_SPI_MMC_CD_SSER0_PIN
arch/cris/arch-v32/drivers/Kconfig:735:config ETRAX_SPI_MMC_CD_SSER0_PIN
===== ETRAX_SPI_MMC_CD_SSER1_PIN
arch/cris/arch-v32/drivers/Kconfig:774:config ETRAX_SPI_MMC_CD_SSER1_PIN
===== ETRAX_SPI_MMC_WP_GPIO_PIN
arch/cris/arch-v32/drivers/Kconfig:845:config ETRAX_SPI_MMC_WP_GPIO_PIN
===== ETRAX_SPI_MMC_WP_SSER0_PIN
arch/cris/arch-v32/drivers/Kconfig:745:config ETRAX_SPI_MMC_WP_SSER0_PIN
===== ETRAX_SPI_MMC_WP_SSER1_PIN
arch/cris/arch-v32/drivers/Kconfig:784:config ETRAX_SPI_MMC_WP_SSER1_PIN
===== ETRAX_SPI_SSER0_DMA
arch/cris/arch-v32/drivers/Kconfig:727:config ETRAX_SPI_SSER0_DMA
===== ETRAX_SPI_SSER1_DMA
arch/cris/arch-v32/drivers/Kconfig:766:config ETRAX_SPI_SSER1_DMA
===== ETRAX_USB_HOST_PORT1
arch/cris/arch-v10/drivers/Kconfig:421:config ETRAX_USB_HOST_PORT1
===== ETRAX_USB_HOST_PORT2
arch/cris/arch-v10/drivers/Kconfig:426:config ETRAX_USB_HOST_PORT2
===== OOM_REBOOT
arch/cris/Kconfig:108:config OOM_REBOOT
===== SPI_ETRAX_GPIO
arch/cris/arch-v32/drivers/Kconfig:705:config SPI_ETRAX_GPIO
arch/cris/arch-v32/drivers/Kconfig:795:	select SPI_ETRAX_GPIO
===== SPI_ETRAX_SSER
arch/cris/arch-v32/drivers/Kconfig:696:config SPI_ETRAX_SSER
arch/cris/arch-v32/drivers/Kconfig:720:	select SPI_ETRAX_SSER
arch/cris/arch-v32/drivers/Kconfig:759:	select SPI_ETRAX_SSER

frv

===== FRV_DEFL_CACHE_DISABLED
arch/frv/Kconfig:203:config FRV_DEFL_CACHE_DISABLED
===== MB93091_NO_MB
arch/frv/Kconfig:283:config MB93091_NO_MB

ia64

===== NO_IDLE_HZ
arch/ia64/xen/Kconfig:10:	select NO_IDLE_HZ
arch/ia64/xen/Kconfig:23:config NO_IDLE_HZ

Kconfig

===== HAVE_DEFAULT_NO_SPIN_MUTEXES
arch/s390/Kconfig:90:	select HAVE_DEFAULT_NO_SPIN_MUTEXES
arch/Kconfig:133:config HAVE_DEFAULT_NO_SPIN_MUTEXES
kernel/Kconfig.locks:202:	def_bool SMP && !DEBUG_MUTEXES && !HAVE_DEFAULT_NO_SPIN_MUTEXES

m32r

===== BOOT_IOREMAP
arch/m32r/Kconfig:356:config BOOT_IOREMAP

m68k

===== GVPIOEXT_LP
arch/m68k/Kconfig:525:config GVPIOEXT_LP
===== GVPIOEXT_PLIP
arch/m68k/Kconfig:532:config GVPIOEXT_PLIP
===== MAC_HID
arch/m68k/Kconfig:543:config MAC_HID

m68knommu

===== COBRA5329
arch/m68knommu/Kconfig:424:config COBRA5329
arch/m68knommu/Kconfig:425:	bool "senTec COBRA5329 board support"
arch/m68knommu/Kconfig:428:	  Support for the senTec COBRA5329 board.
===== EMAC_INC
arch/m68knommu/Kconfig:516:config EMAC_INC
===== HW_FEITH
arch/m68knommu/Kconfig:506:config HW_FEITH
===== RAM16BIT
arch/m68knommu/Kconfig:613:config RAM16BIT
===== RAM32BIT
arch/m68knommu/Kconfig:618:config RAM32BIT
===== RAM8BIT
arch/m68knommu/Kconfig:608:config RAM8BIT
===== ROMFS_FROM_ROM
arch/m68knommu/Kconfig:484:config ROMFS_FROM_ROM

microblaze

===== DEBUG_BOOTMEM
arch/microblaze/Kconfig.debug:25:config DEBUG_BOOTMEM

mips

===== ACER_PICA_61
arch/mips/jazz/Kconfig:1:config ACER_PICA_61
===== ARCH_SUPPORTS_OPROFILE
arch/mips/Kconfig:714:config ARCH_SUPPORTS_OPROFILE
===== CAVIUM_OCTEON_REFERENCE_BOARD
arch/mips/Kconfig:655:config CAVIUM_OCTEON_REFERENCE_BOARD
===== CAVIUM_OCTEON_SIMULATOR
arch/mips/Kconfig:640:config CAVIUM_OCTEON_SIMULATOR
===== CPU_SB1_PASS_2_112x
arch/mips/sibyte/Kconfig:111:config CPU_SB1_PASS_2_112x
===== CPU_SB1_PASS_2_1250
arch/mips/sibyte/Kconfig:90:config CPU_SB1_PASS_2_1250
===== CPU_SB1_PASS_3
arch/mips/sibyte/Kconfig:116:config CPU_SB1_PASS_3
===== CPU_SB1_PASS_4
arch/mips/sibyte/Kconfig:104:config CPU_SB1_PASS_4
===== IRQ_CPU_OCTEON
arch/mips/Kconfig:931:config IRQ_CPU_OCTEON
arch/mips/Kconfig:1292:	select IRQ_CPU_OCTEON
===== MIN_RUNTIME_DOCSIS
arch/mips/powertv/asic/Kconfig:9:config MIN_RUNTIME_DOCSIS
===== MIN_RUNTIME_PMEM
arch/mips/powertv/asic/Kconfig:16:config MIN_RUNTIME_PMEM
===== MIN_RUNTIME_TFTP
arch/mips/powertv/asic/Kconfig:23:config MIN_RUNTIME_TFTP
===== MIPS_BOARDS_GEN
arch/mips/Kconfig:206:	select MIPS_BOARDS_GEN
arch/mips/Kconfig:934:config MIPS_BOARDS_GEN
===== MIPS_DISABLE_OBSOLETE_IDE
arch/mips/Kconfig:848:config MIPS_DISABLE_OBSOLETE_IDE
arch/mips/alchemy/Kconfig:47:	select MIPS_DISABLE_OBSOLETE_IDE
arch/mips/alchemy/Kconfig:55:	select MIPS_DISABLE_OBSOLETE_IDE
arch/mips/alchemy/Kconfig:64:	select MIPS_DISABLE_OBSOLETE_IDE
arch/mips/alchemy/Kconfig:93:	select MIPS_DISABLE_OBSOLETE_IDE
arch/mips/alchemy/Kconfig:108:	select MIPS_DISABLE_OBSOLETE_IDE
===== MIPS_INSANE_LARGE
arch/mips/Kconfig:2008:config MIPS_INSANE_LARGE
===== MIPS_MT_DISABLED
arch/mips/Kconfig:1574:config MIPS_MT_DISABLED
===== MIPS_RM9122
arch/mips/Kconfig:943:config MIPS_RM9122
===== SIBYTE_BCM1120
arch/mips/sibyte/Kconfig:12:config SIBYTE_BCM1120
arch/mips/Kconfig:468:	select SIBYTE_BCM1120
arch/mips/Kconfig:479:	select SIBYTE_BCM1120
===== SIBYTE_BCM1125
arch/mips/sibyte/Kconfig:21:config SIBYTE_BCM1125
arch/mips/Kconfig:490:	select SIBYTE_BCM1125
===== SIBYTE_BCM1125H
arch/mips/sibyte/Kconfig:31:config SIBYTE_BCM1125H
arch/mips/Kconfig:502:	select SIBYTE_BCM1125H
===== SIBYTE_ENABLE_LDT_IF_PCI
arch/mips/sibyte/Kconfig:7:	select SIBYTE_ENABLE_LDT_IF_PCI
arch/mips/sibyte/Kconfig:38:	select SIBYTE_ENABLE_LDT_IF_PCI
arch/mips/sibyte/Kconfig:129:config SIBYTE_ENABLE_LDT_IF_PCI
===== SYS_SUPPORTS_HUGETLBFS
arch/mips/Kconfig:902:config SYS_SUPPORTS_HUGETLBFS
arch/sh/Kconfig:127:config SYS_SUPPORTS_HUGETLBFS
arch/sh/Kconfig:210:	select SYS_SUPPORTS_HUGETLBFS if MMU
arch/sh/Kconfig:225:	select SYS_SUPPORTS_HUGETLBFS if MMU
arch/powerpc/Kconfig:434:config SYS_SUPPORTS_HUGETLBFS
fs/Kconfig:139:		   SYS_SUPPORTS_HUGETLBFS || BROKEN

mn10300

===== MN10300_CACHE_WTHRU
arch/mn10300/Kconfig:147:config MN10300_CACHE_WTHRU
===== MN10300_TTYSM2_TIMER10
arch/mn10300/Kconfig:335:config MN10300_TTYSM2_TIMER10

powerpc

===== 405EP
arch/powerpc/boot/dcr.h:151:/* 405EP Clocking/Power Management/Chip Control regs */
arch/powerpc/boot/dts/hotfoot.dts:33:			model = "PowerPC,405EP";
arch/powerpc/platforms/40x/Kconfig:5:#	select 405EP
arch/powerpc/platforms/40x/Kconfig:7:#	  This option enables support for the IBM 405EP evaluation board.
arch/powerpc/platforms/40x/Kconfig:47:	select 405EP
arch/powerpc/platforms/40x/Kconfig:149:config 405EP
arch/powerpc/platforms/40x/Kconfig:195:# All 405-based cores up until the 405GPR and 405EP have this errata.
arch/powerpc/platforms/40x/Kconfig:199:# All 40x-based cores, up until the 405GPR and 405EP have this errata.
arch/powerpc/kernel/cputable.c:1354:	{	/* 405EP */
arch/powerpc/kernel/cputable.c:1357:		.cpu_name		= "405EP",
drivers/edac/ppc4xx_edac.c:88: *   - IBM SDRAM (405GP, 405CR and 405EP) "ibm,sdram-4xx"
drivers/net/ibm_newemac/mal.h:31: * We call MAL 1 the version in 405GP, 405GPR, 405EP, 440EP, 440GR and
===== 405EX
arch/powerpc/boot/dcr.h:156:/* 440GX/405EX Clock Control reg */
arch/powerpc/boot/dts/kilauea.dts:2: * Device Tree Source for AMCC Kilauea (405EX)
arch/powerpc/boot/dts/kilauea.dts:33:			model = "PowerPC,405EX";
arch/powerpc/boot/dts/makalu.dts:2: * Device Tree Source for AMCC Makalu (405EX)
arch/powerpc/boot/dts/makalu.dts:33:			model = "PowerPC,405EX";
arch/powerpc/platforms/40x/Kconfig:57:	select 405EX
arch/powerpc/platforms/40x/Kconfig:67:	select 405EX
arch/powerpc/platforms/40x/Kconfig:152:config 405EX
arch/powerpc/sysdev/ppc4xx_pci.h:247: * 405EX additional DCRs
arch/powerpc/kernel/cputable.c:1367:	{	/* 405EX */
arch/powerpc/kernel/cputable.c:1370:		.cpu_name		= "405EX",
drivers/edac/Kconfig:233:	  PowerPC 4xx embedded processors such as the 405EX[r],
drivers/edac/ppc4xx_edac.c:30: * 405EX[r], 440SP, 440SPe, 460EX, 460GT and 460SX.
drivers/edac/ppc4xx_edac.c:32: * As realized in the 405EX[r], this controller features:
drivers/edac/ppc4xx_edac.c:75: * realization in the 405EX[r] on the AMCC Kilauea and Haleakala
drivers/edac/ppc4xx_edac.c:830: * the 405EX[r] is 16-/32-bit and the others are 32-/64-bit with the
drivers/edac/ppc4xx_edac.c:1252:	 * the AMCC PPC 405EX[r]. Reject anything else.
drivers/edac/ppc4xx_edac.h:6: * the IBM DDR1/DDR2 ECC controller found in the 405EX[r], 440SP,
drivers/net/ibm_newemac/core.h:320: * The 405EX and 460EX contain the EMAC4SYNC core
===== 405EZ
arch/powerpc/boot/cuboot-acadia.c:115:	 * 405EZ.  We get to calculate it, yay!
arch/powerpc/boot/dts/acadia.dts:2: * Device Tree Source for AMCC Acadia (405EZ)
arch/powerpc/boot/dts/acadia.dts:32:			model = "PowerPC,405EZ";
arch/powerpc/boot/dts/acadia.dts:73:			/* 405EZ has only 3 interrupts to the UIC, as
arch/powerpc/platforms/40x/Kconfig:22:	select 405EZ
arch/powerpc/platforms/40x/Kconfig:24:	  This option enables support for the AMCC 405EZ Acadia evaluation board.
arch/powerpc/platforms/40x/Kconfig:157:config 405EZ
arch/powerpc/kernel/cputable.c:1394:		/* 405EZ */
arch/powerpc/kernel/cputable.c:1397:		.cpu_name		= "405EZ",
arch/powerpc/include/asm/dcr-regs.h:71:/* SDR for 405EZ */
drivers/net/ibm_newemac/mal.c:585:		printk(KERN_ERR "%s: Support for 405EZ not enabled!\n",
===== 405GP
arch/microblaze/kernel/head.S:18: *      PowerPC 403GCX/405GP modifications.
arch/microblaze/kernel/head.S:21: *      PowerPC 403GCX/405GP modifications.
arch/microblaze/kernel/hw_exception_handler.S:23: *		PowerPC 403GCX/405GP modifications.
arch/microblaze/kernel/hw_exception_handler.S:26: *	PowerPC 403GCX/405GP modifications.
arch/powerpc/boot/dcr.h:145:/* 405GP Clocking/Power Management/Chip Control regs */
arch/powerpc/boot/dts/walnut.dts:33:			model = "PowerPC,405GP";
arch/powerpc/boot/dts/ep405.dts:33:			model = "PowerPC,405GP";
arch/powerpc/platforms/40x/Kconfig:13:#	select 405GP
arch/powerpc/platforms/40x/Kconfig:30:	select 405GP
arch/powerpc/platforms/40x/Kconfig:102:	select 405GP
arch/powerpc/platforms/40x/Kconfig:143:config 405GP
arch/powerpc/kernel/head_fsl_booke.S:15: *	PowerPC 403GCX/405GP modifications.
arch/powerpc/kernel/head_fsl_booke.S:18: *	PowerPC 403GCX/405GP modifications.
arch/powerpc/kernel/traps.c:832:	 * but there seems to be a hardware bug on the 405GP (RevD)
arch/powerpc/kernel/cputable.c:1212:	{	/* 405GP */
arch/powerpc/kernel/cputable.c:1215:		.cpu_name		= "405GP",
arch/powerpc/kernel/head_44x.S:15: *      PowerPC 403GCX/405GP modifications.
arch/powerpc/kernel/head_44x.S:18: *      PowerPC 403GCX/405GP modifications.
arch/powerpc/kernel/head_40x.S:13: *      PowerPC 403GCX/405GP modifications.
arch/powerpc/kernel/head_40x.S:16: *      PowerPC 403GCX/405GP modifications.
arch/powerpc/kernel/head_40x.S:669:	/* 405GP errata 51 */
arch/powerpc/kernel/align.c:7: *   PowerPC 403GCX/405GP modifications.
arch/powerpc/include/asm/ppc_asm.h:356: * the 403GCX and 405GP tlbia IS defined and tlbie is not.
drivers/edac/ppc4xx_edac.c:88: *   - IBM SDRAM (405GP, 405CR and 405EP) "ibm,sdram-4xx"
drivers/net/ibm_newemac/mal.h:31: * We call MAL 1 the version in 405GP, 405GPR, 405EP, 440EP, 440GR and
===== 405GPR
arch/powerpc/platforms/40x/Kconfig:39:	select 405GPR
arch/powerpc/platforms/40x/Kconfig:94:#	select 405GPR
arch/powerpc/platforms/40x/Kconfig:163:config 405GPR
arch/powerpc/platforms/40x/Kconfig:195:# All 405-based cores up until the 405GPR and 405EP have this errata.
arch/powerpc/platforms/40x/Kconfig:199:# All 40x-based cores, up until the 405GPR and 405EP have this errata.
drivers/net/ibm_newemac/mal.h:31: * We call MAL 1 the version in 405GP, 405GPR, 405EP, 440EP, 440GR and
===== 440GP
arch/powerpc/boot/dcr.h:13:/* 440GP/440GX SDRAM controller DCRs */
arch/powerpc/boot/dcr.h:37:/* 440GP External Bus Controller (EBC) */
arch/powerpc/boot/dcr.h:74:/* 440GP Clock, PM, chip control */
arch/powerpc/boot/4xx.c:334:/* Calculate 440GP clocks */
arch/powerpc/boot/4xx.c:360:	/* FIXME: Check if this is for all 440GP, or just Ebony */
arch/powerpc/boot/4xx.c:362:		/* Rev. B 440GP, use external system clock */
arch/powerpc/boot/4xx.c:365:		/* Rev. C 440GP, errata force us to use internal clock */
arch/powerpc/boot/dts/ebony.dts:36:			model = "PowerPC,440GP";
arch/powerpc/platforms/44x/Kconfig:15:	select 440GP
arch/powerpc/platforms/44x/Kconfig:233:config 440GP
arch/powerpc/kernel/cputable.c:1512:	{	/* 440GP Rev. B */
arch/powerpc/kernel/cputable.c:1515:		.cpu_name		= "440GP Rev. B",
arch/powerpc/kernel/cputable.c:1524:	{	/* 440GP Rev. C */
arch/powerpc/kernel/cputable.c:1527:		.cpu_name		= "440GP Rev. C",
drivers/edac/ppc4xx_edac.c:89: *   - IBM DDR1 (440GP, 440GX, 440EP and 440GR) "ibm,sdram-4xx-ddr"
drivers/net/ibm_newemac/mal.h:34: * We call MAL 2 the version in 440GP, 440GX, 440SP, 440SPE and Axon
===== 440GRX
arch/powerpc/platforms/44x/Kconfig:66:	select 440GRX
arch/powerpc/platforms/44x/Kconfig:227:config 440GRX
arch/powerpc/kernel/cputable.c:1486:	{ /* 440GRX */
arch/powerpc/kernel/cputable.c:1489:		.cpu_name		= "440GRX",
drivers/edac/ppc4xx_edac.c:90: *   - Denali DDR1/DDR2 (440EPX and 440GRX) "denali,sdram-4xx-ddr2"
===== 440GX
arch/powerpc/boot/dcr.h:13:/* 440GP/440GX SDRAM controller DCRs */
arch/powerpc/boot/dcr.h:156:/* 440GX/405EX Clock Control reg */
arch/powerpc/boot/cuboot-katmai.c:37:	/* 440SP Clock logic is all but identical to 440GX
arch/powerpc/boot/dts/taishan.dts:35:			model = "PowerPC,440GX";
arch/powerpc/platforms/44x/Kconfig:44:	select 440GX
arch/powerpc/platforms/44x/Kconfig:166:#	select 440GX
arch/powerpc/platforms/44x/Kconfig:237:config 440GX
arch/powerpc/sysdev/ppc4xx_pci.c:541:	/* Check if it supports large PIMs (440GX) */
arch/powerpc/kernel/cputable.c:1536:	{ /* 440GX Rev. A */
arch/powerpc/kernel/cputable.c:1539:		.cpu_name		= "440GX Rev. A",
arch/powerpc/kernel/cputable.c:1549:	{ /* 440GX Rev. B */
arch/powerpc/kernel/cputable.c:1552:		.cpu_name		= "440GX Rev. B",
arch/powerpc/kernel/cputable.c:1562:	{ /* 440GX Rev. C */
arch/powerpc/kernel/cputable.c:1565:		.cpu_name		= "440GX Rev. C",
arch/powerpc/kernel/cputable.c:1575:	{ /* 440GX Rev. F */
arch/powerpc/kernel/cputable.c:1578:		.cpu_name		= "440GX Rev. F",
arch/powerpc/include/asm/dcr-regs.h:27:/* CPRs (440GX and 440SP/440SPe) */
arch/powerpc/include/asm/dcr-regs.h:31:/* SDRs (440GX and 440SP/440SPe) */
arch/powerpc/include/asm/dcr-regs.h:84: * for the SRAM0 controller (e.g. 0x20 on 440GX). The base address is
arch/powerpc/include/asm/dcr-regs.h:106: * for the SRAM0 controller (e.g. 0x30 on 440GX). The base address is
arch/x86/pci/irq.c:549:	/* 440GX has a proprietary PIRQ router -- don't use it */
drivers/char/agp/intel-agp.c:2289:	{ PCI_DEVICE_ID_INTEL_82443GX_0, 0, 0, "440GX", &intel_generic_driver, NULL },
drivers/edac/i82443bxgx_edac.c:12: * 440GX fix by Jason Uhlenkott <juhlenko@akamai.com>.
drivers/edac/i82443bxgx_edac.c:211:		/* 440GX goes to 2GB, represented with a DRB of 0. */
drivers/edac/ppc4xx_edac.c:89: *   - IBM DDR1 (440GP, 440GX, 440EP and 440GR) "ibm,sdram-4xx-ddr"
drivers/net/ibm_newemac/mal.h:34: * We call MAL 2 the version in 440GP, 440GX, 440SP, 440SPE and Axon
drivers/net/ibm_newemac/core.c:142: * 440EP/440GR has more sane SDR0_MFR register implementation than 440GX,
drivers/net/ibm_newemac/core.c:2425:	/* Enable internal clock source on 440GX*/
drivers/net/ibm_newemac/core.c:2431:	 * This is needed mostly for 440GX
drivers/mtd/maps/l440gx.c:2: * BIOS Flash chip on Intel 440GX board.
===== 460EX
arch/powerpc/boot/dts/canyonlands.dts:2: * Device Tree Source for AMCC Canyonlands (460EX)
arch/powerpc/boot/dts/canyonlands.dts:33:			model = "PowerPC,460EX";
arch/powerpc/platforms/44x/Kconfig:89:	select 460EX # Odd since it uses 460GT but the effects are the same
arch/powerpc/platforms/44x/Kconfig:100:	select 460EX
arch/powerpc/platforms/44x/Kconfig:113:	select 460EX # Odd since it uses 460GT but the effects are the same
arch/powerpc/platforms/44x/Kconfig:251:config 460EX
arch/powerpc/sysdev/ppc4xx_soc.c:176:	/* Check for 460EX/GT special handling */
arch/powerpc/sysdev/ppc4xx_pci.h:274: * 460EX additional DCRs
arch/powerpc/kernel/cputable.c:1639:	{ /* 460EX */
arch/powerpc/kernel/cputable.c:1642:		.cpu_name		= "460EX",
arch/powerpc/kernel/cputable.c:1652:	{ /* 460EX Rev B */
arch/powerpc/kernel/cputable.c:1655:		.cpu_name		= "460EX Rev. B",
arch/powerpc/include/asm/pte-44x.h:34: * Newer 440 cores (440x6 as used on AMCC 460EX/460GT) have additional
arch/powerpc/include/asm/dcr-regs.h:78:/* SDRs (460EX/460GT) */
arch/powerpc/include/asm/dcr-regs.h:133:#define  L2C_CFG_RDBW		0x00000008	/* only 460EX/GT */
drivers/edac/Kconfig:234:	  440SP, 440SPe, 460EX, 460GT and 460SX.
drivers/edac/ppc4xx_edac.c:30: * 405EX[r], 440SP, 440SPe, 460EX, 460GT and 460SX.
drivers/edac/ppc4xx_edac.c:60: * As realized in the 460EX and 460GT, this controller changes/adds:
drivers/edac/ppc4xx_edac.h:7: * 440SPe, 460EX, 460GT and 460SX.
drivers/net/ibm_newemac/core.h:320: * The 405EX and 460EX contain the EMAC4SYNC core
drivers/net/ibm_newemac/mal.c:141:	 * On some 4xx PPC's (e.g. 460EX/GT), the rx channel is a multiple
drivers/net/ibm_newemac/mal.c:161:	 * On some 4xx PPC's (e.g. 460EX/GT), the rx channel is a multiple
drivers/net/ibm_newemac/phy.c:381:	 * communicate with the 460EX/GT GPCS interface.
===== 460SX
arch/powerpc/boot/dts/redwood.dts:2: * Device Tree Source for AMCC Redwood(460SX)
arch/powerpc/boot/dts/redwood.dts:31:			model = "PowerPC,460SX";
arch/powerpc/boot/dts/eiger.dts:2: * Device Tree Source for AMCC (AppliedMicro) Eiger(460SX)
arch/powerpc/boot/dts/eiger.dts:35:			model = "PowerPC,460SX";
arch/powerpc/platforms/44x/Kconfig:126:	select 460SX
arch/powerpc/platforms/44x/Kconfig:137:	select 460SX
arch/powerpc/platforms/44x/Kconfig:257:config 460SX
arch/powerpc/kernel/cputable.c:1691:	{ /* 460SX */
arch/powerpc/kernel/cputable.c:1694:		.cpu_name		= "460SX",
drivers/edac/Kconfig:234:	  440SP, 440SPe, 460EX, 460GT and 460SX.
drivers/edac/ppc4xx_edac.c:30: * 405EX[r], 440SP, 440SPe, 460EX, 460GT and 460SX.
drivers/edac/ppc4xx_edac.h:7: * 440SPe, 460EX, 460GT and 460SX.
===== 8260_PCI9_IDMA1
arch/powerpc/Kconfig:746:config 8260_PCI9_IDMA1
===== 8260_PCI9_IDMA2
arch/powerpc/Kconfig:749:config 8260_PCI9_IDMA2
===== 8260_PCI9_IDMA3
arch/powerpc/Kconfig:752:config 8260_PCI9_IDMA3
===== 8260_PCI9_IDMA4
arch/powerpc/Kconfig:755:config 8260_PCI9_IDMA4
===== ARCHES
arch/powerpc/platforms/44x/Kconfig:84:config ARCHES
===== ARCH_PHYS_ADDR_T_64BIT
arch/powerpc/Kconfig:22:config ARCH_PHYS_ADDR_T_64BIT
arch/x86/Kconfig:1114:config ARCH_PHYS_ADDR_T_64BIT
mm/Kconfig:184:	def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT
===== CANYONLANDS
arch/powerpc/platforms/44x/Kconfig:95:config CANYONLANDS
===== GLACIER
arch/arm/tools/mach-types:2577:glacier			MACH_GLACIER		GLACIER			2592
arch/powerpc/platforms/44x/Kconfig:108:config GLACIER
===== KILAUEA
arch/powerpc/platforms/40x/Kconfig:53:config KILAUEA
===== MAKALU
arch/powerpc/platforms/40x/Kconfig:63:config MAKALU
===== MPC10X_OPENPIC
arch/powerpc/platforms/embedded6xx/Kconfig:12:	select MPC10X_OPENPIC
arch/powerpc/platforms/embedded6xx/Kconfig:27:	select MPC10X_OPENPIC
arch/powerpc/platforms/embedded6xx/Kconfig:87:config MPC10X_OPENPIC
===== MPC10X_STORE_GATHERING
arch/powerpc/platforms/embedded6xx/Kconfig:90:config MPC10X_STORE_GATHERING
===== MPC8XXFADS
arch/powerpc/platforms/8xx/Kconfig:14:config MPC8XXFADS
===== NP405H
arch/powerpc/platforms/40x/Kconfig:133:config NP405H
arch/powerpc/kernel/cputable.c:1277:	{   /* NP405H */
arch/powerpc/kernel/cputable.c:1280:		.cpu_name		= "NP405H",
drivers/net/ibm_newemac/mal.h:32: * NP405H.
===== PPCBUG_NVRAM
arch/powerpc/Kconfig:372:config PPCBUG_NVRAM
===== PPC_MMU_NOHASH_32
arch/powerpc/platforms/Kconfig.cputype:245:config PPC_MMU_NOHASH_32
===== PPC_MMU_NOHASH_64
arch/powerpc/platforms/Kconfig.cputype:249:config PPC_MMU_NOHASH_64
===== PPC_MPC5121
arch/powerpc/platforms/512x/Kconfig:9:config PPC_MPC5121
arch/powerpc/platforms/512x/Kconfig:17:	select PPC_MPC5121
arch/powerpc/platforms/512x/Kconfig:26:	select PPC_MPC5121
===== PROC_PREPRESIDUAL
arch/powerpc/platforms/prep/Kconfig:24:config PROC_PREPRESIDUAL
===== SYS_SUPPORTS_HUGETLBFS
arch/mips/Kconfig:902:config SYS_SUPPORTS_HUGETLBFS
arch/sh/Kconfig:127:config SYS_SUPPORTS_HUGETLBFS
arch/sh/Kconfig:210:	select SYS_SUPPORTS_HUGETLBFS if MMU
arch/sh/Kconfig:225:	select SYS_SUPPORTS_HUGETLBFS if MMU
arch/powerpc/Kconfig:434:config SYS_SUPPORTS_HUGETLBFS
fs/Kconfig:139:		   SYS_SUPPORTS_HUGETLBFS || BROKEN
===== XILINX_VIRTEX_4_FX
arch/powerpc/platforms/40x/Kconfig:113:	select XILINX_VIRTEX_4_FX
arch/powerpc/platforms/40x/Kconfig:176:config XILINX_VIRTEX_4_FX
===== XILINX_VIRTEX_II_PRO
arch/powerpc/platforms/40x/Kconfig:112:	select XILINX_VIRTEX_II_PRO
arch/powerpc/platforms/40x/Kconfig:170:config XILINX_VIRTEX_II_PRO

score

===== ARCH_SCORE7
arch/score/Kconfig:12:config ARCH_SCORE7
===== CPU_SCORE7
arch/score/Kconfig:15:	select CPU_SCORE7
arch/score/Kconfig:21:	select CPU_SCORE7
arch/score/Kconfig:27:	select CPU_SCORE7
arch/score/Kconfig:33:config CPU_SCORE7
===== GENERIC_SYSCALL_TABLE
arch/score/Kconfig:67:config GENERIC_SYSCALL_TABLE
===== PROBE_INITRD_HEADER
arch/score/Kconfig:111:config PROBE_INITRD_HEADER
===== SCHED_NO_NO_OMIT_FRAME_POINTER
arch/score/Kconfig:61:config SCHED_NO_NO_OMIT_FRAME_POINTER
===== SCORE_L1_CACHE_SHIFT
arch/score/Kconfig:70:config SCORE_L1_CACHE_SHIFT
===== SCORE_SIM
arch/score/Kconfig:24:config SCORE_SIM

sh

===== SH_RSK7201
arch/sh/boards/mach-rsk/Kconfig:7:config SH_RSK7201
arch/sh/tools/mach-types:51:RSK7201			SH_RSK7201
===== SH_SH7785LCR_PT
arch/sh/boards/Kconfig:173:config SH_SH7785LCR_PT
arch/sh/tools/mach-types:56:SH7785LCR_PT		SH_SH7785LCR_PT
===== SYS_SUPPORTS_HUGETLBFS
arch/mips/Kconfig:902:config SYS_SUPPORTS_HUGETLBFS
arch/sh/Kconfig:127:config SYS_SUPPORTS_HUGETLBFS
arch/sh/Kconfig:210:	select SYS_SUPPORTS_HUGETLBFS if MMU
arch/sh/Kconfig:225:	select SYS_SUPPORTS_HUGETLBFS if MMU
arch/powerpc/Kconfig:434:config SYS_SUPPORTS_HUGETLBFS
fs/Kconfig:139:		   SYS_SUPPORTS_HUGETLBFS || BROKEN
===== SYS_SUPPORTS_PM
arch/sh/Kconfig:113:config SYS_SUPPORTS_PM

um

===== DEFCONFIG_LIST
arch/um/Kconfig.common:1:config DEFCONFIG_LIST
init/Kconfig:9:config DEFCONFIG_LIST
===== SMP_BROKEN
arch/um/Kconfig.x86:46:config SMP_BROKEN
===== STDIO_CONSOLE
arch/um/Kconfig.char:10:config STDIO_CONSOLE

x86

===== ARCH_PHYS_ADDR_T_64BIT
arch/powerpc/Kconfig:22:config ARCH_PHYS_ADDR_T_64BIT
arch/x86/Kconfig:1114:config ARCH_PHYS_ADDR_T_64BIT
mm/Kconfig:184:	def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT
===== HAVE_CPUMASK_OF_CPU_MAP
arch/x86/Kconfig:159:config HAVE_CPUMASK_OF_CPU_MAP
===== NOHIGHMEM
arch/x86/Kconfig:1003:config NOHIGHMEM
===== X86_CPU
arch/x86/Kconfig.cpu:297:config X86_CPU
===== X86_SUPPORTS_MEMORY_FAILURE
arch/x86/Kconfig:435:config X86_SUPPORTS_MEMORY_FAILURE

xtensa

===== KCORE_ELF
arch/xtensa/Kconfig:223:config KCORE_ELF
===== XTENSA_ISS_NETWORK
arch/xtensa/Kconfig:125:config XTENSA_ISS_NETWORK
arch/xtensa/Kconfig:153:	select XTENSA_ISS_NETWORK
===== XTENSA_UNALIGNED_USER
arch/xtensa/Kconfig:86:config XTENSA_UNALIGNED_USER

drivers/

input

===== QT2160
drivers/input/keyboard/Kconfig:127:config QT2160

isdn

===== DE_AOC
drivers/isdn/hisax/Kconfig:32:config DE_AOC

media

===== RADIO_TEA5764_XTAL
drivers/media/radio/radio-tea5764.c:132:#ifndef RADIO_TEA5764_XTAL
drivers/media/radio/radio-tea5764.c:133:#define RADIO_TEA5764_XTAL 1
drivers/media/radio/radio-tea5764.c:137:static int use_xtal = RADIO_TEA5764_XTAL;
drivers/media/radio/Kconfig:412:config RADIO_TEA5764_XTAL
===== VIDEO_BT848_DVB
drivers/media/video/bt8xx/Kconfig:22:config VIDEO_BT848_DVB
===== VIDEO_ZORAN_AVS6EYES
drivers/media/video/zoran/Kconfig:67:config VIDEO_ZORAN_AVS6EYES
===== VIDEO_ZORAN_BUZ
drivers/media/video/zoran/Kconfig:32:config VIDEO_ZORAN_BUZ
===== VIDEO_ZORAN_DC10
drivers/media/video/zoran/Kconfig:40:config VIDEO_ZORAN_DC10
===== VIDEO_ZORAN_LML33
drivers/media/video/zoran/Kconfig:49:config VIDEO_ZORAN_LML33
===== VIDEO_ZORAN_LML33R10
drivers/media/video/zoran/Kconfig:58:config VIDEO_ZORAN_LML33R10

mtd

===== MTD_NAND_ATMEL_ECC_SOFT
drivers/mtd/nand/Kconfig:342:config MTD_NAND_ATMEL_ECC_SOFT

net

===== B43LEGACY_DMA_MODE
drivers/net/wireless/b43legacy/Kconfig:85:config B43LEGACY_DMA_MODE
===== B43LEGACY_PCICORE_AUTOSELECT
drivers/net/wireless/b43legacy/Kconfig:31:config B43LEGACY_PCICORE_AUTOSELECT
===== B43LEGACY_PIO_MODE
drivers/net/wireless/b43legacy/Kconfig:92:config B43LEGACY_PIO_MODE
===== B43_PCICORE_AUTOSELECT
drivers/net/wireless/b43/Kconfig:38:config B43_PCICORE_AUTOSELECT
===== IPDDP_DECAP
drivers/net/appletalk/ipddp.c:47:static int ipddp_mode = IPDDP_DECAP;
drivers/net/appletalk/ipddp.c:106:	if(ipddp_mode == IPDDP_DECAP)
drivers/net/appletalk/ipddp.c:141:	if(ipddp_mode == IPDDP_DECAP)
drivers/net/appletalk/ipddp.h:24:#define IPDDP_DECAP	2
drivers/net/appletalk/Kconfig:114:config IPDDP_DECAP
===== STMMAC_DUAL_MAC
drivers/net/stmmac/Kconfig:21:config STMMAC_DUAL_MAC
===== WIMAX_IWMC3200_SDIO
drivers/net/wimax/i2400m/Kconfig:34:config WIMAX_IWMC3200_SDIO

serial

===== UART3_CTS_PIN
drivers/serial/Kconfig:825:config UART3_CTS_PIN
===== UART3_RTS_PIN
drivers/serial/Kconfig:832:config UART3_RTS_PIN

staging

===== BATMAN_DEBUG
drivers/staging/batman-adv/Kconfig:17:config BATMAN_DEBUG
===== ET131X_DEBUG
drivers/staging/et131x/Kconfig:11:config ET131X_DEBUG
===== MSM_CAMERA_DEBUG
drivers/staging/dream/camera/Kconfig:10:config MSM_CAMERA_DEBUG
===== MSM_CAMERA_FLASH
drivers/staging/dream/camera/Kconfig:16:config MSM_CAMERA_FLASH
===== POHMELFS_CRYPTO
drivers/staging/pohmelfs/Kconfig:22:config POHMELFS_CRYPTO

usb

===== USB_ETH_EEM
drivers/usb/gadget/Kconfig:681:config USB_ETH_EEM
drivers/usb/gadget/ether.c:262:#ifdef USB_ETH_EEM
===== USB_G_MULTI_RNDIS
drivers/usb/gadget/Kconfig:833:config USB_G_MULTI_RNDIS
===== USB_OHCI_HCD_PCI
drivers/usb/host/Kconfig:242:config USB_OHCI_HCD_PCI

init/

===== DEBUG_PERF_USE_VMALLOC
init/Kconfig:994:config DEBUG_PERF_USE_VMALLOC
===== SYSFS_DEPRECATED_V2
init/Kconfig:617:config SYSFS_DEPRECATED_V2

kernel/

===== ENABLE_DEFAULT_TRACERS
kernel/trace/Kconfig:220:config ENABLE_DEFAULT_TRACERS
===== POWER_TRACER
kernel/trace/Kconfig:333:config POWER_TRACER
===== PROFILE_ANNOTATED_BRANCHES
kernel/trace/Kconfig:282:config PROFILE_ANNOTATED_BRANCHES

net/

ipv4

===== IP_NF_MATCH_TTL
net/ipv4/netfilter/Kconfig:95:config IP_NF_MATCH_TTL
===== IP_NF_TARGET_TTL
net/ipv4/netfilter/Kconfig:325:config IP_NF_TARGET_TTL

ipv6

===== IP6_NF_MATCH_HL
net/ipv6/netfilter/Kconfig:97:config IP6_NF_MATCH_HL
===== IP6_NF_TARGET_HL
net/ipv6/netfilter/Kconfig:133:config IP6_NF_TARGET_HL

sctp

===== SCTP_HMAC_NONE
net/sctp/Kconfig:68:config SCTP_HMAC_NONE

Return to Kernel_cleanup page.

Personal tools