Badref CONFIG variables

From Crashcourse Wiki

Jump to: navigation, search

Contents

Overview

(Last updated: Jul 23, 2010.)

This page documents what appear to be dead CONFIG_ variables in the kernel source tree; that is, "CONFIG_"-prefixed variables that are being accessed or tested somewhere in the code but aren't defined in any Kconfig file anywhere (hence my calling them "bad references"). Note that there will almost certainly be a few false positives in what follows, given that some coders insist on hard-coding such macro names in their code (gack! barf!). In other cases, it might just be a typo.

For maximum information, each alleged bad reference is followed by a recursive search throughout the entire tree, locating every occurrence of that string anywhere. Enjoy.

arch/

arm

>>>>> ARCH_DAVINCI_TNETV107X
arch/arm/mach-davinci/include/mach/cputype.h:88:#ifdef CONFIG_ARCH_DAVINCI_TNETV107X
>>>>> ARCH_GUMSTIX_ORIG
arch/arm/mach-pxa/include/mach/gumstix.h:24:#ifdef CONFIG_ARCH_GUMSTIX_ORIG
>>>>> ARCH_MSM7X25
arch/arm/mach-msm/io.c:39:	|| defined(CONFIG_ARCH_MSM7X25)
>>>>> ARCH_MSM7X27
arch/arm/mach-msm/io.c:38:#if defined(CONFIG_ARCH_MSM7X00A) || defined(CONFIG_ARCH_MSM7X27) \
>>>>> BACKLIGHT_CORGI
arch/arm/mach-pxa/corgi_pm.c:168:#elif defined(CONFIG_BACKLIGHT_CORGI)
arch/arm/mach-pxa/spitz_pm.c:215:#elif defined(CONFIG_BACKLIGHT_CORGI)
arch/arm/mach-pxa/sharpsl_pm.c:280:#ifdef CONFIG_BACKLIGHT_CORGI
>>>>> CBUS_TAHVO_USB
arch/arm/mach-omap1/pm.c:126:#ifdef CONFIG_CBUS_TAHVO_USB
>>>>> CORGI_SSP_DEPRECATED
arch/arm/mach-pxa/sharpsl_pm.c:183:#ifdef CONFIG_CORGI_SSP_DEPRECATED
arch/arm/mach-pxa/Kconfig:457:	depends on !CORGI_SSP_DEPRECATED
>>>>> CPU_S3C2400
arch/arm/mach-s3c2410/include/mach/regs-gpio.h:19:#ifdef CONFIG_CPU_S3C2400
arch/arm/mach-s3c2410/include/mach/regs-gpio.h:23:#endif /* CONFIG_CPU_S3C2400 */
arch/arm/mach-s3c2410/include/mach/gpio-fns.h:55:#ifdef CONFIG_CPU_S3C2400
arch/arm/mach-s3c2410/include/mach/gpio-fns.h:59:#endif /* CONFIG_CPU_S3C2400 */
arch/arm/mach-s3c2400/Makefile:12:obj-$(CONFIG_CPU_S3C2400)	+= gpio.o
arch/arm/plat-s3c24xx/include/plat/s3c2400.h:16:#ifdef CONFIG_CPU_S3C2400
arch/arm/plat-s3c24xx/cpu.c:203:#ifndef CONFIG_CPU_S3C2400
arch/arm/mach-s3c2412/Kconfig:18:	depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
drivers/serial/Kconfig:501:	depends on ARM && SERIAL_SAMSUNG && CPU_S3C2400
drivers/serial/Kconfig:502:	default y if CPU_S3C2400
>>>>> CPU_S3C2413
arch/arm/mach-s3c2410/include/mach/regs-clock.h:98:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
arch/arm/mach-s3c2410/include/mach/regs-clock.h:162:#endif /* CONFIG_CPU_S3C2412 | CONFIG_CPU_S3C2413 */
arch/arm/plat-s3c24xx/include/plat/map.h:86:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
arch/arm/plat-s3c24xx/cpu.c:194:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
sound/soc/s3c24xx/s3c-i2s-v2.c:35:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
>>>>> CPU_S3C24XX
arch/arm/mach-s3c2410/include/mach/gpio.h:33:#ifdef CONFIG_CPU_S3C24XX
>>>>> FB_S1D135XX
arch/arm/mach-at91/board-yl-9200.c:390:#if defined(CONFIG_FB_S1D135XX) || defined(CONFIG_FB_S1D13XXX_MODULE)
>>>>> IDE_PXA_CF
arch/arm/mach-pxa/trizeps4.c:533:#ifdef CONFIG_IDE_PXA_CF
>>>>> LEDS_OMAP_DEBUG
arch/arm/plat-omap/debug-leds.c:42:#ifdef	CONFIG_LEDS_OMAP_DEBUG
arch/arm/plat-omap/Kconfig:54:	default y if LEDS || LEDS_OMAP_DEBUG
>>>>> MACH_OMAP2_H4_USB1
arch/arm/mach-omap2/board-h4.c:275:#ifdef	CONFIG_MACH_OMAP2_H4_USB1
>>>>> MACH_OMAP_H4_OTG
arch/arm/mach-omap2/board-h4.c:280:#ifdef	CONFIG_MACH_OMAP_H4_OTG
drivers/usb/gadget/omap_udc.c:2097:#ifndef CONFIG_MACH_OMAP_H4_OTG
drivers/usb/gadget/Kconfig:193:	select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG
>>>>> MACH_U300_BS26
arch/arm/mach-u300/core.c:1564:#ifdef CONFIG_MACH_U300_BS26
>>>>> MACH_U300_USE_I2S_AS_MASTER
arch/arm/mach-u300/clock.c:219:#ifdef CONFIG_MACH_U300_USE_I2S_AS_MASTER
arch/arm/mach-u300/clock.c:295:#endif /* CONFIG_MACH_U300_USE_I2S_AS_MASTER */
arch/arm/mach-u300/clock.c:386:#ifdef CONFIG_MACH_U300_USE_I2S_AS_MASTER
arch/arm/mach-u300/clock.c:414:#ifdef CONFIG_MACH_U300_USE_I2S_AS_MASTER
>>>>> MAGICV
arch/arm/mach-at91/at572d940hf_devices.c:886:#ifdef CONFIG_MAGICV
>>>>> MPU_BRIDGE_IOMMU
arch/arm/mach-omap2/omap-iommu.c:38:#if defined(CONFIG_MPU_BRIDGE_IOMMU)
>>>>> MPU_TESLA_IOMMU
arch/arm/mach-omap2/omap-iommu.c:69:#if defined(CONFIG_MPU_TESLA_IOMMU)
>>>>> MSM_SERIAL_DEBUGGER
arch/arm/mach-msm/board-msm7x30.c:59:#if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER)
arch/arm/mach-msm/board-mahimahi.c:44:#if !defined(CONFIG_MSM_SERIAL_DEBUGGER)
>>>>> MTD_NAND_AT91_BUSWIDTH_16
arch/arm/mach-at91/board-sam9m10g45ek.c:138:#if defined(CONFIG_MTD_NAND_AT91_BUSWIDTH_16)
arch/arm/mach-at91/board-at572d940hf_ek.c:219:#if defined(CONFIG_MTD_NAND_AT91_BUSWIDTH_16)
>>>>> OMAP2_VENC_OUT_TYPE_COMPOSITE
arch/arm/mach-omap2/board-omap3stalker.c:186:#elif defined(CONFIG_OMAP2_VENC_OUT_TYPE_COMPOSITE)
>>>>> OMAP2_VENC_OUT_TYPE_SVIDEO
arch/arm/mach-omap2/board-omap3stalker.c:184:#if defined(CONFIG_OMAP2_VENC_OUT_TYPE_SVIDEO)
>>>>> OMAP_ARM_96MHZ
arch/arm/mach-omap1/opp_data.c:48:#if defined(CONFIG_OMAP_ARM_96MHZ)
>>>>> OMAP_DSP
arch/arm/mach-omap1/board-nokia770.c:245:#if	defined(CONFIG_OMAP_DSP)
arch/arm/mach-omap1/board-nokia770.c:375:#endif	/* CONFIG_OMAP_DSP */
arch/arm/mach-omap1/devices.c:66:#if defined(CONFIG_OMAP_DSP) || defined(CONFIG_OMAP_DSP_MODULE)
arch/arm/plat-omap/devices.c:34:#if	defined(CONFIG_OMAP_DSP) || defined(CONFIG_OMAP_DSP_MODULE)
arch/arm/plat-omap/devices.c:93:#endif	/* CONFIG_OMAP_DSP */
>>>>> OMAP_IR
arch/arm/mach-omap1/board-h2.c:295:#if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE)
arch/arm/mach-omap1/board-h2.c:441:#if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE)
arch/arm/mach-omap2/board-h4.c:348:#if defined(CONFIG_OMAP_IR) || defined(CONFIG_OMAP_IR_MODULE)
>>>>> OMAP_MMU_FWK
arch/arm/plat-omap/include/plat/dsp_common.h:27:#if defined(CONFIG_ARCH_OMAP1) && defined(CONFIG_OMAP_MMU_FWK)
>>>>> OMAP_MUX_ERRORS
arch/arm/mach-omap1/mux.c:443:#ifdef CONFIG_OMAP_MUX_ERRORS
>>>>> OMAP_STI
arch/arm/mach-omap1/devices.c:233:#if defined(CONFIG_OMAP_STI)
arch/arm/mach-omap2/devices.c:233:#if defined(CONFIG_OMAP_STI)
>>>>> PROCESSOR_NS9750
arch/arm/mach-ns9xxx/gpio.c:28:#elif defined(CONFIG_PROCESSOR_NS9750)
arch/arm/mach-ns9xxx/gpio.c:45:#if defined(CONFIG_PROCESSOR_NS9750)
>>>>> RUNTIME_PHYS_OFFSET
arch/arm/plat-mxc/include/mach/memory.h:22:#if !defined(CONFIG_RUNTIME_PHYS_OFFSET)
>>>>> S3C_DEV_ADC
arch/arm/mach-s5pv210/cpu.c:79:#ifdef CONFIG_S3C_DEV_ADC
>>>>> SA1101
arch/arm/mach-sa1100/include/mach/hardware.h:75:#ifdef CONFIG_SA1101
>>>>> SDMA_IRAM
arch/arm/plat-mxc/include/mach/mx51.h:152:#ifdef CONFIG_SDMA_IRAM
arch/arm/plat-mxc/include/mach/mx51.h:154:#else				/*CONFIG_SDMA_IRAM */
arch/arm/plat-mxc/include/mach/mx51.h:156:#endif				/*CONFIG_SDMA_IRAM */
>>>>> SHARPSL_LOCOMO
arch/arm/mach-sa1100/include/mach/irqs.h:80:#elif defined(CONFIG_SHARPSL_LOCOMO)
>>>>> SMALL_TASKS
arch/arm/include/asm/page-nommu.h:14:#if !defined(CONFIG_SMALL_TASKS) && PAGE_SHIFT < 13
>>>>> SMC91x
MAINTAINERS:5222:SMC91x ETHERNET DRIVER
arch/arm/mach-lh7a40x/arch-lpd7a40x.c:46:#define CPLD_CONTROL_WRLAN_NENABLE	(1<<0) /* SMC91x power disable */
arch/arm/mach-lh7a40x/arch-lpd7a40x.c:146:			  | CPLD_CONTROL_WRLAN_NENABLE	/* Enable SMC91x */
arch/arm/mach-lh7a40x/arch-lpd7a40x.c:152:			  | CPLD_CONTROL_WRLAN_NENABLE	/* Enable SMC91x */
arch/arm/mach-omap1/board-innovator.c:282:		if (gpio_request(0, "SMC91x irq") < 0) {
arch/arm/mach-omap1/board-h3.c:415:	if (gpio_request(40, "SMC91x irq") < 0) {
arch/arm/mach-omap1/board-h2.c:351:	if (gpio_request(0, "SMC91x irq") < 0) {
arch/arm/mach-omap1/board-voiceblue.c:177:	gpio_request(7, "SMC91x reset");
arch/arm/mach-omap1/board-voiceblue.c:183:	gpio_request(8, "SMC91x irq");
arch/arm/plat-omap/debug-devices.c:85:	status = gpio_request(gpio, "SMC91x irq");
arch/arm/mach-omap2/board-apollon.c:248:	if (gpio_request(APOLLON_ETHR_GPIO_IRQ, "SMC91x irq") < 0) {
arch/arm/mach-pxa/zylonite.c:398:	 * the correct value to MSC register for SMC91x.
arch/arm/mach-pxa/pcm027.c:109: * SMC91x network controller specific stuff
arch/arm/mach-pxa/stargate2.c:68:	/* SMC91x */
arch/arm/mach-pxa/littleton.c:427:	 * value to MSC register for SMC91x.
arch/sh/boards/mach-sdk7780/setup.c:37:/* SMC91x */
arch/sh/boards/mach-se/7780/setup.c:33:/* SMC91x */
arch/sh/boards/mach-se/7722/setup.c:41:/* SMC91x */
drivers/net/smc911x.c:6: *	   Derived from the unified SMC91x driver by Nicolas Pitre
drivers/net/smc91x.c:9: *	Unified SMC91x driver by Nicolas Pitre
drivers/net/smc91x.c:48: *   04/07/03  Nicolas Pitre      unified SMC91x driver, killed irq races,
drivers/net/smc91x.c:135: * This selects whether TX packets are sent one by one to the SMC91x internal
drivers/net/smc91x.c:1849: *	Tests to see if a given ioaddr points to an SMC91x chip.
drivers/net/smc91x.c:1937:	/* At this point I'll assume that the chip is an SMC91x. */
drivers/net/smc91x.h:8: .	Unified SMC91x driver by Nicolas Pitre
drivers/net/smc91x.h:415:	/* version/revision of the SMC91x chip */
drivers/net/smc911x.h:5: . Derived from the unified SMC91x driver by Nicolas Pitre
>>>>> SND_SOC_SMDK2443_WM9710
arch/arm/mach-s3c2443/mach-smdk2443.c:109:#ifdef CONFIG_SND_SOC_SMDK2443_WM9710
arch/arm/mach-s3c2443/mach-smdk2443.c:125:#ifdef CONFIG_SND_SOC_SMDK2443_WM9710
>>>>> SPI_PXA2XX_MASTER
arch/arm/mach-pxa/corgi.c:473:#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MASTER)
>>>>> SX1_OLD_FLASH
arch/arm/mach-omap1/board-sx1.c:298:#ifdef CONFIG_SX1_OLD_FLASH
>>>>> VIDEO_AT91_ISI
arch/arm/mach-at91/at91sam9263_devices.c:870:#if defined(CONFIG_VIDEO_AT91_ISI) || defined(CONFIG_VIDEO_AT91_ISI_MODULE)
>>>>> VIDEO_OMAP3
arch/arm/mach-omap2/devices.c:61:#elif defined(CONFIG_VIDEO_OMAP3) || defined(CONFIG_VIDEO_OMAP3_MODULE)

blackfin

>>>>> AD2S120X
arch/blackfin/mach-bf537/boards/stamp.c:666:#if defined(CONFIG_AD2S120X) || defined(CONFIG_AD2S120X_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1025:#if defined(CONFIG_AD2S120X) || defined(CONFIG_AD2S120X_MODULE)
>>>>> AD2S1210
arch/blackfin/mach-bf537/boards/stamp.c:678:#if defined(CONFIG_AD2S1210) || defined(CONFIG_AD2S1210_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1035:#if defined(CONFIG_AD2S1210) || defined(CONFIG_AD2S1210_MODULE)
>>>>> AD2S1210_GPIO_INPUT
arch/blackfin/mach-bf537/boards/stamp.c:682:# if defined(CONFIG_AD2S1210_GPIO_INPUT) || defined(CONFIG_AD2S1210_GPIO_OUTPUT)
>>>>> AD2S1210_GPIO_OUTPUT
arch/blackfin/mach-bf537/boards/stamp.c:682:# if defined(CONFIG_AD2S1210_GPIO_INPUT) || defined(CONFIG_AD2S1210_GPIO_OUTPUT)
>>>>> AD2S90
arch/blackfin/mach-bf537/boards/stamp.c:659:#if defined(CONFIG_AD2S90) || defined(CONFIG_AD2S90_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1015:#if defined(CONFIG_AD2S90) || defined(CONFIG_AD2S90_MODULE)
>>>>> AD7150
arch/blackfin/mach-bf537/boards/stamp.c:1822:#if defined(CONFIG_AD7150) || defined(CONFIG_AD7150_MODULE)
>>>>> AD7152
arch/blackfin/mach-bf537/boards/stamp.c:1829:#if defined(CONFIG_AD7152) || defined(CONFIG_AD7152_MODULE)
>>>>> AD7414
arch/blackfin/mach-bf537/boards/stamp.c:1841:#if defined(CONFIG_AD7414) || defined(CONFIG_AD7414_MODULE)
drivers/hwmon/Kconfig:72:	tristate "Analog Devices AD7414"
drivers/hwmon/Kconfig:76:	  AD7414 temperature monitoring chip.
drivers/hwmon/ad7414.c:2: * An hwmon driver for the Analog Devices AD7414
drivers/hwmon/ad7414.c:33:/* AD7414 registers */
drivers/hwmon/ad7414.c:95:				dev_dbg(&client->dev, "AD7414 reg %d err %d\n",
drivers/hwmon/ad7414.c:268:MODULE_DESCRIPTION("AD7414 driver");
>>>>> AD7416
arch/blackfin/mach-bf537/boards/stamp.c:1854:#if defined(CONFIG_AD7416) || defined(CONFIG_AD7416_MODULE)
drivers/hwmon/ad7418.c:2: * An hwmon driver for the Analog Devices AD7416/17/18
drivers/hwmon/ad7418.c:312:MODULE_DESCRIPTION("AD7416/17/18 driver");
drivers/hwmon/Kconfig:82:	tristate "Analog Devices AD7416, AD7417 and AD7418"
drivers/hwmon/Kconfig:86:	  AD7416, AD7417 and AD7418 temperature monitoring chips.
>>>>> AD774X
arch/blackfin/mach-bf537/boards/stamp.c:1835:#if defined(CONFIG_AD774X) || defined(CONFIG_AD774X_MODULE)
>>>>> ADF702X
arch/blackfin/mach-bf537/boards/stamp.c:830:#if defined(CONFIG_ADF702X) || defined(CONFIG_ADF702X_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1122:#if defined(CONFIG_ADF702X) || defined(CONFIG_ADF702X_MODULE)
>>>>> BACKLIGHT_ADP8870
arch/blackfin/mach-bf537/boards/stamp.c:1666:#if defined(CONFIG_BACKLIGHT_ADP8870) || defined(CONFIG_BACKLIGHT_ADP8870_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1922:#if defined(CONFIG_BACKLIGHT_ADP8870) || defined(CONFIG_BACKLIGHT_ADP8870_MODULE)
>>>>> BF535
arch/blackfin/kernel/traps.c:283:#ifdef CONFIG_BF535
arch/blackfin/kernel/traps.c:285:	case VEC_ISTRU_VL:      /* ADSP-BF535 only (MH) */
arch/blackfin/kernel/traps.c:288:		strerror = KERN_NOTICE "BF535: VEC_ISTRU_VL\n";
arch/blackfin/include/asm/traps.h:39:#define VEC_ISTRU_VL	(41)	/*ADSP-BF535 only (MH) */
>>>>> BFIN_CACHE_COHERENT
arch/blackfin/include/asm/cache.h:42:    !defined(CONFIG_BFIN_CACHE_COHERENT)
>>>>> BFIN_SPI_ADC
arch/blackfin/mach-bf533/boards/ezkit.c:217:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/ezkit.c:253:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/stamp.c:179:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/stamp.c:243:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/H8606.c:166:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/H8606.c:198:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/cm_bf533.c:67:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf533/boards/cm_bf533.c:102:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf527/boards/ezbrd.c:232:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf527/boards/ezbrd.c:330:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf527/boards/ezkit.c:426:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf527/boards/ezkit.c:539:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf527/boards/cm_bf527.c:337:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf527/boards/cm_bf527.c:412:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf561/boards/cm_bf561.c:67:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf561/boards/cm_bf561.c:103:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:69:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:105:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:68:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:104:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:69:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:105:#if defined(CONFIG_BFIN_SPI_ADC) || defined(CONFIG_BFIN_SPI_ADC_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:522:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf537/boards/stamp.c:966:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf537/boards/pnav10.c:169:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf537/boards/pnav10.c:229:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf518/boards/ezbrd.c:153:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf518/boards/ezbrd.c:231:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf518/boards/tcm-bf518.c:123:#if defined(CONFIG_BFIN_SPI_ADC) \
arch/blackfin/mach-bf518/boards/tcm-bf518.c:190:#if defined(CONFIG_BFIN_SPI_ADC) \
>>>>> BFIN_TWI_LCD
arch/blackfin/mach-bf533/boards/stamp.c:520:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf527/boards/ezbrd.c:624:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf527/boards/ezkit.c:898:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf527/boards/cm_bf527.c:743:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf548/boards/ezkit.c:1192:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1867:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf518/boards/ezbrd.c:551:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
arch/blackfin/mach-bf518/boards/tcm-bf518.c:495:#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
>>>>> FB_BF537_LQ035
arch/blackfin/mach-bf537/boards/stamp.c:1250:#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1917:#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:2294:#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
arch/blackfin/mach-bf537/boards/pnav10.c:312:#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
arch/blackfin/mach-bf537/boards/pnav10.c:488:#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
>>>>> FB_BFIN_7393
arch/blackfin/mach-bf533/boards/ezkit.c:469:#if defined(CONFIG_FB_BFIN_7393) || defined(CONFIG_FB_BFIN_7393_MODULE)
arch/blackfin/mach-bf533/boards/stamp.c:531:#if defined(CONFIG_FB_BFIN_7393) || defined(CONFIG_FB_BFIN_7393_MODULE)
arch/blackfin/mach-bf527/boards/ezkit.c:909:#if defined(CONFIG_FB_BFIN_7393) || defined(CONFIG_FB_BFIN_7393_MODULE)
arch/blackfin/mach-bf527/boards/cm_bf527.c:754:#if defined(CONFIG_FB_BFIN_7393) || defined(CONFIG_FB_BFIN_7393_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1912:#if defined(CONFIG_FB_BFIN_7393) || defined(CONFIG_FB_BFIN_7393_MODULE)
>>>>> FB_HITACHI_TX09
arch/blackfin/mach-bf561/boards/cm_bf561.c:173:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf561/boards/cm_bf561.c:490:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:182:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:645:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:181:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:678:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:182:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:643:#if defined(CONFIG_FB_HITACHI_TX09) || defined(CONFIG_FB_HITACHI_TX09_MODULE)
>>>>> INPUT_ADXL34X
arch/blackfin/mach-bf548/boards/ezkit.c:188:#if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:762:#if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE)
>>>>> INPUT_ADXL34X_I2C
arch/blackfin/mach-bf548/boards/ezkit.c:1203:#if defined(CONFIG_INPUT_ADXL34X_I2C) || defined(CONFIG_INPUT_ADXL34X_I2C_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1899:#if defined(CONFIG_INPUT_ADXL34X_I2C) || defined(CONFIG_INPUT_ADXL34X_I2C_MODULE)
>>>>> INPUT_ADXL34X_SPI
arch/blackfin/mach-bf548/boards/ezkit.c:1006:#if defined(CONFIG_INPUT_ADXL34X_SPI) || defined(CONFIG_INPUT_ADXL34X_SPI_MODULE)
arch/blackfin/mach-bf548/boards/ezkit.c:1057:#if defined(CONFIG_INPUT_ADXL34X_SPI) || defined(CONFIG_INPUT_ADXL34X_SPI_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:933:#if defined(CONFIG_INPUT_ADXL34X_SPI) || defined(CONFIG_INPUT_ADXL34X_SPI_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1110:#if defined(CONFIG_INPUT_ADXL34X_SPI) || defined(CONFIG_INPUT_ADXL34X_SPI_MODULE)
>>>>> IPIPE
arch/blackfin/kernel/process.c:65:#ifdef CONFIG_IPIPE
arch/blackfin/kernel/Makefile:23:obj-$(CONFIG_IPIPE)                  += ipipe.o
arch/blackfin/kernel/time.c:31:#if defined(CONFIG_IPIPE)
arch/blackfin/kernel/time.c:74:#if defined(CONFIG_IPIPE)
arch/blackfin/kernel/time.c:94:#if defined(CONFIG_IPIPE)
arch/blackfin/kernel/time.c:128:#ifdef CONFIG_IPIPE
arch/blackfin/kernel/irqchip.c:84:#ifndef CONFIG_IPIPE
arch/blackfin/kernel/entry.S:22:#ifdef CONFIG_IPIPE
arch/blackfin/kernel/entry.S:45:#endif /* CONFIG_IPIPE */
arch/blackfin/kernel/traps.c:471:#ifdef CONFIG_IPIPE
arch/blackfin/include/asm/ipipe_base.h:25:#ifdef CONFIG_IPIPE
arch/blackfin/include/asm/ipipe_base.h:66:#endif /* CONFIG_IPIPE */
arch/blackfin/include/asm/ipipe.h:25:#ifdef CONFIG_IPIPE
arch/blackfin/include/asm/ipipe.h:218:#else /* !CONFIG_IPIPE */
arch/blackfin/include/asm/ipipe.h:236:#endif /* !CONFIG_IPIPE */
arch/blackfin/include/asm/entry.h:36:#ifdef CONFIG_IPIPE
arch/blackfin/include/asm/irqflags.h:34:#ifdef CONFIG_IPIPE
arch/blackfin/include/asm/irqflags.h:177:#else /* CONFIG_IPIPE */
arch/blackfin/include/asm/irqflags.h:208:#endif /* !CONFIG_IPIPE */
arch/blackfin/include/asm/mmu_context.h:99:#ifdef CONFIG_IPIPE
arch/blackfin/include/asm/mmu_context.h:105:#endif /* CONFIG_IPIPE */
arch/blackfin/mach-common/ints-priority.c:18:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/ints-priority.c:309:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/ints-priority.c:314:#else /* !CONFIG_IPIPE */
arch/blackfin/mach-common/ints-priority.c:317:#endif  /* !CONFIG_IPIPE */
arch/blackfin/mach-common/ints-priority.c:539:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/ints-priority.c:1213:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/ints-priority.c:1217:#else /* !CONFIG_IPIPE */
arch/blackfin/mach-common/ints-priority.c:1221:#endif /* !CONFIG_IPIPE */
arch/blackfin/mach-common/ints-priority.c:1343:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/ints-priority.c:1446:#endif /* CONFIG_IPIPE */
arch/blackfin/mach-common/entry.S:615:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/entry.S:627:#endif /* CONFIG_IPIPE */
arch/blackfin/mach-common/entry.S:683:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/entry.S:827:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/entry.S:835:#endif /* CONFIG_IPIPE */
arch/blackfin/mach-common/entry.S:892:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/interrupt.S:113:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/interrupt.S:118:#else /* CONFIG_IPIPE */
arch/blackfin/mach-common/interrupt.S:121:#endif /* CONFIG_IPIPE */
arch/blackfin/mach-common/interrupt.S:253:#ifdef CONFIG_IPIPE
arch/blackfin/mach-common/interrupt.S:309:#endif /* CONFIG_IPIPE */
arch/blackfin/lib/ins.S:14:#ifdef CONFIG_IPIPE
arch/blackfin/lib/ins.S:28:#ifdef CONFIG_IPIPE
arch/blackfin/kernel/ipipe.c:83: * __ipipe_handle_irq() -- IPIPE's generic IRQ handler. An optimistic
drivers/media/video/davinci/vpfe_capture.c:51: *    block such as IPIPE (on DM355 only).
drivers/media/video/davinci/dm355_ccdc.c:509:	/* Configure General Defect Correction. The table used is from IPIPE */
include/media/davinci/isif.h:379:	/* Enable or Disable Gain adjustment for IPIPE data */
include/media/davinci/isif.h:385:	/* Enable or Disable Gain adjustment for IPIPE data */
>>>>> IPIPE_DEBUG
arch/blackfin/kernel/ipipe.c:275:#ifdef CONFIG_IPIPE_DEBUG
>>>>> IPIPE_TRACE_IRQSOFF
arch/blackfin/include/asm/irqflags.h:140:#ifdef CONFIG_IPIPE_TRACE_IRQSOFF
arch/blackfin/include/asm/irqflags.h:170:#else /* !CONFIG_IPIPE_TRACE_IRQSOFF */
arch/blackfin/include/asm/irqflags.h:175:#endif /* !CONFIG_IPIPE_TRACE_IRQSOFF */
>>>>> JOYSTICK_AD7142
arch/blackfin/mach-bf533/boards/stamp.c:514:#if defined(CONFIG_JOYSTICK_AD7142) || defined(CONFIG_JOYSTICK_AD7142_MODULE)
>>>>> MEM_MT48LC16M8A2TG_75
arch/blackfin/include/asm/mem_init.h:12:    defined(CONFIG_MEM_MT48LC16M8A2TG_75) || \
arch/blackfin/include/asm/mem_init.h:171:#if defined(CONFIG_MEM_MT48LC16M8A2TG_75) || \
>>>>> NET_DSA_KSZ8893M
arch/blackfin/mach-bf518/boards/ezbrd.c:99:#if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
arch/blackfin/mach-bf518/boards/ezbrd.c:163:#if defined(CONFIG_NET_DSA_KSZ8893M) \
arch/blackfin/mach-bf518/boards/ezbrd.c:244:#if defined(CONFIG_NET_DSA_KSZ8893M) \
arch/blackfin/mach-bf518/boards/ezbrd.c:707:#if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
>>>>> REGULATOR_AD5398
arch/blackfin/mach-bf537/boards/stamp.c:41:#ifdef CONFIG_REGULATOR_AD5398
arch/blackfin/mach-bf537/boards/stamp.c:1760:#if defined(CONFIG_REGULATOR_AD5398) || defined(CONFIG_REGULATOR_AD5398_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:1953:#if defined(CONFIG_REGULATOR_AD5398) || defined(CONFIG_REGULATOR_AD5398_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:2360:#if defined(CONFIG_REGULATOR_AD5398) || defined(CONFIG_REGULATOR_AD5398_MODULE)
>>>>> REGULATOR_ADP_SWITCH
arch/blackfin/mach-bf537/boards/stamp.c:38:#ifdef CONFIG_REGULATOR_ADP_SWITCH
arch/blackfin/mach-bf537/boards/stamp.c:2149:#if defined(CONFIG_REGULATOR_ADP_SWITCH) || defined(CONFIG_REGULATOR_ADP_SWITCH_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:2371:#if defined(CONFIG_REGULATOR_ADP_SWITCH) || defined(CONFIG_REGULATOR_ADP_SWITCH_MODULE)
>>>>> SND_BF5XX_SOC_AD183X
arch/blackfin/mach-bf537/boards/stamp.c:531:#if defined(CONFIG_SND_BF5XX_SOC_AD183X) \
arch/blackfin/mach-bf537/boards/stamp.c:978:#if defined(CONFIG_SND_BF5XX_SOC_AD183X) \
>>>>> SND_BLACKFIN_AD183X
arch/blackfin/mach-bf533/boards/ezkit.c:225:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/ezkit.c:264:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/stamp.c:187:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/stamp.c:254:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/H8606.c:174:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/H8606.c:209:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/cm_bf533.c:74:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf533/boards/cm_bf533.c:113:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf527/boards/ezkit.c:435:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf527/boards/ezkit.c:551:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf527/boards/cm_bf527.c:346:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf527/boards/cm_bf527.c:424:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf548/boards/ezkit.c:970:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf548/boards/ezkit.c:1027:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf561/boards/ezkit.c:277:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf561/boards/ezkit.c:331:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf561/boards/cm_bf561.c:75:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf561/boards/cm_bf561.c:114:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:77:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:116:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:76:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:115:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:77:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:116:#if defined(CONFIG_SND_BLACKFIN_AD183X) || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE)
arch/blackfin/mach-bf537/boards/pnav10.c:178:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
arch/blackfin/mach-bf537/boards/pnav10.c:241:#if defined(CONFIG_SND_BLACKFIN_AD183X) \
>>>>> SND_SOC_ADAU1361
arch/blackfin/mach-bf537/boards/stamp.c:1938:#if defined(CONFIG_SND_SOC_ADAU1361) || defined(CONFIG_SND_SOC_ADAU1361_MODULE)
>>>>> SND_SOC_ADAU1371
arch/blackfin/mach-bf537/boards/stamp.c:1928:#if defined(CONFIG_SND_SOC_ADAU1371) || defined(CONFIG_SND_SOC_ADAU1371_MODULE)
>>>>> SND_SOC_ADAU1761
arch/blackfin/mach-bf537/boards/stamp.c:1933:#if defined(CONFIG_SND_SOC_ADAU1761) || defined(CONFIG_SND_SOC_ADAU1761_MODULE)
>>>>> SND_SOC_WM8731_SPI
arch/blackfin/mach-bf527/boards/ezbrd.c:294:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf527/boards/ezbrd.c:376:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf527/boards/cm_bf527.c:383:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf527/boards/cm_bf527.c:456:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf518/boards/ezbrd.c:202:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf518/boards/ezbrd.c:280:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf518/boards/tcm-bf518.c:161:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
arch/blackfin/mach-bf518/boards/tcm-bf518.c:224:	 && defined(CONFIG_SND_SOC_WM8731_SPI)
>>>>> SPI_BFIN_SPORT
arch/blackfin/mach-bf537/boards/stamp.c:1185:#if defined(CONFIG_SPI_BFIN_SPORT) || defined(CONFIG_SPI_BFIN_SPORT_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:2289:#if defined(CONFIG_SPI_BFIN_SPORT) || defined(CONFIG_SPI_BFIN_SPORT_MODULE)
>>>>> USB_NET2272
arch/blackfin/mach-bf533/boards/stamp.c:76:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf533/boards/stamp.c:601:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf533/boards/H8606.c:106:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf533/boards/H8606.c:417:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf533/boards/cm_bf533.c:430:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf533/boards/cm_bf533.c:559:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf527/boards/ezkit.c:376:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf527/boards/ezkit.c:1117:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf527/boards/cm_bf527.c:287:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf527/boards/cm_bf527.c:912:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf561/boards/ezkit.c:103:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf561/boards/ezkit.c:431:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf561/boards/cm_bf561.c:247:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf561/boards/cm_bf561.c:518:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:259:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/tcm_bf537.c:697:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:258:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537e.c:730:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:259:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/cm_bf537u.c:695:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:342:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/stamp.c:2281:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/minotaur.c:81:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/minotaur.c:465:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/pnav10.c:112:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
arch/blackfin/mach-bf537/boards/pnav10.c:480:#if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE)
>>>>> USB_SL811_BFIN_USE_VBUS
arch/blackfin/mach-bf537/boards/stamp.c:227:#if defined(CONFIG_USB_SL811_BFIN_USE_VBUS)
arch/blackfin/mach-bf537/boards/stamp.c:238:#if defined(CONFIG_USB_SL811_BFIN_USE_VBUS)

cris

>>>>> ETRAX_DEBUG_PORT4
arch/cris/arch-v32/kernel/debugport.c:78:#elif defined(CONFIG_ETRAX_DEBUG_PORT4)
>>>>> ETRAX_KGB_PORT2
arch/cris/arch-v32/kernel/irq.c:38:#elif defined(CONFIG_ETRAX_KGB_PORT2)
>>>>> ETRAX_RTC_READONLY
arch/cris/arch-v10/drivers/ds1302.c:184:#ifndef CONFIG_ETRAX_RTC_READONLY
>>>>> JULIETTE
arch/cris/arch-v10/kernel/head.S:381:#ifdef CONFIG_JULIETTE
arch/cris/arch-v10/mm/init.c:74:#ifdef CONFIG_JULIETTE
arch/cris/arch-v10/mm/init.c:95:#ifdef CONFIG_JULIETTE
>>>>> SHARE_SHLIB_CORE
arch/cris/include/asm/eshlibld.h:44:   Mainly depends on the config macro CONFIG_SHARE_SHLIB_CORE, but it is
arch/cris/include/asm/eshlibld.h:49:     && !defined(CONFIG_SHARE_SHLIB_CORE)

h8300

>>>>> H8048
arch/h8300/kernel/gpio.c:29: #if defined(CONFIG_H83002) || defined(CONFIG_H8048)
>>>>> H8300_AKI3068NET
arch/h8300/kernel/setup.c:183:#if defined(CONFIG_H8300_AKI3068NET) && defined(CONFIG_IDE)
>>>>> H8300_GETTOD
arch/h8300/kernel/time.c:54:#ifdef CONFIG_H8300_GETTOD

ia64

>>>>> PARAVIRT_GUEST_ASM_CLOBBER_CHECK
arch/ia64/include/asm/native/inst.h:36:#ifdef CONFIG_PARAVIRT_GUEST_ASM_CLOBBER_CHECK

m32r

>>>>> CHIP_M32310
arch/m32r/kernel/time.c:99:#elif defined(CONFIG_CHIP_M32310)
arch/m32r/kernel/time.c:193:#elif defined(CONFIG_CHIP_M32310)
arch/m32r/kernel/head.S:60:#ifndef CONFIG_CHIP_M32310
arch/m32r/boot/compressed/head.S:76:#ifndef CONFIG_CHIP_M32310
>>>>> CHIP_MP
arch/m32r/kernel/setup.c:313:#elif defined(CONFIG_CHIP_MP)
>>>>> CHIP_XNUX2
arch/m32r/kernel/time.c:64:#if defined(CONFIG_CHIP_M32102) || defined(CONFIG_CHIP_XNUX2) \
arch/m32r/kernel/time.c:169:#if defined(CONFIG_CHIP_M32102) || defined(CONFIG_CHIP_XNUX2) \
arch/m32r/kernel/setup.c:388:#if defined(CONFIG_CHIP_VDEC2) || defined(CONFIG_CHIP_XNUX2)	\
arch/m32r/include/asm/m32r.h:14:#elif defined(CONFIG_CHIP_VDEC2) || defined(CONFIG_CHIP_XNUX2) \
arch/m32r/mm/cache.c:11:#if defined(CONFIG_CHIP_XNUX2) || defined(CONFIG_CHIP_M32700) \
arch/m32r/boot/setup.S:65:#if defined(CONFIG_CHIP_XNUX2)
>>>>> CHIP_XNUX2_MP
arch/m32r/include/asm/m32r.h:12:#if defined(CONFIG_CHIP_XNUX_MP) || defined(CONFIG_CHIP_XNUX2_MP)
>>>>> CHIP_XNUX_MP
arch/m32r/include/asm/m32r.h:12:#if defined(CONFIG_CHIP_XNUX_MP) || defined(CONFIG_CHIP_XNUX2_MP)
>>>>> IDC_AK4524
arch/m32r/platforms/usrv/setup.c:231:#if defined(CONFIG_IDC_AK4524) || defined(CONFIG_IDC_AK4524_MODULE)
arch/m32r/platforms/usrv/setup.c:240:#endif	/* CONFIG_IDC_AK4524 || CONFIG_IDC_AK4524_MODULE */
>>>>> MEMHOLE
arch/m32r/kernel/setup.c:192:#ifdef CONFIG_MEMHOLE

m68k

>>>>> BSEIP
arch/m68k/include/asm/commproc.h:500:#ifdef CONFIG_BSEIP
>>>>> GG2
arch/m68k/kernel/setup.c:362:#ifdef CONFIG_GG2
arch/m68k/include/asm/io_mm.h:53:#ifdef CONFIG_GG2
arch/m68k/include/asm/io_mm.h:103:#if defined(CONFIG_GG2) && !defined(MULTI_ISA)
arch/m68k/include/asm/io_mm.h:128:#ifdef CONFIG_GG2
arch/m68k/include/asm/io_mm.h:144:#ifdef CONFIG_GG2
arch/m68k/include/asm/io_mm.h:170:#ifdef CONFIG_GG2
arch/m68k/include/asm/io_mm.h:186:#ifdef CONFIG_GG2
arch/m68k/include/asm/io_mm.h:220:#ifdef CONFIG_GG2
arch/powerpc/platforms/chrp/pci.c:236:		/* The GG2 bridge on the LongTrail doesn't have an address */
arch/powerpc/platforms/chrp/gg2.h:34:     *  GG2 specific PCI Registers
arch/m68k/include/asm/amigahw.h:105:    AMIGAHW_DECLARE(GG2_ISA);		/* GG2 Zorro2ISA Bridge */
arch/m68k/include/asm/io_mm.h:67:#endif /* GG2 */
arch/m68k/Kconfig:440:	depends on Q40 || AMIGA_PCMCIA || GG2
arch/m68k/Kconfig:451:	depends on Q40 || AMIGA_PCMCIA || GG2
>>>>> RPXLITE
arch/m68k/include/asm/commproc.h:483:#ifdef CONFIG_RPXLITE
drivers/pcmcia/m8xx_pcmcia.c:75:#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE)
drivers/pcmcia/m8xx_pcmcia.c:265:#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE)
drivers/mtd/maps/Kconfig:291:	depends on MTD_CFI && (RPXCLASSIC || RPXLITE)

m68knommu

>>>>> 68328_SERIAL_UART2
arch/m68knommu/platform/68VZ328/config.c:93:#ifdef CONFIG_68328_SERIAL_UART2
drivers/serial/68328serial.h:184:#ifndef CONFIG_68328_SERIAL_UART2
>>>>> M68000
arch/m68knommu/kernel/setup.c:57:#ifdef CONFIG_M68000
arch/m68k/ifpsp060/CHANGES:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/MISC:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/itest.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/isp.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/pfpsp.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/fplsp.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/fpsp.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/ilsp.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/src/ftest.S:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/fskeleton.S:3:|M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/isp.doc:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/os.S:3:|M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/TEST.DOC:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/ilsp.doc:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/fplsp.doc:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/README:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/iskeleton.S:3:|M68000 Hi-Performance Microprocessor Division
arch/m68k/ifpsp060/fpsp.doc:3:M68000 Hi-Performance Microprocessor Division
arch/m68k/fpsp040/README:3:M68000 Hi-Performance Microprocessor Division

microblaze

>>>>> CONTIGUOUS_PAGE_ALLOC
arch/microblaze/include/asm/page.h:207:#ifdef CONFIG_CONTIGUOUS_PAGE_ALLOC
>>>>> XILINX_CONSOLE
arch/microblaze/kernel/setup.c:69:#if defined(CONFIG_XILINX_CONSOLE)

mips

>>>>> BLK_DEV_IDE
Documentation/mips/AU1xxx_IDE.README:80:CONFIG_BLK_DEV_IDE=y
arch/mips/mti-malta/malta-setup.c:108:#ifdef CONFIG_BLK_DEV_IDE
arch/mips/mti-malta/malta-setup.c:210:#ifdef CONFIG_BLK_DEV_IDE
>>>>> CAVIUM_DECODE_RSL
arch/mips/cavium-octeon/setup.c:36:#ifdef CONFIG_CAVIUM_DECODE_RSL
arch/mips/cavium-octeon/setup.c:250:#ifdef CONFIG_CAVIUM_DECODE_RSL
arch/mips/cavium-octeon/setup.c:711:#ifdef CONFIG_CAVIUM_DECODE_RSL
>>>>> CAVIUM_GDB
arch/mips/cavium-octeon/setup.c:529:#ifdef CONFIG_CAVIUM_GDB
arch/mips/cavium-octeon/smp.c:214:#ifdef CONFIG_CAVIUM_GDB
arch/mips/cavium-octeon/smp.c:234:#ifdef CONFIG_CAVIUM_GDB
>>>>> CAVIUM_REPORT_SINGLE_BIT_ECC
arch/mips/cavium-octeon/setup.c:568:#ifdef CONFIG_CAVIUM_REPORT_SINGLE_BIT_ECC
>>>>> DIAGNOSTICS
arch/mips/powertv/powertv_setup.c:202:#ifdef CONFIG_DIAGNOSTICS
drivers/scsi/BusLogic.c:1194:		BusLogic_Failure(HostAdapter, "HARD RESET DIAGNOSTICS");
>>>>> HIGHMEM_128_128
arch/mips/powertv/memory.c:130:#elif defined CONFIG_HIGHMEM_128_128
>>>>> HIGHMEM_256_128
arch/mips/powertv/memory.c:107:#ifdef CONFIG_HIGHMEM_256_128
>>>>> HT_LEVEL_TRIGGER
arch/mips/pmc-sierra/yosemite/irq.c:79:#ifdef CONFIG_HT_LEVEL_TRIGGER
arch/mips/pmc-sierra/yosemite/irq.c:108:#endif /* CONFIG_HT_LEVEL_TRIGGER */
>>>>> I2C_PNX0105
arch/mips/nxp/pnx833x/common/platform.c:36:#ifdef CONFIG_I2C_PNX0105
arch/mips/nxp/pnx833x/common/platform.c:137:#ifdef CONFIG_I2C_PNX0105
arch/mips/nxp/pnx833x/common/platform.c:300:#ifdef CONFIG_I2C_PNX0105
>>>>> MTD_PB1550_BOOT
arch/mips/include/asm/mach-pb1x00/pb1550.h:43:#if defined(CONFIG_MTD_PB1550_BOOT) && defined(CONFIG_MTD_PB1550_USER)
arch/mips/include/asm/mach-pb1x00/pb1550.h:45:#elif defined(CONFIG_MTD_PB1550_BOOT) && !defined(CONFIG_MTD_PB1550_USER)
arch/mips/include/asm/mach-pb1x00/pb1550.h:47:#elif !defined(CONFIG_MTD_PB1550_BOOT) && defined(CONFIG_MTD_PB1550_USER)
>>>>> MTD_PB1550_USER
arch/mips/include/asm/mach-pb1x00/pb1550.h:43:#if defined(CONFIG_MTD_PB1550_BOOT) && defined(CONFIG_MTD_PB1550_USER)
arch/mips/include/asm/mach-pb1x00/pb1550.h:45:#elif defined(CONFIG_MTD_PB1550_BOOT) && !defined(CONFIG_MTD_PB1550_USER)
arch/mips/include/asm/mach-pb1x00/pb1550.h:47:#elif !defined(CONFIG_MTD_PB1550_BOOT) && defined(CONFIG_MTD_PB1550_USER)
>>>>> MTD_PMC_MSP_RAMROOT
arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h:127:#ifdef CONFIG_MTD_PMC_MSP_RAMROOT
>>>>> PMCTWILED
arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c:35:#ifdef CONFIG_PMCTWILED
arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c:85:#ifdef CONFIG_PMCTWILED
arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c:97:#ifdef CONFIG_PMCTWILED
arch/mips/pmc-sierra/msp71xx/msp_setup.c:229:#ifdef CONFIG_PMCTWILED
>>>>> PREALLOC_DOCSIS
arch/mips/powertv/asic/prealloc.h:40: *    - CONFIG_PREALLOC_DOCSIS: preallocate the DOCSIS resource
arch/mips/powertv/asic/prealloc.h:57:#ifdef CONFIG_PREALLOC_DOCSIS
arch/mips/powertv/asic/prealloc.h:58:#define PREALLOC_DOCSIS(name, start, end, flags) \
arch/mips/powertv/asic/prealloc.h:61:#define PREALLOC_DOCSIS(name, start, end, flags)
arch/mips/powertv/asic/prealloc-cronus.c:93:	PREALLOC_DOCSIS("Docsis", 0x67500000, 0x67c00000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:256:	PREALLOC_DOCSIS("Docsis", 0x67500000, 0x67c00000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronuslite.c:80:	PREALLOC_DOCSIS("Docsis", 0x67500000, 0x67c00000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-zeus.c:93:	PREALLOC_DOCSIS("Docsis", 0x40100000, 0x40800000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-zeus.c:227:	PREALLOC_DOCSIS("Docsis", 0x40100000, 0x40800000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-calliope.c:74:	PREALLOC_DOCSIS("Docsis", 0x27500000, 0x27c00000-1, IORESOURCE_MEM)
>>>>> PREALLOC_NORMAL
arch/mips/powertv/asic/prealloc.h:38: *    - CONFIG_PREALLOC_NORMAL: preallocate resources for a normal settop box
arch/mips/powertv/asic/prealloc.h:43:#ifdef CONFIG_PREALLOC_NORMAL
arch/mips/powertv/asic/prealloc.h:44:#define PREALLOC_NORMAL(name, start, end, flags) \
arch/mips/powertv/asic/prealloc.h:47:#define PREALLOC_NORMAL(name, start, end, flags)
arch/mips/powertv/asic/prealloc-cronus.c:38:	PREALLOC_NORMAL("ST231aImage", 0x24000000, 0x24200000-1,
arch/mips/powertv/asic/prealloc-cronus.c:41:	PREALLOC_NORMAL("ST231aMonitor", 0x24200000, 0x24202000-1,
arch/mips/powertv/asic/prealloc-cronus.c:44:	PREALLOC_NORMAL("MediaMemory1", 0x24202000, 0x26000000-1,
arch/mips/powertv/asic/prealloc-cronus.c:51:	PREALLOC_NORMAL("ST231bImage", 0x60000000, 0x60200000-1,
arch/mips/powertv/asic/prealloc-cronus.c:54:	PREALLOC_NORMAL("ST231bMonitor", 0x60200000, 0x60202000-1,
arch/mips/powertv/asic/prealloc-cronus.c:57:	PREALLOC_NORMAL("MediaMemory2", 0x60202000, 0x62000000-1,
arch/mips/powertv/asic/prealloc-cronus.c:64:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-cronus.c:67:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-cronus.c:70:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-cronus.c:73:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-cronus.c:86:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00c00000-1,
arch/mips/powertv/asic/prealloc-cronus.c:99:	PREALLOC_NORMAL("GraphicsHeap", 0x62700000, 0x63500000-1,
arch/mips/powertv/asic/prealloc-cronus.c:106:	PREALLOC_NORMAL("MulticomSHM", 0x26000000, 0x26020000-1,
arch/mips/powertv/asic/prealloc-cronus.c:112:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x002EA000-1,
arch/mips/powertv/asic/prealloc-cronus.c:119:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronus.c:126:	PREALLOC_NORMAL("DisplayBins1", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronus.c:133:	PREALLOC_NORMAL("ITFS", 0x00000000, 0x0018E000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:139:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x007c2000-1,
arch/mips/powertv/asic/prealloc-cronus.c:143:	PREALLOC_NORMAL("AvfsFileSys", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronus.c:157:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1,
arch/mips/powertv/asic/prealloc-cronus.c:164:	PREALLOC_NORMAL("NP_Reset_Vector", 0x27c00000, 0x27c01000-1,
arch/mips/powertv/asic/prealloc-cronus.c:167:	PREALLOC_NORMAL("NP_Image", 0x27020000, 0x27070000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:169:	PREALLOC_NORMAL("NP_IPC", 0x63500000, 0x63580000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:201:	PREALLOC_NORMAL("ST231aImage", 0x24000000, 0x24200000-1,
arch/mips/powertv/asic/prealloc-cronus.c:204:	PREALLOC_NORMAL("ST231aMonitor", 0x24200000, 0x24202000-1,
arch/mips/powertv/asic/prealloc-cronus.c:207:	PREALLOC_NORMAL("MediaMemory1", 0x24202000, 0x26000000-1,
arch/mips/powertv/asic/prealloc-cronus.c:214:	PREALLOC_NORMAL("ST231bImage", 0x60000000, 0x60200000-1,
arch/mips/powertv/asic/prealloc-cronus.c:217:	PREALLOC_NORMAL("ST231bMonitor", 0x60200000, 0x60202000-1,
arch/mips/powertv/asic/prealloc-cronus.c:220:	PREALLOC_NORMAL("MediaMemory2", 0x60202000, 0x62000000-1,
arch/mips/powertv/asic/prealloc-cronus.c:227:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-cronus.c:230:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-cronus.c:233:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-cronus.c:236:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-cronus.c:249:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00c00000-1,
arch/mips/powertv/asic/prealloc-cronus.c:262:	PREALLOC_NORMAL("GraphicsHeap", 0x62700000, 0x63500000-1,
arch/mips/powertv/asic/prealloc-cronus.c:269:	PREALLOC_NORMAL("MulticomSHM", 0x26000000, 0x26020000-1,
arch/mips/powertv/asic/prealloc-cronus.c:276:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x000AA000-1,
arch/mips/powertv/asic/prealloc-cronus.c:283:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronus.c:290:	PREALLOC_NORMAL("DisplayBins1", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronus.c:297:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x002c4c00-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:310:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:316:	PREALLOC_NORMAL("NP_Reset_Vector", 0x27c00000, 0x27c01000-1,
arch/mips/powertv/asic/prealloc-cronus.c:319:	PREALLOC_NORMAL("NP_Image", 0x27020000, 0x27070000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:321:	PREALLOC_NORMAL("NP_IPC", 0x63500000, 0x63580000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronus.c:327:	PREALLOC_NORMAL("NandFlash", NAND_FLASH_BASE, NAND_FLASH_BASE+0x400-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:38:	PREALLOC_NORMAL("ST231aImage", 0x60000000, 0x60200000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:41:	PREALLOC_NORMAL("ST231aMonitor", 0x60200000, 0x60202000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:44:	PREALLOC_NORMAL("MediaMemory1", 0x60202000, 0x62000000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:51:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:54:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:57:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:60:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:73:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00600000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:86:	PREALLOC_NORMAL("GraphicsHeap", 0x62700000, 0x63500000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:93:	PREALLOC_NORMAL("MulticomSHM", 0x26000000, 0x26020000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:100:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x000AA000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:107:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:114:	PREALLOC_NORMAL("DisplayBins1", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:121:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x002c4c00-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:135:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronuslite.c:141:	PREALLOC_NORMAL("NP_Reset_Vector", 0x27c00000, 0x27c01000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:144:	PREALLOC_NORMAL("NP_Image", 0x27020000, 0x27070000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronuslite.c:146:	PREALLOC_NORMAL("NP_IPC", 0x63500000, 0x63580000-1, IORESOURCE_MEM)
arch/mips/powertv/asic/prealloc-cronuslite.c:152:	PREALLOC_NORMAL("NandFlash", NAND_FLASH_BASE, NAND_FLASH_BASE+0x400-1,
arch/mips/powertv/asic/prealloc-zeus.c:38:	PREALLOC_NORMAL("ST231aImage", 0x20000000, 0x20200000-1,
arch/mips/powertv/asic/prealloc-zeus.c:41:	PREALLOC_NORMAL("ST231aMonitor", 0x20200000, 0x20202000-1,
arch/mips/powertv/asic/prealloc-zeus.c:44:	PREALLOC_NORMAL("MediaMemory1", 0x20202000, 0x22000000-1,
arch/mips/powertv/asic/prealloc-zeus.c:51:	PREALLOC_NORMAL("ST231bImage", 0x30000000, 0x30200000-1,
arch/mips/powertv/asic/prealloc-zeus.c:54:	PREALLOC_NORMAL("ST231bMonitor", 0x30200000, 0x30202000-1,
arch/mips/powertv/asic/prealloc-zeus.c:57:	PREALLOC_NORMAL("MediaMemory2", 0x30202000, 0x32000000-1,
arch/mips/powertv/asic/prealloc-zeus.c:64:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-zeus.c:67:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-zeus.c:70:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00004000-1,
arch/mips/powertv/asic/prealloc-zeus.c:73:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00004000-1,
arch/mips/powertv/asic/prealloc-zeus.c:86:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00c00000-1,
arch/mips/powertv/asic/prealloc-zeus.c:99:	PREALLOC_NORMAL("GraphicsHeap", 0x46900000, 0x47700000-1,
arch/mips/powertv/asic/prealloc-zeus.c:106:	PREALLOC_NORMAL("MulticomSHM", 0x47900000, 0x47920000-1,
arch/mips/powertv/asic/prealloc-zeus.c:113:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x00280000-1,
arch/mips/powertv/asic/prealloc-zeus.c:120:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-zeus.c:127:	PREALLOC_NORMAL("DisplayBins1", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-zeus.c:134:	PREALLOC_NORMAL("ITFS", 0x00000000, 0x0018E000-1,
arch/mips/powertv/asic/prealloc-zeus.c:141:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x007c2000-1,
arch/mips/powertv/asic/prealloc-zeus.c:144:	PREALLOC_NORMAL("AvfsFileSys", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-zeus.c:158:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1,
arch/mips/powertv/asic/prealloc-zeus.c:191:	PREALLOC_NORMAL("ST231aImage", 0x20000000, 0x20200000-1,
arch/mips/powertv/asic/prealloc-zeus.c:194:	PREALLOC_NORMAL("ST231aMonitor", 0x20200000, 0x20202000-1,
arch/mips/powertv/asic/prealloc-zeus.c:197:	PREALLOC_NORMAL("MediaMemory1", 0x20202000, 0x22000000-1,
arch/mips/powertv/asic/prealloc-zeus.c:204:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-zeus.c:207:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-zeus.c:210:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00004000-1,
arch/mips/powertv/asic/prealloc-zeus.c:213:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00004000-1,
arch/mips/powertv/asic/prealloc-zeus.c:220:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00600000-1,
arch/mips/powertv/asic/prealloc-zeus.c:233:	PREALLOC_NORMAL("GraphicsHeap", 0x46900000, 0x47700000-1,
arch/mips/powertv/asic/prealloc-zeus.c:240:	PREALLOC_NORMAL("MulticomSHM", 0x47900000, 0x47920000-1,
arch/mips/powertv/asic/prealloc-zeus.c:247:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x00280000-1,
arch/mips/powertv/asic/prealloc-zeus.c:254:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-zeus.c:261:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x002c4c00-1,
arch/mips/powertv/asic/prealloc-zeus.c:275:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1,
arch/mips/powertv/asic/prealloc-zeus.c:282:	PREALLOC_NORMAL("NandFlash", NAND_FLASH_BASE, NAND_FLASH_BASE+0x400-1,
arch/mips/powertv/asic/prealloc-calliope.c:38:	PREALLOC_NORMAL("ST231aImage", 0x24000000, 0x24200000-1,
arch/mips/powertv/asic/prealloc-calliope.c:41:	PREALLOC_NORMAL("ST231aMonitor", 0x24200000, 0x24202000-1,
arch/mips/powertv/asic/prealloc-calliope.c:44:	PREALLOC_NORMAL("MediaMemory1", 0x24202000, 0x26700000-1,
arch/mips/powertv/asic/prealloc-calliope.c:51:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-calliope.c:54:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-calliope.c:57:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-calliope.c:60:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-calliope.c:67:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00600000-1,
arch/mips/powertv/asic/prealloc-calliope.c:80:	PREALLOC_NORMAL("GraphicsHeap", 0x26700000, 0x26700000+(14*1048576)-1,
arch/mips/powertv/asic/prealloc-calliope.c:87:	PREALLOC_NORMAL("MulticomSHM", 0x23700000, 0x23720000-1,
arch/mips/powertv/asic/prealloc-calliope.c:94:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x000AA000-1,
arch/mips/powertv/asic/prealloc-calliope.c:101:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-calliope.c:108:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x002c4c00-1,
arch/mips/powertv/asic/prealloc-calliope.c:122:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1,
arch/mips/powertv/asic/prealloc-calliope.c:129:	PREALLOC_NORMAL("NandFlash", NAND_FLASH_BASE, NAND_FLASH_BASE+0x400-1,
arch/mips/powertv/asic/prealloc-calliope.c:136:	PREALLOC_NORMAL("GMAC", 0x00000000, 0x00010000-1,
arch/mips/powertv/asic/prealloc-calliope.c:167:	PREALLOC_NORMAL("ST231aImage", 0x22000000, 0x22200000-1,
arch/mips/powertv/asic/prealloc-calliope.c:170:	PREALLOC_NORMAL("ST231aMonitor", 0x22200000, 0x22202000-1,
arch/mips/powertv/asic/prealloc-calliope.c:173:	PREALLOC_NORMAL("MediaMemory1", 0x22202000, 0x22C20B85-1,
arch/mips/powertv/asic/prealloc-calliope.c:180:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-calliope.c:183:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-calliope.c:186:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00004000-1,
arch/mips/powertv/asic/prealloc-calliope.c:189:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00004000-1,
arch/mips/powertv/asic/prealloc-calliope.c:196:	PREALLOC_NORMAL("AVMEMPartition0", 0x20396000, 0x206B6000-1,
arch/mips/powertv/asic/prealloc-calliope.c:203:	PREALLOC_NORMAL("GraphicsHeap", 0x20100000, 0x20396000-1,
arch/mips/powertv/asic/prealloc-calliope.c:210:	PREALLOC_NORMAL("MulticomSHM", 0x206B6000, 0x206D6000-1,
arch/mips/powertv/asic/prealloc-calliope.c:217:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x000AA000-1,
arch/mips/powertv/asic/prealloc-calliope.c:224:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-calliope.c:238:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1,
arch/mips/powertv/asic/prealloc-calliope.c:245:	PREALLOC_NORMAL("NandFlash", NAND_FLASH_BASE, NAND_FLASH_BASE+0x400-1,
arch/mips/powertv/asic/prealloc-calliope.c:252:	PREALLOC_NORMAL("GMAC", 0x00000000, 0x00010000-1,
arch/mips/powertv/asic/prealloc-calliope.c:273:	PREALLOC_NORMAL("ST231aImage", 0x24000000, 0x24200000-1,
arch/mips/powertv/asic/prealloc-calliope.c:276:	PREALLOC_NORMAL("ST231aMonitor", 0x24200000, 0x24202000-1,
arch/mips/powertv/asic/prealloc-calliope.c:279:	PREALLOC_NORMAL("MediaMemory1", 0x24202000, 0x25580000-1,
arch/mips/powertv/asic/prealloc-calliope.c:286:	PREALLOC_NORMAL("DSP_Image_Buff", 0x00000000, 0x00100000-1,
arch/mips/powertv/asic/prealloc-calliope.c:289:	PREALLOC_NORMAL("ADSC_CPU_PCM_Buff", 0x00000000, 0x0000A000-1,
arch/mips/powertv/asic/prealloc-calliope.c:292:	PREALLOC_NORMAL("ADSC_AUX_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-calliope.c:295:	PREALLOC_NORMAL("ADSC_Main_Buff", 0x00000000, 0x00020000-1,
arch/mips/powertv/asic/prealloc-calliope.c:302:	PREALLOC_NORMAL("AVMEMPartition0", 0x00000000, 0x00480000-1,
arch/mips/powertv/asic/prealloc-calliope.c:309:	PREALLOC_NORMAL("GraphicsHeap", 0x25600000, 0x25600000+(14*1048576)-1,
arch/mips/powertv/asic/prealloc-calliope.c:316:	PREALLOC_NORMAL("MulticomSHM", 0x23700000, 0x23720000-1,
arch/mips/powertv/asic/prealloc-calliope.c:323:	PREALLOC_NORMAL("BMM_Buffer", 0x00000000, 0x000AA000-1,
arch/mips/powertv/asic/prealloc-calliope.c:330:	PREALLOC_NORMAL("DisplayBins0", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-calliope.c:337:	PREALLOC_NORMAL("DisplayBins1", 0x00000000, 0x00001000-1,
arch/mips/powertv/asic/prealloc-calliope.c:344:	PREALLOC_NORMAL("AvfsDmaMem", 0x00000000, 0x002c4c00-1,
arch/mips/powertv/asic/prealloc-calliope.c:358:	PREALLOC_NORMAL("SmartCardInfo", 0x00000000, 0x2800-1,
arch/mips/powertv/asic/prealloc-calliope.c:365:	PREALLOC_NORMAL("NandFlash", NAND_FLASH_BASE, NAND_FLASH_BASE+0x400-1,
arch/mips/powertv/asic/prealloc-calliope.c:372:	PREALLOC_NORMAL("GMAC", 0x00000000, 0x00010000-1,
>>>>> PREALLOC_PMEM
arch/mips/powertv/asic/prealloc.h:41: *    - CONFIG_PREALLOC_PMEM: reserve space for persistent memory
arch/mips/powertv/asic/prealloc.h:64:#ifdef CONFIG_PREALLOC_PMEM
arch/mips/powertv/asic/prealloc.h:65:#define PREALLOC_PMEM(name, start, end, flags) \
arch/mips/powertv/asic/prealloc.h:68:#define PREALLOC_PMEM(name, start, end, flags)
arch/mips/powertv/asic/prealloc-cronus.c:150:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-cronus.c:303:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:128:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-zeus.c:151:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-zeus.c:268:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-calliope.c:115:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-calliope.c:231:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
arch/mips/powertv/asic/prealloc-calliope.c:351:	PREALLOC_PMEM("DiagPersistentMemory", 0x00000000, 0x10000-1,
>>>>> PREALLOC_TFTP
arch/mips/powertv/asic/prealloc.h:39: *    - CONFIG_PREALLOC_TFTP: preallocate the TFTP download resource
arch/mips/powertv/asic/prealloc.h:50:#ifdef CONFIG_PREALLOC_TFTP
arch/mips/powertv/asic/prealloc.h:51:#define PREALLOC_TFTP(name, start, end, flags) \
arch/mips/powertv/asic/prealloc.h:54:#define PREALLOC_TFTP(name, start, end, flags)
arch/mips/powertv/asic/prealloc-cronus.c:177:	PREALLOC_TFTP("TFTPBuffer", 0x00000000, MEBIBYTE(80)-1,
arch/mips/powertv/asic/prealloc-cronuslite.c:161:	PREALLOC_TFTP("TFTPBuffer", 0x00000000, MEBIBYTE(80)-1,
arch/mips/powertv/asic/prealloc-zeus.c:167:	PREALLOC_TFTP("TFTPBuffer", 0x00000000, MEBIBYTE(80)-1,
arch/mips/powertv/asic/prealloc-zeus.c:291:	PREALLOC_TFTP("TFTPBuffer", 0x00000000, MEBIBYTE(80)-1,
arch/mips/powertv/asic/prealloc-calliope.c:145:	PREALLOC_TFTP("TFTPBuffer", 0x00000000, MEBIBYTE(80)-1,
>>>>> SGI_IP35
arch/mips/include/asm/sn/klconfig.h:43:#elif defined(CONFIG_SGI_IP35)
arch/mips/include/asm/sn/klconfig.h:50:#endif /* !CONFIG_SGI_IP27 && !CONFIG_SGI_IP35 */
arch/mips/include/asm/sn/klconfig.h:52:#if defined(CONFIG_SGI_IP27) || defined(CONFIG_SGI_IP35)
arch/mips/include/asm/sn/klconfig.h:56:#if defined(CONFIG_SGI_IP35)
arch/mips/include/asm/sn/klconfig.h:61:#endif /* CONFIG_SGI_IP35 */
arch/mips/include/asm/sn/klconfig.h:62:#endif /* CONFIG_SGI_IP27 || CONFIG_SGI_IP35 */
arch/mips/include/asm/sn/agent.h:20:#elif defined(CONFIG_SGI_IP35)
arch/mips/include/asm/sn/agent.h:22:#endif	/* !CONFIG_SGI_IP27 && !CONFIG_SGI_IP35 */
arch/mips/include/asm/sn/addrs.h:23:#elif defined(CONFIG_SGI_IP35)
>>>>> SIBYTE_BCM1480_PROF
arch/mips/sibyte/bcm1480/irq.c:365:#ifdef CONFIG_SIBYTE_BCM1480_PROF
arch/mips/sibyte/bcm1480/irq.c:372:#ifdef CONFIG_SIBYTE_BCM1480_PROF
>>>>> SOC_AU1000_FREQUENCY
arch/mips/alchemy/common/clocks.c:92:#ifdef CONFIG_SOC_AU1000_FREQUENCY
arch/mips/alchemy/common/clocks.c:93:		cpu_speed = CONFIG_SOC_AU1000_FREQUENCY;

mn10300

>>>>> GDBSTUB_CONSOLE
arch/mn10300/kernel/gdb-stub.c:737:#ifdef CONFIG_GDBSTUB_CONSOLE
arch/mn10300/kernel/gdb-stub.c:1879:#ifdef CONFIG_GDBSTUB_CONSOLE

powerpc

>>>>> BOOK3E_MMU_TLB_STATS
arch/powerpc/include/asm/exception-64e.h:68:#ifdef CONFIG_BOOK3E_MMU_TLB_STATS
arch/powerpc/include/asm/exception-64e.h:160:#ifdef CONFIG_BOOK3E_MMU_TLB_STATS
arch/powerpc/mm/tlb_low_64e.S:762:#ifdef CONFIG_BOOK3E_MMU_TLB_STATS
>>>>> PPC47x
arch/powerpc/mm/44x_mmu.c:79:#ifdef CONFIG_PPC47x
>>>>> SMP_750
arch/powerpc/mm/tlb_hash32.c:97:#ifdef CONFIG_SMP_750

sh

>>>>> CPU_SUBTYPE_SH7730
arch/sh/include/cpu-sh4/cpu/dma-sh4a.h:5:	defined(CONFIG_CPU_SUBTYPE_SH7730)
arch/sh/include/cpu-sh4/cpu/dma-register.h:20:	defined(CONFIG_CPU_SUBTYPE_SH7730)
>>>>> CPU_SUBTYPE_SH7764
arch/sh/include/cpu-sh4/cpu/dma-sh4a.h:18:	defined(CONFIG_CPU_SUBTYPE_SH7764)
arch/sh/include/cpu-sh4/cpu/dma-register.h:33:	defined(CONFIG_CPU_SUBTYPE_SH7764)
drivers/net/sh_eth.c:1026:#if defined(CONFIG_CPU_SUBTYPE_SH7763) || defined(CONFIG_CPU_SUBTYPE_SH7764)
arch/sh/drivers/dma/Kconfig:15:		     CPU_SUBTYPE_SH7763  || CPU_SUBTYPE_SH7764  || \
>>>>> CPU_SUBTYPE_ST40
arch/sh/include/cpu-sh4/cpu/mmu_context.h:49:#if defined(CONFIG_32BIT) && defined(CONFIG_CPU_SUBTYPE_ST40)
drivers/net/stmmac/Kconfig:6:	depends on NETDEVICES && CPU_SUBTYPE_ST40

um

>>>>> PROC_MM
arch/um/kernel/ptrace.c:10:#ifdef CONFIG_PROC_MM
arch/um/kernel/ptrace.c:161:#ifdef CONFIG_PROC_MM

x86

>>>>> AS_CFI
arch/x86/include/asm/dwarf2.h:15:#ifdef CONFIG_AS_CFI
>>>>> AS_CFI_SECTIONS
arch/x86/include/asm/dwarf2.h:37:#if defined(CONFIG_AS_CFI_SECTIONS) && defined(__ASSEMBLY__)
>>>>> AS_CFI_SIGNAL_FRAME
arch/x86/include/asm/dwarf2.h:31:#ifdef CONFIG_AS_CFI_SIGNAL_FRAME
>>>>> OPEN_FIRMWARE
arch/x86/kernel/olpc.c:25:#ifdef CONFIG_OPEN_FIRMWARE
arch/x86/kernel/olpc.c:191:#ifdef CONFIG_OPEN_FIRMWARE
>>>>> X86_MCE_P4THERMAL
arch/x86/kernel/apic/apic.c:2075:#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(CONFIG_X86_MCE_INTEL)

xtensa

>>>>> UNALIGNED_USER
arch/xtensa/kernel/traps.c:100:#ifdef CONFIG_UNALIGNED_USER
arch/xtensa/kernel/traps.c:242: * If CONFIG_UNALIGNED_USER is not set, we don't allow unaligned memory
arch/xtensa/kernel/traps.c:247:#ifndef CONFIG_UNALIGNED_USER

drivers/

ata

>>>>> MPC8315_DS
drivers/ata/sata_fsl.c:646:#ifdef CONFIG_MPC8315_DS
>>>>> NO_ATA_LEGACY
drivers/ata/libata-sff.c:2405:#if defined(CONFIG_NO_ATA_LEGACY)

char

>>>>> HARD_PPS
drivers/serial/68360serial.c:560:#ifdef CONFIG_HARD_PPS
drivers/char/amiserial.c:394:#ifdef CONFIG_HARD_PPS
include/linux/serial_core.h:506:#ifdef CONFIG_HARD_PPS

edac

>>>>> MPC85xx
drivers/edac/mpc85xx_edac.c:46:#ifdef CONFIG_MPC85xx
drivers/edac/mpc85xx_edac.c:1140:#ifdef CONFIG_MPC85xx
drivers/edac/mpc85xx_edac.c:1179:#ifdef CONFIG_MPC85xx
drivers/edac/mpc85xx_edac.c:1193:#ifdef CONFIG_MPC85xx
drivers/edac/mpc85xx_edac.c:1202:#ifdef CONFIG_MPC85xx
arch/powerpc/platforms/85xx/mpc85xx_mds.c:11: * MPC85xx MDS board specific routines.
arch/powerpc/platforms/85xx/mpc85xx_ds.c:2: * MPC85xx DS Board Setup
arch/powerpc/platforms/85xx/mpc85xx_ds.c:200:	printk("MPC85xx DS board from Freescale Semiconductor\n");
arch/powerpc/platforms/85xx/mpc85xx_cds.c:2: * MPC85xx setup and early boot code plus other random bits.
arch/powerpc/platforms/85xx/mpc85xx_cds.c:314:	seq_printf(m, "Machine\t\t: MPC85xx CDS (0x%x)\n", cadmus[CM_VER]);
arch/powerpc/platforms/85xx/mpc85xx_cds.c:349:	.name		= "MPC85xx CDS",
arch/powerpc/platforms/85xx/mpc85xx_ads.c:2: * MPC85xx setup and early boot code plus other random bits.
arch/powerpc/platforms/85xx/mpc85xx_ads.c:252:	.name			= "MPC85xx ADS",
arch/powerpc/platforms/85xx/xes_mpc85xx.c:156:	printk(KERN_INFO "X-ES MPC85xx-based single-board computer: %s\n",
arch/powerpc/platforms/85xx/Kconfig:28:	bool "Freescale MPC85xx CDS"
arch/powerpc/platforms/85xx/Kconfig:32:	  This option enables support for the MPC85xx CDS board
arch/powerpc/platforms/85xx/Kconfig:35:	bool "Freescale MPC85xx MDS"
arch/powerpc/platforms/85xx/Kconfig:41:	  This option enables support for the MPC85xx MDS board
arch/powerpc/platforms/85xx/Kconfig:51:	bool "Freescale MPC85xx DS"
arch/powerpc/platforms/85xx/Kconfig:57:	  This option enables support for the MPC85xx DS (MPC8544 DS) board
arch/powerpc/platforms/85xx/Kconfig:60:	bool "Freescale MPC85xx RDB"
arch/powerpc/platforms/85xx/Kconfig:66:	  This option enables support for the MPC85xx RDB (P2020 RDB) board
arch/powerpc/platforms/85xx/Kconfig:86:	  Freescale MPC85xx processors.
arch/powerpc/platforms/85xx/mpc85xx_rdb.c:2: * MPC85xx RDB Board Setup
arch/powerpc/platforms/85xx/mpc85xx_rdb.c:108:	printk(KERN_INFO "MPC85xx RDB board from Freescale Semiconductor\n");
arch/powerpc/Kconfig:699:	  Freescale MPC85xx/MPC86xx power management controller support
arch/powerpc/sysdev/fsl_pci.h:2: * MPC85xx/86xx PCI Express structure define
arch/powerpc/sysdev/fsl_rio.c:2: * Freescale MPC85xx/MPC86xx RapidIO support
arch/powerpc/sysdev/fsl_rio.c:274: * fsl_rio_doorbell_send - Send a MPC85xx doorbell message
arch/powerpc/sysdev/fsl_rio.c:280: * Sends a MPC85xx doorbell message. Returns %0 on success or
arch/powerpc/sysdev/fsl_rio.c:310: * fsl_local_config_read - Generate a MPC85xx local config space read
arch/powerpc/sysdev/fsl_rio.c:317: * Generates a MPC85xx local configuration space read. Returns %0 on
arch/powerpc/sysdev/fsl_rio.c:332: * fsl_local_config_write - Generate a MPC85xx local config space write
arch/powerpc/sysdev/fsl_rio.c:339: * Generates a MPC85xx local configuration space write. Returns %0 on
arch/powerpc/sysdev/fsl_rio.c:355: * fsl_rio_config_read - Generate a MPC85xx read maintenance transaction
arch/powerpc/sysdev/fsl_rio.c:364: * Generates a MPC85xx read maintenance transaction. Returns %0 on
arch/powerpc/sysdev/fsl_rio.c:414: * fsl_rio_config_write - Generate a MPC85xx write maintenance transaction
arch/powerpc/sysdev/fsl_rio.c:423: * Generates an MPC85xx write maintenance transaction. Returns %0 on
arch/powerpc/sysdev/fsl_rio.c:464: * rio_hw_add_outb_message - Add message to the MPC85xx outbound message queue
arch/powerpc/sysdev/fsl_rio.c:471: * Adds the @buffer message to the MPC85xx outbound message queue. Returns
arch/powerpc/sysdev/fsl_rio.c:539: * fsl_rio_tx_handler - MPC85xx outbound message interrupt handler
arch/powerpc/sysdev/fsl_rio.c:582: * rio_open_outb_mbox - Initialize MPC85xx outbound mailbox
arch/powerpc/sysdev/fsl_rio.c:688: * rio_close_outb_mbox - Shut down MPC85xx outbound mailbox
arch/powerpc/sysdev/fsl_rio.c:711: * fsl_rio_rx_handler - MPC85xx inbound message interrupt handler
arch/powerpc/sysdev/fsl_rio.c:752: * rio_open_inb_mbox - Initialize MPC85xx inbound mailbox
arch/powerpc/sysdev/fsl_rio.c:826: * rio_close_inb_mbox - Shut down MPC85xx inbound mailbox
arch/powerpc/sysdev/fsl_rio.c:848: * rio_hw_add_inb_buffer - Add buffer to the MPC85xx inbound message queue
arch/powerpc/sysdev/fsl_rio.c:853: * Adds the @buf buffer to the MPC85xx inbound message queue. Returns
arch/powerpc/sysdev/fsl_rio.c:883: * rio_hw_get_inb_message - Fetch inbound message from the MPC85xx message unit
arch/powerpc/sysdev/fsl_rio.c:930: * fsl_rio_dbell_handler - MPC85xx doorbell interrupt handler
arch/powerpc/sysdev/fsl_rio.c:994: * fsl_rio_doorbell_init - MPC85xx doorbell interface init
arch/powerpc/sysdev/fsl_rio.c:1041:		       "MPC85xx RIO: unable to request inbound doorbell irq");
arch/powerpc/sysdev/fsl_rio.c:1053: * fsl_rio_port_write_handler - MPC85xx port write interrupt handler
arch/powerpc/sysdev/fsl_rio.c:1192: * fsl_rio_port_write_init - MPC85xx port write interface init
arch/powerpc/sysdev/fsl_rio.c:1242:		pr_err("MPC85xx RIO: unable to request inbound doorbell irq");
arch/powerpc/sysdev/fsl_rio.c:1337: * Initializes MPC85xx RapidIO hardware interface, configures
drivers/dma/fsldma.c:2: * Freescale MPC85xx, MPC83xx DMA Engine support
drivers/watchdog/Kconfig:904:	  For BookE processors (MPC85xx) use the BOOKE_WDT driver instead.
drivers/edac/mpc85xx_edac.h:2: * Freescale MPC85xx Memory Controller kenel module
drivers/edac/mpc85xx_edac.h:18:	edac_printk(level, "MPC85xx", fmt, ##arg)
drivers/edac/mpc85xx_edac.h:21:	edac_mc_chipset_printk(mci, level, "MPC85xx", fmt, ##arg)
drivers/edac/Kconfig:211:	tristate "Freescale MPC83xx / MPC85xx"
drivers/edac/mpc85xx_edac.c:2: * Freescale MPC85xx Memory Controller kenel module
drivers/edac/mpc85xx_edac.c:284:			       "MPC85xx PCI err\n", __func__, pdata->irq);
drivers/edac/mpc85xx_edac.c:586:			       "MPC85xx L2 err\n", __func__, pdata->irq);
drivers/edac/mpc85xx_edac.c:1062:			       "MPC85xx DRAM ERR\n", __func__, pdata->irq);
drivers/edac/mpc85xx_edac.c:1152:	printk(KERN_INFO "Freescale(R) MPC85xx EDAC driver, "
drivers/i2c/busses/Kconfig:429:	  MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
drivers/net/Kconfig:2400:	  This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
include/linux/phy.h:353: * (The MPC85xx has this ability, though it is not currently

input

>>>>> SPRUCE
drivers/input/serio/i8042-ppcio.h:55:#elif defined(CONFIG_SPRUCE)

media

>>>>> BAND_LBAND
drivers/media/dvb/frontends/dib0090.c:1120:#ifdef CONFIG_BAND_LBAND
drivers/media/dvb/frontends/dib0090.c:1143:#ifdef CONFIG_BAND_LBAND
drivers/media/dvb/frontends/dib0090.c:1172:#ifdef CONFIG_BAND_LBAND
drivers/media/dvb/frontends/dib0090.c:1399:#if defined(CONFIG_BAND_LBAND) || defined(CONFIG_BAND_SBAND)
drivers/media/dvb/dvb-usb/cxusb.c:944:	.band_caps = BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
drivers/media/dvb/dvb-usb/dib0700_devices.c:174:		BAND_VHF | BAND_LBAND,
drivers/media/dvb/dvb-usb/dib0700_devices.c:1019:	BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
drivers/media/dvb/dvb-usb/dib0700_devices.c:1556:	BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
drivers/media/dvb/frontends/dibx000_common.h:41:#define BAND_LBAND 0x01
drivers/media/dvb/frontends/dibx000_common.h:52:									(freq_kHz) <= 2000000 ? BAND_LBAND : BAND_SBAND )
drivers/media/dvb/frontends/dib0090.c:1400:		if ((state->current_band == BAND_LBAND) || (state->current_band == BAND_SBAND)) {
>>>>> BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:592:#ifdef CONFIG_BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:639:#ifdef CONFIG_BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:1123:#ifdef CONFIG_BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:1148:#ifdef CONFIG_BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:1177:#ifdef CONFIG_BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:1298:#ifdef CONFIG_BAND_SBAND
drivers/media/dvb/frontends/dib0090.c:1399:#if defined(CONFIG_BAND_LBAND) || defined(CONFIG_BAND_SBAND)
drivers/media/dvb/dvb-usb/cxusb.c:944:	.band_caps = BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
drivers/media/dvb/dvb-usb/dib0700_devices.c:1019:	BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
drivers/media/dvb/dvb-usb/dib0700_devices.c:1556:	BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
drivers/media/dvb/frontends/dibx000_common.h:44:#define BAND_SBAND 0x08
drivers/media/dvb/frontends/dibx000_common.h:52:									(freq_kHz) <= 2000000 ? BAND_LBAND : BAND_SBAND )
drivers/media/dvb/frontends/dib0070.c:412:			if (band == BAND_SBAND) {
drivers/media/dvb/frontends/dib0090.c:593:		if (state->current_band == BAND_SBAND) {
drivers/media/dvb/frontends/dib0090.c:640:		if (state->current_band == BAND_SBAND) {
drivers/media/dvb/frontends/dib0090.c:1299:			if (state->current_band == BAND_SBAND)
drivers/media/dvb/frontends/dib0090.c:1400:		if ((state->current_band == BAND_LBAND) || (state->current_band == BAND_SBAND)) {
>>>>> DM644X_VIDEO_PORT_ENABLE
drivers/media/video/davinci/dm644x_ccdc.c:585:#ifdef CONFIG_DM644X_VIDEO_PORT_ENABLE
>>>>> DVB_DIBCOM_DEBUG
drivers/media/dvb/frontends/dib3000mb.c:41:#ifdef CONFIG_DVB_DIBCOM_DEBUG
drivers/media/dvb/frontends/dib3000mb.c:54:#ifdef CONFIG_DVB_DIBCOM_DEBUG
drivers/media/dvb/frontends/dib3000mb_priv.h:40:#ifdef CONFIG_DVB_DIBCOM_DEBUG
>>>>> FB_OMAP2_FORCE_AUTO_UPDATE
drivers/media/video/omap/omap_vout.c:2548:#ifdef CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE
>>>>> OLPC_XO_1
drivers/media/video/ov7670.c:418:#ifdef CONFIG_OLPC_XO_1
drivers/media/video/ov7670.c:445:#else /* ! CONFIG_OLPC_XO_1 */
drivers/media/video/ov7670.c:501:#endif /* CONFIG_OLPC_XO_1 */
>>>>> STANDARD_DAB
drivers/media/dvb/frontends/dib0090.c:701:#ifdef CONFIG_STANDARD_DAB
drivers/media/dvb/frontends/dib0090.c:742:#ifdef CONFIG_STANDARD_DAB
drivers/media/dvb/frontends/dib0090.c:702:			if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB)
drivers/media/dvb/frontends/dib0090.c:743:					if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB) {
>>>>> STANDARD_DVBT
drivers/media/dvb/frontends/dib0090.c:705:#ifdef CONFIG_STANDARD_DVBT
drivers/media/dvb/frontends/dib0090.c:706:			if (state->fe->dtv_property_cache.delivery_system == STANDARD_DVBT &&
>>>>> TUNER_DIB0090_CAPTRIM_MEMORY
drivers/media/dvb/frontends/dib0090.c:1380:#ifdef CONFIG_TUNER_DIB0090_CAPTRIM_MEMORY
>>>>> TUNER_DIB0090_P1B_SUPPORT
drivers/media/dvb/frontends/dib0090.c:226:#ifdef CONFIG_TUNER_DIB0090_P1B_SUPPORT
drivers/media/dvb/frontends/dib0090.c:863:#ifdef CONFIG_TUNER_DIB0090_P1B_SUPPORT

message

>>>>> FUSION_MAX_FC_SGE
drivers/message/fusion/mptbase.h:179:#ifdef CONFIG_FUSION_MAX_FC_SGE
drivers/message/fusion/mptbase.h:180:#if CONFIG_FUSION_MAX_FC_SGE  < 16
drivers/message/fusion/mptbase.h:182:#elif CONFIG_FUSION_MAX_FC_SGE  > 256
drivers/message/fusion/mptbase.h:185:#define MPT_SCSI_FC_SG_DEPTH	CONFIG_FUSION_MAX_FC_SGE

mfd

>>>>> TWL4030_MADC
drivers/mfd/twl-core.c:80:#if defined(CONFIG_TWL4030_MADC) || defined(CONFIG_TWL4030_MADC_MODULE)

mmc

>>>>> MMC_EMBEDDED_SDIO
drivers/mmc/host/msm_sdcc.c:1148:#ifdef CONFIG_MMC_EMBEDDED_SDIO
>>>>> MMC_MSM7X00A_RESUME_IN_WQ
drivers/mmc/host/msm_sdcc.h:238:#ifdef CONFIG_MMC_MSM7X00A_RESUME_IN_WQ
drivers/mmc/host/msm_sdcc.c:1060:#ifdef CONFIG_MMC_MSM7X00A_RESUME_IN_WQ

mtd

>>>>> MTD_NAND_OMAP_HWECC
drivers/mtd/nand/omap2.c:532:#ifdef CONFIG_MTD_NAND_OMAP_HWECC
drivers/mtd/nand/omap2.c:984:#ifdef CONFIG_MTD_NAND_OMAP_HWECC
>>>>> MTD_SUPERH_RESERVE
drivers/mtd/maps/solutionengine.c:38:#ifdef CONFIG_MTD_SUPERH_RESERVE
drivers/mtd/maps/solutionengine.c:44:		.size = CONFIG_MTD_SUPERH_RESERVE,
drivers/mtd/maps/solutionengine.c:54:#endif /* CONFIG_MTD_SUPERH_RESERVE */
drivers/mtd/maps/solutionengine.c:97:#ifdef CONFIG_MTD_SUPERH_RESERVE
drivers/mtd/maps/solutionengine.c:100:		       CONFIG_MTD_SUPERH_RESERVE);
drivers/mtd/maps/solutionengine.c:104:#endif /* CONFIG_MTD_SUPERH_RESERVE */
>>>>> REDWOOD_6
drivers/mtd/maps/redwood.c:25:#if !defined (CONFIG_REDWOOD_6)
drivers/mtd/maps/redwood.c:72:#else /* CONFIG_REDWOOD_6 */
drivers/mtd/maps/redwood.c:111:#endif /* CONFIG_REDWOOD_6 */
drivers/net/smc91x.h:86:#elif defined(CONFIG_REDWOOD_5) || defined(CONFIG_REDWOOD_6)
arch/powerpc/platforms/40x/Kconfig:82:#config REDWOOD_6
drivers/mtd/maps/Kconfig:324:	depends on MTD_CFI && ( REDWOOD_4 || REDWOOD_5 || REDWOOD_6 )
drivers/net/Kconfig:916:	depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || \

net

>>>>> ARCH_INNOKOM
drivers/net/smc91x.h:175:#elif	defined(CONFIG_ARCH_INNOKOM) || \
include/asm-arm/mach-types.h:5204:#ifdef CONFIG_ARCH_INNOKOM
arch/arm/tools/mach-types:275:innokom			ARCH_INNOKOM		INNOKOM			258
>>>>> ARCH_PCM027
drivers/net/smc91x.h:178:	defined(CONFIG_ARCH_PCM027)
>>>>> ARCH_PNX010X
drivers/net/cs89x0.c:183:#elif defined(CONFIG_ARCH_PNX010X)
drivers/net/cs89x0.c:375:#elif defined(CONFIG_ARCH_PNX010X)
drivers/net/cs89x0.c:549:#ifdef CONFIG_ARCH_PNX010X
drivers/net/cs89x0.c:1279:#if !defined(CONFIG_SH_HICOSH4) && !defined(CONFIG_ARCH_PNX010X) /* uses irq#1, so this won't work */
drivers/net/cs89x0.c:1394:#ifdef CONFIG_ARCH_PNX010X
drivers/net/Kconfig:1466:		|| ARCH_IXDP2X01 || ARCH_PNX010X || MACH_MX31ADS)
drivers/net/Kconfig:1480:	depends on MACH_IXDP2351 || ARCH_IXDP2X01 || ARCH_PNX010X || MACH_MX31ADS
>>>>> ARCH_RAMSES
drivers/net/smc91x.h:177:	defined(CONFIG_ARCH_RAMSES) || \
include/asm-arm/mach-types.h:4928:#ifdef CONFIG_ARCH_RAMSES
arch/arm/tools/mach-types:252:mnci			ARCH_RAMSES		RAMSES			235
>>>>> ARLAN
drivers/net/Space.c:224:#ifdef CONFIG_ARLAN		/* Aironet */
>>>>> ATHEROS_AR71XX
drivers/net/wireless/ath/ath9k/ath9k.h:585:#ifdef CONFIG_ATHEROS_AR71XX
drivers/net/wireless/ath/ath9k/Makefile:11:ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
>>>>> CASSINI_MULTICAST_REG_WRITE
drivers/net/cassini.c:3066:#ifdef CONFIG_CASSINI_MULTICAST_REG_WRITE
drivers/net/cassini.c:3136:#ifndef CONFIG_CASSINI_MULTICAST_REG_WRITE
>>>>> CASSINI_NAPI
drivers/net/cassini.c:110:#ifdef CONFIG_CASSINI_NAPI
>>>>> CASSINI_QGE_DEBUG
drivers/net/cassini.h:2847:#ifdef CONFIG_CASSINI_QGE_DEBUG
>>>>> CHELSIO_T1_COUGAR
drivers/net/chelsio/subr.c:188:#ifdef CONFIG_CHELSIO_T1_COUGAR
drivers/net/chelsio/subr.c:283:#if defined(CONFIG_CHELSIO_T1_1G) || defined(CONFIG_CHELSIO_T1_COUGAR)
drivers/net/chelsio/subr.c:320:#if defined(CONFIG_CHELSIO_T1_1G) || defined(CONFIG_CHELSIO_T1_COUGAR)
drivers/net/chelsio/subr.c:755:#ifdef CONFIG_CHELSIO_T1_COUGAR
drivers/net/chelsio/subr.c:1007:#ifdef CONFIG_CHELSIO_T1_COUGAR
drivers/net/chelsio/subr.c:1064:#ifdef CONFIG_CHELSIO_T1_COUGAR
drivers/net/chelsio/subr.c:1087:#ifdef CONFIG_CHELSIO_T1_COUGAR
>>>>> CPU_SUBTYPE_SH7764
arch/sh/include/cpu-sh4/cpu/dma-sh4a.h:18:	defined(CONFIG_CPU_SUBTYPE_SH7764)
arch/sh/include/cpu-sh4/cpu/dma-register.h:33:	defined(CONFIG_CPU_SUBTYPE_SH7764)
drivers/net/sh_eth.c:1026:#if defined(CONFIG_CPU_SUBTYPE_SH7763) || defined(CONFIG_CPU_SUBTYPE_SH7764)
arch/sh/drivers/dma/Kconfig:15:		     CPU_SUBTYPE_SH7763  || CPU_SUBTYPE_SH7764  || \
>>>>> ETRAX_NETWORK_RED_ON_NO_CONNECTION
drivers/net/cris/eth_v10.c:1705:#if defined(CONFIG_ETRAX_NETWORK_RED_ON_NO_CONNECTION)
>>>>> GILBARCONAP
drivers/net/fec.c:77:#elif defined(CONFIG_GILBARCONAP) || defined(CONFIG_SCALES)
>>>>> MACH_LPD79520
drivers/net/smc91x.h:246:#elif   defined(CONFIG_MACH_LPD79520) ||	\
include/asm-arm/mach-types.h:8540:#ifdef CONFIG_MACH_LPD79520
arch/arm/mach-lh7a40x/lcd-panel.h:39:#if defined (MACH_LPD79520)\
arch/arm/tools/mach-types:553:lpd79520		MACH_LPD79520		LPD79520		537
>>>>> NETWINDER_TX_DMA_PROBLEMS
drivers/net/irda/w83977af_ir.c:65:#undef  CONFIG_NETWINDER_TX_DMA_PROBLEMS /* Not needed */
drivers/net/irda/w83977af_ir.c:568:#ifdef CONFIG_NETWINDER_TX_DMA_PROBLEMS
drivers/net/irda/w83977af_ir.c:584:#ifdef CONFIG_NETWINDER_TX_DMA_PROBLEMS
drivers/net/irda/w83977af_ir.c:600:#ifdef CONFIG_NETWINDER_TX_DMA_PROBLEMS
>>>>> REDWOOD_5
drivers/net/smc91x.h:86:#elif defined(CONFIG_REDWOOD_5) || defined(CONFIG_REDWOOD_6)
arch/powerpc/platforms/40x/Kconfig:74:#config REDWOOD_5
drivers/mtd/maps/Kconfig:324:	depends on MTD_CFI && ( REDWOOD_4 || REDWOOD_5 || REDWOOD_6 )
drivers/net/Kconfig:916:	depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || \
>>>>> REDWOOD_6
drivers/mtd/maps/redwood.c:25:#if !defined (CONFIG_REDWOOD_6)
drivers/mtd/maps/redwood.c:72:#else /* CONFIG_REDWOOD_6 */
drivers/mtd/maps/redwood.c:111:#endif /* CONFIG_REDWOOD_6 */
drivers/net/smc91x.h:86:#elif defined(CONFIG_REDWOOD_5) || defined(CONFIG_REDWOOD_6)
arch/powerpc/platforms/40x/Kconfig:82:#config REDWOOD_6
drivers/mtd/maps/Kconfig:324:	depends on MTD_CFI && ( REDWOOD_4 || REDWOOD_5 || REDWOOD_6 )
drivers/net/Kconfig:916:	depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || \
>>>>> SH_HICOSH4
drivers/net/cs89x0.c:173:#if defined(CONFIG_SH_HICOSH4)
drivers/net/cs89x0.c:582:#ifdef CONFIG_SH_HICOSH4
drivers/net/cs89x0.c:653:#ifdef CONFIG_SH_HICOSH4
drivers/net/cs89x0.c:738:#ifdef CONFIG_SH_HICOSH4 /* no EEPROM on HiCO, don't hazzle with it here */
drivers/net/cs89x0.c:1279:#if !defined(CONFIG_SH_HICOSH4) && !defined(CONFIG_ARCH_PNX010X) /* uses irq#1, so this won't work */
drivers/net/cs89x0.h:440:#ifdef CONFIG_SH_HICOSH4
>>>>> STM_DRIVERS
Documentation/networking/stmmac.txt:103:#ifdef CONFIG_STM_DRIVERS
drivers/net/stmmac/stmmac.h:94:#ifdef CONFIG_STM_DRIVERS
include/linux/stmmac.h:39:#ifdef CONFIG_STM_DRIVERS
>>>>> WAVELAN
drivers/net/Space.c:221:#ifdef CONFIG_WAVELAN		/* WaveLAN */
MAINTAINERS:6252:WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
drivers/staging/wlags49_h2/wl_main.c:587:	   WHICH IS INLINE WITH THE FORTHCOMING WAVELAN API */

pcmcia

>>>>> ADS
drivers/pcmcia/m8xx_pcmcia.c:81:#ifdef CONFIG_ADS
Documentation/video4linux/CARDLIST.saa7134:59: 58 -> ADS Tech Instant TV (saa7135)            [1421:0350,1421:0351,1421:0370,1421:1370]
Documentation/video4linux/CARDLIST.saa7134:88: 87 -> ADS Instant TV Duo Cardbus PTV331        [0331:1421]
Documentation/video4linux/CARDLIST.saa7134:152:151 -> ADS Tech Instant HDTV                    [1421:0380]
Documentation/video4linux/bttv/Cards:809:ADS www.adstech.com
Documentation/video4linux/CARDLIST.bttv:13: 12 -> ADS Technologies Channel Surfer TV (bt848)
Documentation/video4linux/CARDLIST.cx88:30: 29 -> ADS Tech Instant TV DVB-T PCI                       [1421:0334]
Documentation/video4linux/CARDLIST.cx88:58: 57 -> ADS Tech Instant Video PCI                          [1421:0390]
Documentation/video4linux/si470x.txt:42:- 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music) (RDX-155-EF)
Documentation/video4linux/gspca.txt:196:spca506		06e1:a190	ADS Instant VCD
Documentation/arm/SA1100/GraphicsClient:1:ADS GraphicsClient Plus Single Board Computer
Documentation/arm/SA1100/GraphicsClient:23:Linux can  be used with the ADS BootLoader that ships with the
Documentation/arm/SA1100/GraphicsClient:27:There is a  board known as just the GraphicsClient that ADS used to
Documentation/arm/SA1100/GraphicsClient:29:board with the ADS bootloader, but should still work with Angel,
Documentation/arm/SA1100/GraphicsClient:84:  the ADS boot ROM and zImage is stored.  It's been marked as
Documentation/arm/SA1100/GraphicsClient:88:  on top of it. If you're not using the ADS bootloader, you're
Documentation/arm/SA1100/GraphicsClient:92:  Contact ADS or look through the manual to wire your own. Currently,
Documentation/arm/SA1100/GraphicsMaster:1:ADS GraphicsMaster Single Board Computer
Documentation/arm/SA1100/GraphicsMaster:15:Linux can  be used with the ADS BootLoader that ships with the
Documentation/arm/SA1100/GraphicsMaster:44:  on top of it. If you're not using the ADS bootloader, you're
Documentation/arm/SA1100/GraphicsMaster:48:  Contact ADS or look through the manual to wire your own. Currently,
Documentation/arm/SA1100/ADSBitsy:1:ADS Bitsy Single Board Computer
Documentation/arm/SA1100/ADSBitsy:11:This will set up defaults for ADS Bitsy support.
Documentation/arm/SA1100/ADSBitsy:15:Linux can  be used with the ADS BootLoader that ships with the
Documentation/arm/SA1100/ADSBitsy:38:  Contact ADS or look through the manual to wire your own. Currently,
Documentation/dvb/cards.txt:98:  - ADS Tech Instant TV DVB-T PCI
MAINTAINERS:544:ARM/ADS SPHERE MACHINE SUPPORT
arch/powerpc/platforms/82xx/pq2ads-pci-pic.c:2: * PQ2 ADS-style PCI interrupt controller
arch/powerpc/platforms/82xx/pq2ads-pci-pic.c:7: * Loosely based on mpc82xx ADS support by Vitaly Bordug <vbordug@ru.mvista.com>
arch/powerpc/platforms/82xx/pq2ads-pci-pic.c:73:	.name = "PQ2 ADS PCI",
arch/powerpc/platforms/82xx/mpc8272_ads.c:2: * MPC8272 ADS board support
arch/powerpc/platforms/82xx/mpc8272_ads.c:208:	.name = "Freescale MPC8272 ADS",
arch/powerpc/platforms/82xx/Kconfig:8:	bool "Freescale MPC8272 ADS"
arch/powerpc/platforms/82xx/Kconfig:16:	  This option enables support for the MPC8272 ADS board
arch/powerpc/platforms/82xx/pq2fads.c:7: * Loosely based on mp82xx ADS support by Vitaly Bordug <vbordug@ru.mvista.com>
arch/powerpc/platforms/512x/Kconfig:14:	bool "Freescale MPC5121E ADS"
arch/powerpc/platforms/512x/Kconfig:20:	  This option enables support for the MPC5121E ADS board.
arch/powerpc/platforms/512x/mpc5121_ads.c:7: * MPC5121 ADS board setup
arch/powerpc/platforms/512x/mpc5121_ads.c:35:	printk(KERN_INFO "MPC5121 ADS board from Freescale Semiconductor\n");
arch/powerpc/platforms/512x/mpc5121_ads.c:64:	.name			= "MPC5121 ADS",
arch/powerpc/platforms/85xx/tqm85xx.c:2: * Based on MPC8560 ADS and arch/ppc tqm85xx ports
arch/powerpc/platforms/85xx/socrates.c:5: * Based on MPC8560 ADS and arch/ppc tqm85xx ports
arch/powerpc/platforms/85xx/mpc85xx_ads.c:252:	.name			= "MPC85xx ADS",
arch/powerpc/platforms/85xx/Kconfig:15:	bool "Freescale MPC8540 ADS"
arch/powerpc/platforms/85xx/Kconfig:18:	  This option enables support for the MPC 8540 ADS board
arch/powerpc/platforms/85xx/Kconfig:21:	bool "Freescale MPC8560 ADS"
arch/powerpc/platforms/85xx/Kconfig:25:	  This option enables support for the MPC 8560 ADS board
arch/powerpc/platforms/85xx/stx_gp3.c:2: * Based on MPC8560 ADS and arch/ppc stx_gp3 ports
arch/powerpc/platforms/8xx/mpc885ads_setup.c:278:	.name			= "Freescale MPC885 ADS",
arch/powerpc/platforms/8xx/Kconfig:30:	  Freescale Semiconductor MPC885 Application Development System (ADS).
arch/powerpc/platforms/8xx/mpc86xads_setup.c:140:	.name			= "MPC86x ADS",
arch/powerpc/boot/dts/adder875-uboot.dts:2: * Device Tree Source for MPC885 ADS running U-Boot
arch/powerpc/boot/dts/mpc885ads.dts:2: * MPC885 ADS Device Tree Source
arch/powerpc/boot/dts/mpc5121ads.dts:2: * MPC5121E ADS Device Tree Source
arch/powerpc/boot/dts/mpc5121ads.dts:65:		// ADS has two Hynix 512MB Nand flash chips in a single
arch/powerpc/boot/dts/stx_gp3_8560.dts:2: * STX GP3 - 8560 ADS Device Tree Source
arch/powerpc/boot/dts/mpc866ads.dts:2: * MPC866 ADS Device Tree Source
arch/powerpc/boot/dts/adder875-redboot.dts:2: * Device Tree Source for MPC885 ADS running RedBoot
arch/powerpc/boot/dts/mpc8272ads.dts:2: * MPC8272 ADS Device Tree Source
arch/powerpc/boot/dts/mpc8540ads.dts:2: * MPC8540 ADS Device Tree Source
arch/powerpc/boot/dts/mpc8560ads.dts:2: * MPC8560 ADS Device Tree Source
arch/arm/mach-mx2/mach-mx27ads.c:149:/* ADS's NOR flash */
arch/arm/mach-mx2/mach-mx21ads.c:115:/* ADS's NOR flash: 2x AM29BDS128HE9VKI on 32-bit bus */
arch/arm/mach-ep93xx/adssphere.c:3: * ADS Sphere support.
arch/arm/mach-ep93xx/adssphere.c:56:MACHINE_START(ADSSPHERE, "ADS Sphere board")
arch/arm/mach-ep93xx/Kconfig:49:	bool "Support ADS Sphere"
arch/arm/mach-ep93xx/Kconfig:52:	  Say 'Y' here if you want your kernel to support the ADS
arch/arm/plat-mxc/include/mach/board-mx27ads.h:308:/* This is I/O Base address used to access registers of CS8900A on MXC ADS */
drivers/input/touchscreen/ads7846.c:395:				"external vREF for ADS%d not specified\n",
drivers/input/touchscreen/ads7846.c:414:		dev_dbg(&spi->dev, "ADS%d not recognized\n", ts->model);
drivers/input/touchscreen/ads7846.c:973:	snprintf(ts->name, sizeof(ts->name), "ADS%d Touchscreen", ts->model);
drivers/media/IR/keymaps/rc-adstech-dvb-t-pci.c:15:/* ADS Tech Instant TV DVB-T PCI Remote */
drivers/media/video/cx88/cx88-cards.c:779:		.name           = "ADS Tech Instant TV DVB-T PCI",
drivers/media/video/cx88/cx88-cards.c:1483:		.name           = "ADS Tech Instant Video PCI",
drivers/media/video/cx88/cx88-cards.c:2426:		.subdevice = 0x0341, /* ADS Tech InstantTV DVB-S */
drivers/media/video/saa7134/saa7134-cards.c:2064:		.name           = "ADS Tech Instant TV (saa7135)",
drivers/media/video/saa7134/saa7134-cards.c:2920:		.name           = "ADS Instant TV Duo Cardbus PTV331",
drivers/media/video/saa7134/saa7134-cards.c:5085:		.name           = "ADS Tech Instant HDTV",
drivers/media/video/bt8xx/bttv-cards.c:514:		.name		= "ADS Technologies Channel Surfer TV (bt848)",
drivers/media/radio/radio-cadet.c:1:/* radio-cadet.c - A video4linux driver for the ADS Cadet AM/FM Radio Card
drivers/media/radio/radio-cadet.c:47:MODULE_DESCRIPTION("A driver for the ADS Cadet AM/FM/RDS radio card.");
drivers/media/radio/radio-cadet.c:359:	strlcpy(v->driver, "ADS Cadet", sizeof(v->driver));
drivers/media/radio/radio-cadet.c:360:	strlcpy(v->card, "ADS Cadet", sizeof(v->card));
drivers/media/radio/radio-cadet.c:583:	/* ADS Cadet AM/FM Radio Card */
drivers/media/radio/radio-cadet.c:691:	v4l2_info(v4l2_dev, "ADS Cadet Radio Card at 0x%x\n", dev->io);
drivers/media/radio/Kconfig:15:	tristate "ADS Cadet AM/FM Tuner"
drivers/media/radio/si470x/radio-si470x-common.c:41: * 		- commented USB ID for ADS/Tech moved on todo list
drivers/media/radio/si470x/radio-si470x-common.c:61: *		- USB Vendor/Product ID for ADS/Tech FM Radio Receiver verified
drivers/media/radio/si470x/radio-si470x-usb.c:49:	/* ADS/Tech FM Radio Receiver (formerly Instant FM Music) */
drivers/media/radio/si470x/Kconfig:8:	  - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music)
drivers/net/usb/kaweth.c:143:	{ USB_DEVICE(0x06e1, 0x0008) }, /* ADS USB-10BT */
drivers/net/usb/kaweth.c:144:	{ USB_DEVICE(0x06e1, 0x0009) }, /* ADS USB-10BT */
drivers/net/usb/Kconfig:36:	  ADS USB-10BT
drivers/pcmcia/m8xx_pcmcia.c:80:/* The ADS board use SLOT_A */
drivers/pcmcia/m8xx_pcmcia.c:590:		 * I've experienced CD problems with my ADS board.
drivers/pcmcia/m8xx_pcmcia.c:839:	/* The CxOE signal is connected to a 74541 on the ADS.
drivers/pcmcia/m8xx_pcmcia.c:840:	   I guess most other boards used the ADS as a reference.
>>>>> M32RPCC_SLOT2
drivers/pcmcia/m32r_pcc.c:701:#ifdef CONFIG_M32RPCC_SLOT2
>>>>> MBX
drivers/pcmcia/m8xx_pcmcia.c:428:#if defined(CONFIG_MBX)
drivers/pcmcia/m8xx_pcmcia.c:482:#endif				/* CONFIG_MBX */
Documentation/powerpc/zImage_layout.txt:43:2. MBX boot file
Documentation/powerpc/zImage_layout.txt:45:  The MBX boards can load an elf image, and relocate it to the
arch/powerpc/kernel/time.c:6: * MPC8xx/MBX changes by Dan Malek (dmalek@jlc.net).
arch/powerpc/kernel/head_8xx.S:47: * This port was done on an MBX board with an 860.  Right now I only
arch/powerpc/include/asm/cpm1.h:12: * On the MBX board, EPPC-Bug loads CPM microcode into the first 512
arch/powerpc/include/asm/cpm1.h:74: * The MBX uses SMC1 as the host serial port.
arch/powerpc/platforms/8xx/m8xx_setup.c:5: *  Modified for MBX using prep/chrp/pmac functions by Dan (dmalek@jlc.net)
arch/powerpc/sysdev/cpm1.c:15: * MBX, the EPPC software loads additional microcode into the
arch/arm/mach-versatile/include/mach/platform.h:229:#define VERSATILE_MBX_BASE             0x40000000	/* MBX */
arch/m68k/include/asm/commproc.h:12: * On the MBX board, EPPC-Bug loads CPM microcode into the first 512
arch/m68k/include/asm/commproc.h:151: * The MBX uses SMC1 as the host serial port.
arch/m68k/include/asm/commproc.h:461:#ifdef MBX
arch/m68knommu/platform/68360/commproc.c:17: * MBX, the EPPC software loads additional microcode into the
drivers/atm/zatm.c:375:		EVENT("MBX: host 0x%lx, nic 0x%x\n",pos,x);
drivers/atm/zatm.c:756:		EVENT("MBX: host 0x%lx, nic 0x%x\n",pos,x);
drivers/video/mbx/reg_bits.h:63:/* MBX clock control register */
drivers/video/mbx/mbxfb.c:107:	.id = "MBX",
drivers/mtd/maps/Kconfig:301:	depends on MTD_CFI && MBX
drivers/mtd/maps/mbx860.c:38:	{ .name = "MBX flash BOOT partition",
drivers/mtd/maps/mbx860.c:41:	{ .name = "MBX flash DATA partition",
drivers/mtd/maps/mbx860.c:44:	{ .name = "MBX flash APPLICATION partition",
drivers/mtd/maps/mbx860.c:52:	.name = "MBX flash",
drivers/mtd/maps/mbx860.c:60:	printk(KERN_NOTICE "Motorola MBX flash device: 0x%x at 0x%x\n", WINDOW_SIZE*4, WINDOW_ADDR);
drivers/scsi/lpfc/lpfc_sli.c:5170: *	Any of the MBX error values.
drivers/scsi/lpfc/lpfc_init.c:6032:			"2585 MBX CQ setup: cq-id=%d, parent eq-id=%d\n",
drivers/scsi/lpfc/lpfc_init.c:6100:			"2589 MBX MQ setup: wq-id=%d, parent cq-id=%d\n",
drivers/scsi/lpfc/lpfc_sli4.h:377:	void __iomem *BMBXregaddr;   /* Address to BootStrap MBX register */
drivers/scsi/qla2xxx/qla_nx.c:2039:			"%s(%ld): MBX pointer ERROR!\n",
drivers/scsi/qla2xxx/qla_mbx.c:55:			"timeout MBX Exiting.\n",
drivers/scsi/qla2xxx/qla_mbx.c:69:		DEBUG(printk("%s(%ld): Perm failure on EEH, timeout MBX "
drivers/scsi/qla2xxx/qla_mbx.c:120:	printk("%s(%ld): Loaded MBX registers (displayed in bytes) = \n",
drivers/scsi/qla2xxx/qla_isr.c:268:		DEBUG2_3(printk("%s(%ld): MBX pointer ERROR!\n",
drivers/scsi/qla2xxx/qla_isr.c:897:	const char func[] = "MBX-IOCB";
drivers/scsi/qla2xxx/qla_isr.c:1871:		DEBUG2_3(printk("%s(%ld): MBX pointer ERROR!\n",
drivers/net/qlge/qlge_dbg.c:985:	/* Get the FC1 MBX Registers */
drivers/net/qlge/qlge_dbg.c:1007:	/* Get the NIC1 MBX Registers */
drivers/net/qlge/qlge_dbg.c:1029:	/* Get the FC2 MBX Registers */
drivers/net/qlge/qlge_dbg.c:1040:	/* Get the NIC2 MBX Registers */
drivers/zorro/zorro.ids:78:	8100  MBX 1200/1200z [RAM Expansion]
drivers/zorro/zorro.ids:81:	c100  MBX 1200/1200z [Miscellaneous Expansion Card]
drivers/pcmcia/m8xx_pcmcia.c:430:#define PCMCIA_BOARD_MSG "MBX"
>>>>> MPC821
drivers/pcmcia/m8xx_pcmcia.c:88:#if defined(CONFIG_MPC860T) || defined(CONFIG_MPC860) || defined(CONFIG_MPC821)
>>>>> MPC860
drivers/pcmcia/m8xx_pcmcia.c:88:#if defined(CONFIG_MPC860T) || defined(CONFIG_MPC860) || defined(CONFIG_MPC821)
arch/powerpc/include/asm/8xx_immap.h:5: * The I/O on the MPC860 is comprised of blocks of special registers
arch/powerpc/platforms/8xx/Kconfig:127:	  MPC860 CPUs, prior to Rev C have some bugs in the silicon, which
arch/powerpc/platforms/8xx/Kconfig:130:	  more details read the document entitled "MPC860 Family Device Errata
arch/m68k/include/asm/commproc.h:465: * used, and the MPC860 cookbook manual has an example using different
drivers/staging/wlags49_h2/hcfcfg.h:1374:/*****************************************  MPC860 **********************************************/
>>>>> MPC860T
drivers/pcmcia/m8xx_pcmcia.c:88:#if defined(CONFIG_MPC860T) || defined(CONFIG_MPC860) || defined(CONFIG_MPC821)
arch/powerpc/include/asm/8xx_immap.h:388:/* MPC860T Fast Ethernet Controller.  It isn't part of the CPM, but
>>>>> PCMCIA_IOCTL
drivers/pcmcia/cs_internal.h:192:#ifdef CONFIG_PCMCIA_IOCTL
drivers/pcmcia/cs_internal.h:206:#else /* CONFIG_PCMCIA_IOCTL */
drivers/pcmcia/cs_internal.h:219:#endif /* CONFIG_PCMCIA_IOCTL */
drivers/pcmcia/Makefile:10:pcmcia-$(CONFIG_PCMCIA_IOCTL)			+= pcmcia_ioctl.o
drivers/pcmcia/ds.c:888:#ifdef CONFIG_PCMCIA_IOCTL
drivers/pcmcia/ds.c:1353:#ifdef CONFIG_PCMCIA_IOCTL
include/pcmcia/ss.h:237:#ifdef CONFIG_PCMCIA_IOCTL
include/pcmcia/ss.h:240:#endif /* CONFIG_PCMCIA_IOCTL */
include/pcmcia/ds.h:120:#ifdef CONFIG_PCMCIA_IOCTL
include/pcmcia/ds.h:223:#if defined(CONFIG_PCMCIA_IOCTL) || !defined(__KERNEL__)
include/pcmcia/ds.h:416:#endif /* !defined(__KERNEL__) || defined(CONFIG_PCMCIA_IOCTL) */
>>>>> PRxK
drivers/pcmcia/m8xx_pcmcia.c:101:#ifdef CONFIG_PRxK
drivers/pcmcia/m8xx_pcmcia.c:484:#if defined(CONFIG_PRxK)
drivers/pcmcia/m8xx_pcmcia.c:547:#endif				/* CONFIG_PRxK */
>>>>> RPXCLASSIC
drivers/pcmcia/m8xx_pcmcia.c:75:#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE)
drivers/pcmcia/m8xx_pcmcia.c:265:#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE)
drivers/pcmcia/m8xx_pcmcia.c:332:#endif				/* CONFIG_RPXCLASSIC */
drivers/mtd/maps/Kconfig:291:	depends on MTD_CFI && (RPXCLASSIC || RPXLITE)
>>>>> RPXLITE
arch/m68k/include/asm/commproc.h:483:#ifdef CONFIG_RPXLITE
drivers/pcmcia/m8xx_pcmcia.c:75:#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE)
drivers/pcmcia/m8xx_pcmcia.c:265:#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE)
drivers/mtd/maps/Kconfig:291:	depends on MTD_CFI && (RPXCLASSIC || RPXLITE)

regulator

>>>>> TWL4030_ALLOW_UNSUPPORTED
drivers/regulator/twl-regulator.c:247:#ifdef CONFIG_TWL4030_ALLOW_UNSUPPORTED

scsi

>>>>> ACORNSCSI_CONSTANTS
drivers/scsi/arm/acornscsi.c:106:#undef CONFIG_ACORNSCSI_CONSTANTS
drivers/scsi/arm/acornscsi.c:414:#ifdef CONFIG_ACORNSCSI_CONSTANTS
drivers/scsi/arm/acornscsi.c:492:#ifdef CONFIG_ACORNSCSI_CONSTANTS
>>>>> AIC7XXX_PROC_STATS
drivers/scsi/aic7xxx/aic7xxx_osm.c:153:#ifdef CONFIG_AIC7XXX_PROC_STATS
Documentation/filesystems/proc.txt:1005:    AIC7XXX_PROC_STATS     : Disabled 
drivers/scsi/aic7xxx/aic7xxx_osm.c:154:#define AIC7XXX_PROC_STATS
>>>>> NCR53C8XX_PREFETCH
drivers/scsi/ncr53c8xx.c:1795:#ifdef CONFIG_NCR53C8XX_PREFETCH
>>>>> SCSI_ACORNSCSI_LINK
drivers/scsi/arm/acornscsi.c:70:#undef CONFIG_SCSI_ACORNSCSI_LINK
drivers/scsi/arm/acornscsi.c:164:#ifdef CONFIG_SCSI_ACORNSCSI_LINK
drivers/scsi/arm/acornscsi.c:1672:#ifdef CONFIG_SCSI_ACORNSCSI_LINK
drivers/scsi/arm/acornscsi.c:2827:#ifdef CONFIG_SCSI_ACORNSCSI_LINK
drivers/scsi/arm/acornscsi.c:2858:#ifdef CONFIG_SCSI_ACORNSCSI_LINK
>>>>> SCSI_ARCMSR_RESET
drivers/scsi/arcmsr/arcmsr_hba.c:75:#ifdef CONFIG_SCSI_ARCMSR_RESET
drivers/scsi/arcmsr/arcmsr_hba.c:2449:#ifdef CONFIG_SCSI_ARCMSR_RESET
drivers/scsi/arcmsr/arcmsr_hba.c:2554:			#ifdef CONFIG_SCSI_ARCMSR_RESET
>>>>> SCSI_DC395x_TRMS1040_TRADMAP
drivers/scsi/dc395x.c:1164:#ifdef CONFIG_SCSI_DC395x_TRMS1040_TRADMAP
>>>>> SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:299:#ifdef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:377:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:439:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:449:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:520:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:593:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:600:		/* implies CONFIG_SCSI_G_NCR5380_MEM */
drivers/scsi/g_NCR5380.c:613:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:620:		/* implies CONFIG_SCSI_G_NCR5380_MEM */
drivers/scsi/g_NCR5380.c:679:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:685:		/* implies CONFIG_SCSI_G_NCR5380_MEM */
drivers/scsi/g_NCR5380.c:695:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.c:701:		/* implies CONFIG_SCSI_G_NCR5380_MEM */
drivers/scsi/g_NCR5380.h:66:#ifndef CONFIG_SCSI_G_NCR5380_MEM
drivers/scsi/g_NCR5380.h:94:/* therefore CONFIG_SCSI_G_NCR5380_MEM */
drivers/scsi/g_NCR5380_mmio.c:7:#define SCSI_G_NCR5380_MEM
>>>>> SCSI_NCR53C8XX_DISABLE_MPARITY_CHECK
drivers/scsi/ncr53c8xx.h:175:#ifdef CONFIG_SCSI_NCR53C8XX_DISABLE_MPARITY_CHECK
>>>>> SCSI_NCR53C8XX_DISABLE_PARITY_CHECK
drivers/scsi/ncr53c8xx.h:184:#ifdef CONFIG_SCSI_NCR53C8XX_DISABLE_PARITY_CHECK
>>>>> SCSI_NCR53C8XX_FORCE_SYNC_NEGO
Documentation/scsi/ncr53c8xx.txt:585:CONFIG_SCSI_NCR53C8XX_FORCE_SYNC_NEGO (default answer: n)
drivers/scsi/ncr53c8xx.h:166:#ifdef CONFIG_SCSI_NCR53C8XX_FORCE_SYNC_NEGO
>>>>> SCSI_NCR53C8XX_IARB
drivers/scsi/ncr53c8xx.h:125:#if defined(CONFIG_SCSI_NCR53C8XX_IARB)
>>>>> SCSI_NCR53C8XX_INTEGRITY_CHECK
drivers/scsi/ncr53c8xx.h:70:#ifdef	CONFIG_SCSI_NCR53C8XX_INTEGRITY_CHECK
>>>>> SCSI_NCR53C8XX_NO_WORD_TRANSFERS
drivers/scsi/ncr53c8xx.h:416:#ifdef CONFIG_SCSI_NCR53C8XX_NO_WORD_TRANSFERS
drivers/scsi/ncr53c8xx.h:424:#ifdef CONFIG_SCSI_NCR53C8XX_NO_WORD_TRANSFERS
>>>>> SCSI_NCR53C8XX_TAGGED_QUEUE
drivers/scsi/ncr53c8xx.h:116:#elif	defined CONFIG_SCSI_NCR53C8XX_TAGGED_QUEUE
>>>>> WD33C93_PIO
drivers/scsi/wd33c93.c:174:#ifdef CONFIG_WD33C93_PIO
drivers/scsi/wd33c93.c:232:#else /* CONFIG_WD33C93_PIO */
drivers/scsi/wd33c93.c:299:#endif /* CONFIG_WD33C93_PIO */
drivers/scsi/wd33c93.h:193:#ifdef CONFIG_WD33C93_PIO

serial

>>>>> 68328_SERIAL_UART2
arch/m68knommu/platform/68VZ328/config.c:93:#ifdef CONFIG_68328_SERIAL_UART2
drivers/serial/68328serial.h:184:#ifndef CONFIG_68328_SERIAL_UART2
>>>>> ALMA_ANS
drivers/serial/68328serial.c:105:#if defined(CONFIG_M68EZ328ADS) || defined(CONFIG_ALMA_ANS) || defined(CONFIG_DRAGONIXVZ)
>>>>> CONSOLE
drivers/serial/68328serial.c:81:#ifdef CONFIG_CONSOLE
drivers/serial/68328serial.c:304:#ifdef CONFIG_CONSOLE
Documentation/ia64/serial.txt:43:CONSOLE SELECTION
Documentation/ia64/serial.txt:70:EARLY SERIAL CONSOLE
Documentation/ia64/serial.txt:83:TROUBLESHOOTING SERIAL CONSOLE PROBLEMS
Documentation/s390/config3270.sh:59:	elif [ $maj = CONSOLE ]; then
MAINTAINERS:2533:HYPERVISOR VIRTUAL CONSOLE DRIVER
MAINTAINERS:5109:SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
MAINTAINERS:6119:VIRTIO CONSOLE DRIVER
arch/m68k/kernel/head.S:156: * #ifdef CONSOLE/#endif clauses so it doesn't have to ship in known-good
arch/m68k/kernel/head.S:201: * CONSOLE:	There is support for head.S console in this file.  This
arch/m68k/kernel/head.S:276:#define CONSOLE
arch/m68k/kernel/head.S:493:#if defined(CONSOLE) || defined(SERIAL_DEBUG)
arch/m68k/kernel/head.S:496:#ifdef CONSOLE
arch/m68k/kernel/head.S:502:#if defined(CONSOLE) || defined(SERIAL_DEBUG)
arch/m68k/kernel/head.S:522:#if defined(CONSOLE) || defined(SERIAL_DEBUG)
arch/m68k/kernel/head.S:913:#ifdef CONSOLE
arch/m68k/kernel/head.S:919:#endif	/* CONSOLE */
arch/m68k/kernel/head.S:1424:#if defined(CONSOLE)
arch/m68k/kernel/head.S:3210:#ifdef CONSOLE
arch/m68k/kernel/head.S:3239:#ifdef CONSOLE
arch/m68k/kernel/head.S:3301:#ifdef CONSOLE
arch/m68k/kernel/head.S:3782:#endif /* CONSOLE */
arch/m68k/kernel/head.S:3827:#if defined(CONSOLE)
arch/m68k/kernel/head.S:3839:#endif /* CONSOLE */
arch/sh/include/mach-common/mach/snapgear.h:50: * D4         ttySC0 DCD (7100)      CONSOLE
arch/s390/kernel/setup.c:169:		cpcmd("QUERY CONSOLE", query_buffer, 1024, NULL);
arch/alpha/kernel/err_common.c:247:	printk("%s******* CONSOLE DATA LOG FOR CPU %d. *******\n"
arch/alpha/kernel/err_common.c:258:	         "**** END OF CONSOLE DATA LOG FOR CPU %d ****\n", 
include/linux/fb.h:528:/*      CONSOLE-SPECIFIC: get console to framebuffer mapping */
include/linux/fb.h:530:/*      CONSOLE-SPECIFIC: set console to framebuffer mapping */
include/linux/fb.h:545:/*      CONSOLE-SPECIFIC: remap all consoles to new fb - for vga switcheroo */
>>>>> CONSOLE_115200
drivers/serial/68360serial.c:310:#elif defined(CONFIG_CONSOLE_115200)
>>>>> CONSOLE_19200
drivers/serial/68360serial.c:308:#elif defined(CONFIG_CONSOLE_19200)
>>>>> CONSOLE_9600
drivers/serial/68360serial.c:306:#if defined(CONFIG_CONSOLE_9600)
>>>>> DRAGONIXVZ
drivers/serial/68328serial.c:105:#if defined(CONFIG_M68EZ328ADS) || defined(CONFIG_ALMA_ANS) || defined(CONFIG_DRAGONIXVZ)
>>>>> ETRAX_EXTERN_PB6CLK_ENABLED
drivers/serial/crisv10.c:3001:#ifdef CONFIG_ETRAX_EXTERN_PB6CLK_ENABLED
>>>>> ETRAX_RS485_LTC1387
drivers/serial/crisv10.c:1407:#if defined(CONFIG_ETRAX_RS485_LTC1387)
drivers/serial/crisv10.c:3878:#if defined(CONFIG_ETRAX_RS485_LTC1387)
>>>>> ETRAX_RS485_ON_PORT_G
drivers/serial/crisv10.c:60:#if defined(CONFIG_ETRAX_RS485_ON_PA) && defined(CONFIG_ETRAX_RS485_ON_PORT_G)
drivers/serial/crisv10.c:61:#error "Disable either CONFIG_ETRAX_RS485_ON_PA or CONFIG_ETRAX_RS485_ON_PORT_G"
drivers/serial/crisv10.c:498:#if defined(CONFIG_ETRAX_RS485_ON_PORT_G)
drivers/serial/crisv10.c:1403:#if defined(CONFIG_ETRAX_RS485_ON_PORT_G)
drivers/serial/crisv10.c:3874:#if defined(CONFIG_ETRAX_RS485_ON_PORT_G)
drivers/serial/crisv10.c:4446:#if defined(CONFIG_ETRAX_RS485_ON_PORT_G)
>>>>> ETRAX_SERIAL_PROC_ENTRY
drivers/serial/crisv10.c:466:#ifdef CONFIG_ETRAX_SERIAL_PROC_ENTRY
drivers/serial/crisv10.c:488:#endif /* CONFIG_ETRAX_SERIAL_PROC_ENTRY */
>>>>> HARD_PPS
drivers/serial/68360serial.c:560:#ifdef CONFIG_HARD_PPS
drivers/char/amiserial.c:394:#ifdef CONFIG_HARD_PPS
include/linux/serial_core.h:506:#ifdef CONFIG_HARD_PPS
>>>>> M68EZ328ADS
drivers/serial/68328serial.c:105:#if defined(CONFIG_M68EZ328ADS) || defined(CONFIG_ALMA_ANS) || defined(CONFIG_DRAGONIXVZ)
>>>>> PP04
drivers/serial/68360serial.c:2506:#ifdef CONFIG_PP04
drivers/serial/68360serial.c:2507:	/* Frequentis PP04 forced to RS-232 until we know better.

staging

>>>>> ANDROID_PMEM
drivers/staging/msm/mdp_ppp.c:547:#ifdef CONFIG_ANDROID_PMEM
drivers/staging/msm/mdp_ppp.c:1230:#ifdef CONFIG_ANDROID_PMEM
drivers/staging/msm/msm_fb.c:1442:#ifdef CONFIG_ANDROID_PMEM
drivers/staging/msm/mdp4_overlay.c:1022:#ifdef CONFIG_ANDROID_PMEM
drivers/staging/msm/mdp4_overlay.c:1026:#ifdef CONFIG_ANDROID_PMEM
>>>>> CAVIUM_OCTEON_NUM_PACKET_BUFFERS
drivers/staging/octeon/ethernet-defines.h:36: *  CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS
drivers/staging/octeon/ethernet.c:56:#if defined(CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS) \
drivers/staging/octeon/ethernet.c:57:	&& CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS
drivers/staging/octeon/ethernet.c:58:int num_packet_buffers = CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS;
>>>>> FB_MSM_LOGO
drivers/staging/msm/Makefile:3:obj-$(CONFIG_FB_MSM_LOGO) += logo.o
drivers/staging/msm/msm_fb.c:51:#ifdef CONFIG_FB_MSM_LOGO
drivers/staging/msm/msm_fb.c:977:#ifdef CONFIG_FB_MSM_LOGO
>>>>> FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/lcdc_sharp_wvga_pt.c:252:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/mddi_prism.c:70:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/Makefile:59:ifeq ($(CONFIG_FB_MSM_MDDI_AUTO_DETECT),y)
drivers/staging/msm/mddi_toshiba_vga.c:73:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/mddi_sharp.c:797:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/mddihosti.c:1746:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/lcdc_wxga.c:25:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/msm_fb.c:196:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/msm_fb.c:206:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/mddi_toshiba_wvga_pt.c:27:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
drivers/staging/msm/mddi_toshiba_wvga.c:27:#ifdef CONFIG_FB_MSM_MDDI_AUTO_DETECT
>>>>> FB_MSM_MDP22
drivers/staging/msm/mdp.c:126:#ifndef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.c:375:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.c:564:#ifndef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.c:695:#ifndef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.c:944:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.c:989:#ifndef CONFIG_FB_MSM_MDP22
drivers/staging/msm/msm_fb.c:895:#if defined(CONFIG_FB_MSM_MDP22)
drivers/staging/msm/msm_fb.c:2132:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.h:243:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.h:255:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.h:292:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp.h:543:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp_dma.c:152:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp_dma.c:172:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp_dma.c:215:#ifdef CONFIG_FB_MSM_MDP22
drivers/staging/msm/mdp_hw_init.c:638:#ifndef CONFIG_FB_MSM_MDP22
drivers/staging/msm/Kconfig:111:	depends on  (FB_MSM_MDP22 || FB_MSM_MDP31)
>>>>> FB_MSM_MDP30
drivers/staging/msm/msm_fb.c:897:#elif defined(CONFIG_FB_MSM_MDP30)
drivers/staging/msm/mdp_dma.c:74:#ifdef CONFIG_FB_MSM_MDP30
>>>>> FB_MSM_MDP40
drivers/staging/msm/staging-devices.c:65:#if defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/mdp.c:40:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:67:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:84:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:145:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:206:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:229:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:385:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:391:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:531:#ifndef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:807:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:832:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:856:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:881:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:967:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:999:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.c:1105:#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/mdp_cursor.c:83:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:40:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:51:#ifndef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:159:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:228:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:297:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:327:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:349:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp_dma_lcdc.c:365:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp4_overlay_lcdc.c:40:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp4_overlay_lcdc.c:205:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/Makefile:9:ifeq ($(CONFIG_FB_MSM_MDP40),y)
drivers/staging/msm/mdp_vsync.c:42:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mddihosti.c:835:#if defined(CONFIG_FB_MSM_MDP31) || defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/mddihosti.c:1083:#if defined(CONFIG_FB_MSM_MDP31) || defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/mddihosti.c:1212:#if defined(CONFIG_FB_MSM_MDP31) || defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/mddihosti.c:1479:#if defined(CONFIG_FB_MSM_MDP31) || defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/msm_fb.c:901:#elif defined(CONFIG_FB_MSM_MDP40)
drivers/staging/msm/msm_fb.c:1971:#ifndef CONFIG_FB_MSM_MDP40
drivers/staging/msm/msm_fb.c:2016:#ifndef CONFIG_FB_MSM_MDP40
drivers/staging/msm/msm_fb.c:2062:#ifndef CONFIG_FB_MSM_MDP40
drivers/staging/msm/msm_fb.c:2087:#ifndef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.h:229:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mdp.h:573:#ifdef CONFIG_FB_MSM_MDP40
drivers/staging/msm/mddihosti.h:155:#if defined(CONFIG_FB_MSM_MDP31) || defined(CONFIG_FB_MSM_MDP40)
>>>>> FB_MSM_OVERLAY
drivers/staging/msm/mdp.c:949:#ifdef CONFIG_FB_MSM_OVERLAY
drivers/staging/msm/mdp.c:993:#ifdef CONFIG_FB_MSM_OVERLAY
drivers/staging/msm/mdp4_util.c:211:#ifndef CONFIG_FB_MSM_OVERLAY
drivers/staging/msm/Makefile:23:ifeq ($(CONFIG_FB_MSM_OVERLAY),y)
drivers/staging/msm/msm_fb.c:1880:#ifdef CONFIG_FB_MSM_OVERLAY
drivers/staging/msm/msm_fb.c:2026:#ifdef CONFIG_FB_MSM_OVERLAY
drivers/staging/msm/mdp4.h:114:#ifdef CONFIG_FB_MSM_OVERLAY
>>>>> FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_grapefruit.c:20:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_grapefruit.c:29:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_gordon.c:409:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_prism.c:20:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_prism.c:29:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_toshiba_wvga_pt.c:24:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
drivers/staging/msm/lcdc_toshiba_wvga_pt.c:330:#ifdef CONFIG_FB_MSM_TRY_MDDI_CATCH_LCDC_PRISM
>>>>> FB_MSM_TVOUT_PAL_M
drivers/staging/msm/tv_pal.c:37:#ifdef CONFIG_FB_MSM_TVOUT_PAL_M
>>>>> FB_MSM_TVOUT_SVIDEO
drivers/staging/msm/tv_pal.c:141:#ifdef CONFIG_FB_MSM_TVOUT_SVIDEO
drivers/staging/msm/tv_ntsc.c:91:#ifdef CONFIG_FB_MSM_TVOUT_SVIDEO
>>>>> FORCE_HARD_FLOAT
drivers/staging/rtl8192u/r8192U_core.c:27:#ifndef CONFIG_FORCE_HARD_FLOAT
>>>>> HAS_EARLYSUSPEND
drivers/staging/msm/mdp.c:113:#if defined(CONFIG_PM) && !defined(CONFIG_HAS_EARLYSUSPEND)
drivers/staging/msm/mdp.c:122:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mdp.c:755:#ifndef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mdp.c:1061:#if defined(CONFIG_PM) && !defined(CONFIG_HAS_EARLYSUSPEND)
drivers/staging/msm/mdp.c:1069:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mdp.c:1084:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/msm_fb.h:54:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/msm_fb.h:151:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi.c:51:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi.c:65:#ifndef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi.c:227:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi.c:307:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi_ext.c:52:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi_ext.c:60:#ifndef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi_ext.c:218:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/mddi_ext.c:267:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/msm_fb.c:337:#if defined(CONFIG_PM) && !defined(CONFIG_HAS_EARLYSUSPEND)
drivers/staging/msm/msm_fb.c:419:#if defined(CONFIG_PM) && !defined(CONFIG_HAS_EARLYSUSPEND)
drivers/staging/msm/msm_fb.c:475:#ifndef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/msm_fb.c:486:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/msm/msm_fb.c:982:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:22:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:52:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:72:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:504:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:531:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:589:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/synaptics_i2c_rmi.c:619:#ifndef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/gpio_event.c:89:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/gpio_event.c:144:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/gpio_event.c:173:#ifdef CONFIG_HAS_EARLYSUSPEND
drivers/staging/dream/gpio_event.c:191:#ifdef CONFIG_HAS_EARLYSUSPEND
>>>>> HAS_WAKELOCK
drivers/staging/dream/include/linux/wakelock.h:36:#ifdef CONFIG_HAS_WAKELOCK
drivers/staging/dream/include/linux/wakelock.h:55:#ifdef CONFIG_HAS_WAKELOCK
>>>>> IEEE80211_CRYPT_TKIP
drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c:375:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c:195:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8192su/ieee80211/ieee80211_rx.c:312:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8192su/ieee80211/ieee80211_tx.c:194:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c:309:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c:193:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:358:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:194:#ifdef CONFIG_IEEE80211_CRYPT_TKIP
>>>>> KMOD
drivers/staging/go7007/go7007.txt:83:	CONFIG_KMOD              - Automatic kernel module loading
drivers/staging/comedi/comedi_fops.c:1824:#ifdef CONFIG_KMOD
drivers/staging/rtl8192u/ieee80211/internal.h:56:#ifdef CONFIG_KMOD
net/core/dev.c:63: *		Cyrus Durgin	:	Cleaned for KMOD
security/selinux/hooks.c:3320:	COMMON_AUDIT_DATA_INIT(&ad, KMOD);
>>>>> MDP_PPP_ASYNC_OP
drivers/staging/msm/mdp.c:632:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/mdp.c:666:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/Makefile:17:obj-$(CONFIG_MDP_PPP_ASYNC_OP) += mdp_ppp_dq.o
drivers/staging/msm/mdp_ppp.c:1129:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/msm_fb.c:1683:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/msm_fb.c:2050:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/msm_fb.c:2117:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/mdp.h:49:#ifdef CONFIG_MDP_PPP_ASYNC_OP
drivers/staging/msm/mdp.h:95:#ifdef CONFIG_MDP_PPP_ASYNC_OP
>>>>> MSM_ADSP_REPORT_EVENTS
drivers/staging/dream/qdsp5/adsp.c:548:#ifdef CONFIG_MSM_ADSP_REPORT_EVENTS
drivers/staging/dream/qdsp5/adsp.c:575:#endif /* CONFIG_MSM_ADSP_REPORT_EVENTS */
drivers/staging/dream/qdsp5/adsp.c:708:#ifdef CONFIG_MSM_ADSP_REPORT_EVENTS
>>>>> MSM_AMSS_VERSION
drivers/staging/dream/include/mach/msm_rpcrouter.h:25:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/include/mach/msm_adsp.h:49:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:114:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:130:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:134:#elif (CONFIG_MSM_AMSS_VERSION == 6220) || (CONFIG_MSM_AMSS_VERSION == 6225)
drivers/staging/dream/qdsp5/adsp.h:138:#elif CONFIG_MSM_AMSS_VERSION == 6210
drivers/staging/dream/qdsp5/adsp.h:162:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:174:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:188:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:258:#endif /* CONFIG_MSM_AMSS_VERSION >= 6350 */
drivers/staging/dream/qdsp5/adsp.h:264:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.h:300:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/snd.c:42:#if CONFIG_MSM_AMSS_VERSION == 6210
drivers/staging/dream/qdsp5/snd.c:44:#elif (CONFIG_MSM_AMSS_VERSION == 6220) || \
drivers/staging/dream/qdsp5/snd.c:45:      (CONFIG_MSM_AMSS_VERSION == 6225)
drivers/staging/dream/qdsp5/snd.c:47:#elif CONFIG_MSM_AMSS_VERSION == 6350
drivers/staging/dream/qdsp5/adsp.c:71:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:151:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:169:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:206:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:250:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:550:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:574:#endif /* CONFIG_MSM_AMSS_VERSION >= 6350 */
drivers/staging/dream/qdsp5/adsp.c:586:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:693:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:1046:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:1061:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:1120:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/adsp.c:1140:#if CONFIG_MSM_AMSS_VERSION >= 6350
drivers/staging/dream/qdsp5/audmgr.h:20:#if CONFIG_MSM_AMSS_VERSION==6350
drivers/staging/dream/qdsp5/audmgr.h:145:#if CONFIG_MSM_AMSS_VERSION < 6220
drivers/staging/dream/qdsp5/audmgr.h:170:#if CONFIG_MSM_AMSS_VERSION < 6220
drivers/staging/dream/qdsp5/adsp_driver.c:441:#if CONFIG_MSM_AMSS_VERSION==6350
>>>>> MSM_NPA_REMOTE
drivers/staging/msm/memory.c:26:#if defined(CONFIG_MSM_NPA_REMOTE)
drivers/staging/msm/memory.c:156:#if defined(CONFIG_MSM_NPA_REMOTE)
drivers/staging/msm/memory.c:163:#if defined(CONFIG_MSM_NPA_REMOTE)
drivers/staging/msm/memory.c:172:#if defined(CONFIG_MSM_NPA_REMOTE)
>>>>> RTL8180_IO_MAP
drivers/staging/rtl8192e/r8192E_core.c:278:#ifdef CONFIG_RTL8180_IO_MAP
drivers/staging/rtl8192e/r8192E_core.c:6481:#ifdef CONFIG_RTL8180_IO_MAP
drivers/staging/rtl8192e/r8192E_core.c:6585:#ifdef CONFIG_RTL8180_IO_MAP
drivers/staging/rtl8187se/r8185b_init.c:32://#define CONFIG_RTL8180_IO_MAP
>>>>> RTL8180_PM
drivers/staging/rtl8192u/r8180_pm.h:13:#ifdef CONFIG_RTL8180_PM
drivers/staging/rtl8192u/r8180_pm.h:28:#endif // CONFIG_RTL8180_PM
drivers/staging/rtl8192u/r8180_pm.c:12:#ifdef CONFIG_RTL8180_PM
drivers/staging/rtl8192u/r8180_pm.c:48:#endif //CONFIG_RTL8180_PM
>>>>> RTL8192_PM
drivers/staging/rtl8192u/r8192U_core.c:76:#ifdef CONFIG_RTL8192_PM
drivers/staging/rtl8192u/r8192U_core.c:160:#ifdef CONFIG_RTL8192_PM
>>>>> SBE_HDLC_V7
drivers/staging/cxt1e1/functions.c:34:#if defined(CONFIG_SBE_HDLC_V7) || defined(CONFIG_SBE_WAN256T3_HDLC_V7) || \
drivers/staging/cxt1e1/linux.c:93:#if defined(CONFIG_SBE_HDLC_V7) || defined(CONFIG_SBE_WAN256T3_HDLC_V7) || \
>>>>> SBE_WAN256T3_HDLC_V7
drivers/staging/cxt1e1/functions.c:34:#if defined(CONFIG_SBE_HDLC_V7) || defined(CONFIG_SBE_WAN256T3_HDLC_V7) || \
drivers/staging/cxt1e1/linux.c:93:#if defined(CONFIG_SBE_HDLC_V7) || defined(CONFIG_SBE_WAN256T3_HDLC_V7) || \
>>>>> SBE_WAN256T3_NCOMM
drivers/staging/cxt1e1/musycc.c:1083:#ifdef CONFIG_SBE_WAN256T3_NCOMM
drivers/staging/cxt1e1/musycc.c:1095:#endif                              /*** CONFIG_SBE_WAN256T3_NCOMM ***/
drivers/staging/cxt1e1/musycc.c:1205:#ifdef CONFIG_SBE_WAN256T3_NCOMM
drivers/staging/cxt1e1/musycc.c:1217:#endif                              /*** CONFIG_SBE_WAN256T3_NCOMM ***/
>>>>> SBE_WANC24_NCOMM
drivers/staging/cxt1e1/linux.c:1343:#ifndef CONFIG_SBE_WANC24_NCOMM
>>>>> WAKELOCK_STAT
drivers/staging/dream/include/linux/wakelock.h:41:#ifdef CONFIG_WAKELOCK_STAT

usb

>>>>> ARCH_KARO
drivers/usb/host/isp1362.h:11:#if defined(CONFIG_ARCH_KARO)
include/asm-arm/mach-types.h:4388:#ifdef CONFIG_ARCH_KARO
arch/arm/tools/mach-types:207:karo			ARCH_KARO		KARO			190
>>>>> CPU_PXA27x
drivers/usb/host/ohci-pxa27x.c:206:#ifdef CONFIG_CPU_PXA27x
drivers/usb/gadget/pxa27x_udc.c:2564:#ifdef CONFIG_CPU_PXA27x
>>>>> MACH_OMAP_H4_OTG
arch/arm/mach-omap2/board-h4.c:280:#ifdef	CONFIG_MACH_OMAP_H4_OTG
drivers/usb/gadget/omap_udc.c:2097:#ifndef CONFIG_MACH_OMAP_H4_OTG
drivers/usb/gadget/Kconfig:193:	select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG
>>>>> USB_LANGWELL_OTG
drivers/usb/gadget/langwell_udc.c:24:#if defined(CONFIG_USB_LANGWELL_OTG)
drivers/usb/gadget/langwell_udc.h:22:#if defined(CONFIG_USB_LANGWELL_OTG)

video

>>>>> FB_68328_INVERT
drivers/video/68328fb.c:52:#if defined(CONFIG_FB_68328_INVERT)
>>>>> FB_VIA_CAMERA
drivers/video/via/accel.c:373:#if defined(CONFIG_FB_VIA_CAMERA) || defined(CONFIG_FB_VIA_CAMERA_MODULE)
include/linux/via-core.h:84:#if defined(CONFIG_FB_VIA_CAMERA) || defined(CONFIG_FB_VIA_CAMERA_MODULE)
>>>>> PPC_OF__disabled
drivers/video/aty/radeon_pm.c:2791:#ifdef CONFIG_PPC_OF__disabled
>>>>> PPC_PMAC__disabled
drivers/video/aty/aty128fb.c:1858:#ifdef CONFIG_PPC_PMAC__disabled

xen

>>>>> XEN_BACKEND
drivers/xen/xenbus/xenbus_probe.h:39:#ifdef CONFIG_XEN_BACKEND

fs/

befs

>>>>> BEFS_RW
fs/befs/linuxvfs.c:781:#ifndef CONFIG_BEFS_RW
fs/befs/linuxvfs.c:787:#endif                           /* CONFIG_BEFS_RW */

nilfs2

>>>>> NILFS_POSIX_ACL
fs/nilfs2/nilfs.h:196:#ifdef CONFIG_NILFS_POSIX_ACL
>>>>> NILFS_XATTR
fs/nilfs2/nilfs.h:51:#ifdef CONFIG_NILFS_XATTR
fs/nilfs2/super.c:1118:#ifdef CONFIG_NILFS_XATTR

xfs

>>>>> KDB_MODULES
fs/xfs/linux-2.6/xfs_buf.h:399:#ifdef CONFIG_KDB_MODULES
fs/xfs/linux-2.6/xfs_buf.c:2000:#ifdef CONFIG_KDB_MODULES
>>>>> XFS_DMAPI
fs/xfs/linux-2.6/xfs_super.h:59:#ifdef CONFIG_XFS_DMAPI

include/

linux

>>>>> FB_VIA_CAMERA
drivers/video/via/accel.c:373:#if defined(CONFIG_FB_VIA_CAMERA) || defined(CONFIG_FB_VIA_CAMERA_MODULE)
include/linux/via-core.h:84:#if defined(CONFIG_FB_VIA_CAMERA) || defined(CONFIG_FB_VIA_CAMERA_MODULE)
>>>>> HARD_PPS
drivers/serial/68360serial.c:560:#ifdef CONFIG_HARD_PPS
drivers/char/amiserial.c:394:#ifdef CONFIG_HARD_PPS
include/linux/serial_core.h:506:#ifdef CONFIG_HARD_PPS
>>>>> SA1100_CT6001
include/linux/com20020.h:38:#ifdef CONFIG_SA1100_CT6001
>>>>> STM_DRIVERS
Documentation/networking/stmmac.txt:103:#ifdef CONFIG_STM_DRIVERS
drivers/net/stmmac/stmmac.h:94:#ifdef CONFIG_STM_DRIVERS
include/linux/stmmac.h:39:#ifdef CONFIG_STM_DRIVERS

pcmcia

>>>>> PCMCIA_IOCTL
drivers/pcmcia/cs_internal.h:192:#ifdef CONFIG_PCMCIA_IOCTL
drivers/pcmcia/cs_internal.h:206:#else /* CONFIG_PCMCIA_IOCTL */
drivers/pcmcia/cs_internal.h:219:#endif /* CONFIG_PCMCIA_IOCTL */
drivers/pcmcia/Makefile:10:pcmcia-$(CONFIG_PCMCIA_IOCTL)                        += pcmcia_ioctl.o
drivers/pcmcia/ds.c:888:#ifdef CONFIG_PCMCIA_IOCTL
drivers/pcmcia/ds.c:1353:#ifdef CONFIG_PCMCIA_IOCTL
include/pcmcia/ss.h:237:#ifdef CONFIG_PCMCIA_IOCTL
include/pcmcia/ss.h:240:#endif /* CONFIG_PCMCIA_IOCTL */
include/pcmcia/ds.h:120:#ifdef CONFIG_PCMCIA_IOCTL
include/pcmcia/ds.h:223:#if defined(CONFIG_PCMCIA_IOCTL) || !defined(__KERNEL__)
include/pcmcia/ds.h:416:#endif /* !defined(__KERNEL__) || defined(CONFIG_PCMCIA_IOCTL) */

sound

>>>>> USE_VXLOADER
include/sound/vx_core.h:31:#if !defined(CONFIG_USE_VXLOADER) && !defined(CONFIG_SND_VX_LIB) /* built-in kernel */

xen

>>>>> XEN_DOM0
include/xen/xen.h:22:#ifdef CONFIG_XEN_DOM0
include/xen/xen.h:28:#else  /* !CONFIG_XEN_DOM0 */
include/xen/xen.h:30:#endif     /* CONFIG_XEN_DOM0 */

mm/

>>>>> NEED_PER_CPU_KM
mm/percpu.c:657:#ifdef CONFIG_NEED_PER_CPU_KM
mm/percpu-km.c:14: * - define CONFIG_NEED_PER_CPU_KM from the arch Kconfig.


sound/

core

>>>>> SND_HPET
sound/core/timer.c:37:#if defined(CONFIG_SND_HPET) || defined(CONFIG_SND_HPET_MODULE)

isa

>>>>> SND_DEBUG_ROM
sound/isa/gus/interwave.c:445:#ifdef CONFIG_SND_DEBUG_ROM
sound/isa/gus/interwave.c:455:#ifdef CONFIG_SND_DEBUG_ROM

oss

>>>>> BCM_CS4297A_CSWARM
sound/oss/swarm_cs4297a.c:2582:#ifndef CONFIG_BCM_CS4297A_CSWARM
sound/oss/swarm_cs4297a.c:2590:#ifndef CONFIG_BCM_CS4297A_CSWARM
>>>>> SOUND_SOFTOSS
sound/oss/vidc.c:494:#if defined(CONFIG_SOUND_SOFTOSS) || defined(CONFIG_SOUND_SOFTOSS_MODULE)

pci

>>>>> USE_MIXARTLOADER
sound/pci/mixart/mixart_hwdep.c:549:#if !defined(CONFIG_USE_MIXARTLOADER) && !defined(CONFIG_SND_MIXART) /* built-in kernel */
>>>>> USE_PCXHRLOADER
sound/pci/pcxhr/pcxhr_hwdep.c:38:#if !defined(CONFIG_USE_PCXHRLOADER) && !defined(CONFIG_SND_PCXHR) /* built-in kernel */

soc

>>>>> AT32_ENHANCED_PORTMUX
sound/soc/atmel/playpaq_wm8510.c:428:#if defined CONFIG_AT32_ENHANCED_PORTMUX
sound/soc/atmel/playpaq_wm8510.c:499:#if defined CONFIG_AT32_ENHANCED_PORTMUX
>>>>> CPU_S3C2413
arch/arm/mach-s3c2410/include/mach/regs-clock.h:98:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
arch/arm/mach-s3c2410/include/mach/regs-clock.h:162:#endif /* CONFIG_CPU_S3C2412 | CONFIG_CPU_S3C2413 */
arch/arm/plat-s3c24xx/include/plat/map.h:86:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
arch/arm/plat-s3c24xx/cpu.c:194:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
sound/soc/s3c24xx/s3c-i2s-v2.c:35:#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
>>>>> SFFSDR_FPGA
sound/soc/davinci/davinci-sffsdr.c:28:#ifdef CONFIG_SFFSDR_FPGA
sound/soc/davinci/davinci-sffsdr.c:58:#ifndef CONFIG_SFFSDR_FPGA
sound/soc/davinci/davinci-sffsdr.c:73:#ifndef CONFIG_SFFSDR_FPGA
sound/soc/davinci/Kconfig:63:   select SFFSDR_FPGA

Return to Kernel_cleanup page.

Personal tools