summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-05-04 13:51:29 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-05-04 13:51:29 +0000
commit38c5311047945aaed9687026dfcfec3d135ee054 (patch)
treed720e99739b3b01959f80e55b3c3814fa8764abe /target
parente146ee036cdd9d637131d02ed194902c9891bae5 (diff)
downloadmaster-31e0f0ae-38c5311047945aaed9687026dfcfec3d135ee054.tar.gz
master-31e0f0ae-38c5311047945aaed9687026dfcfec3d135ee054.tar.bz2
master-31e0f0ae-38c5311047945aaed9687026dfcfec3d135ee054.zip
move MFD stuff to the generic kernel configs
SVN-Revision: 15587
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/config-2.6.282
-rw-r--r--target/linux/atheros/config-2.6.282
-rw-r--r--target/linux/avr32/config-default2
-rw-r--r--target/linux/brcm47xx/config-2.6.282
-rw-r--r--target/linux/brcm63xx/config-2.6.272
-rw-r--r--target/linux/generic-2.6/config-2.6.274
-rw-r--r--target/linux/generic-2.6/config-2.6.288
-rw-r--r--target/linux/generic-2.6/config-2.6.293
-rw-r--r--target/linux/generic-2.6/config-2.6.303
-rw-r--r--target/linux/ifxmips/config-2.6.272
-rw-r--r--target/linux/ifxmips/config-2.6.282
-rw-r--r--target/linux/ixp4xx/config-2.6.274
-rw-r--r--target/linux/ixp4xx/config-2.6.286
-rw-r--r--target/linux/ixp4xx/config-2.6.291
-rw-r--r--target/linux/ixp4xx/config-2.6.301
-rw-r--r--target/linux/olpc/config-2.6.272
-rw-r--r--target/linux/orion/config-default2
-rw-r--r--target/linux/ps3/config-2.6.282
-rw-r--r--target/linux/rb532/config-2.6.282
-rw-r--r--target/linux/rdc/config-2.6.282
-rw-r--r--target/linux/s3c24xx/config-2.6.287
-rw-r--r--target/linux/x86/config-2.6.282
22 files changed, 18 insertions, 45 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28
index 73fc9ca499..8d10f77bd7 100644
--- a/target/linux/ar71xx/config-2.6.28
+++ b/target/linux/ar71xx/config-2.6.28
@@ -115,8 +115,6 @@ CONFIG_KMOD=y
# CONFIG_MACH_TX39XX is not set
# CONFIG_MACH_TX49XX is not set
# CONFIG_MACH_VR41XX is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
CONFIG_MICREL_PHY=y
# CONFIG_MIKROTIK_RB532 is not set
CONFIG_MIPS=y
diff --git a/target/linux/atheros/config-2.6.28 b/target/linux/atheros/config-2.6.28
index d5ee116ce7..87a61ac122 100644
--- a/target/linux/atheros/config-2.6.28
+++ b/target/linux/atheros/config-2.6.28
@@ -95,8 +95,6 @@ CONFIG_LEDS_GPIO=y
# CONFIG_MACH_TX39XX is not set
# CONFIG_MACH_TX49XX is not set
# CONFIG_MACH_VR41XX is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MIKROTIK_RB532 is not set
CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default
index e8ebea5512..6d03539169 100644
--- a/target/linux/avr32/config-default
+++ b/target/linux/avr32/config-default
@@ -69,8 +69,6 @@ CONFIG_LOADER_U_BOOT=y
CONFIG_LOAD_ADDRESS=0x10000000
CONFIG_MACB=y
# CONFIG_MDIO_BITBANG is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
CONFIG_MMC=m
CONFIG_MMC_ATMELMCI=m
CONFIG_MMC_BLOCK=m
diff --git a/target/linux/brcm47xx/config-2.6.28 b/target/linux/brcm47xx/config-2.6.28
index 71ff7df9f2..31eeaea89c 100644
--- a/target/linux/brcm47xx/config-2.6.28
+++ b/target/linux/brcm47xx/config-2.6.28
@@ -103,8 +103,6 @@ CONFIG_LEDS_GPIO=y
# CONFIG_MACH_TX39XX is not set
# CONFIG_MACH_TX49XX is not set
# CONFIG_MACH_VR41XX is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MIKROTIK_RB532 is not set
CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27
index 9f690bb96a..0db641b0c9 100644
--- a/target/linux/brcm63xx/config-2.6.27
+++ b/target/linux/brcm63xx/config-2.6.27
@@ -128,8 +128,6 @@ CONFIG_LBD=y
# CONFIG_MACH_VR41XX is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MAGIC_SYSRQ=y
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MIKROTIK_RB532 is not set
CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27
index 8fd16e7883..b1a60062d4 100644
--- a/target/linux/generic-2.6/config-2.6.27
+++ b/target/linux/generic-2.6/config-2.6.27
@@ -832,7 +832,11 @@ CONFIG_MAC_PARTITION=y
# CONFIG_MEGARAID_SAS is not set
# CONFIG_MEMSTICK is not set
# CONFIG_MFD_ASIC3 is not set
+# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_T7L66XB is not set
+# CONFIG_MFD_TC6387XB is not set
+# CONFIG_MFD_TMIO is not set
# CONFIG_MIGRATION is not set
CONFIG_MII=y
# CONFIG_MINIX_FS is not set
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28
index 463f7c1e18..5c03444ca1 100644
--- a/target/linux/generic-2.6/config-2.6.28
+++ b/target/linux/generic-2.6/config-2.6.28
@@ -357,6 +357,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
# CONFIG_DLM is not set
# CONFIG_DMADEVICES is not set
# CONFIG_DMASCC is not set
+# CONFIG_DMATEST is not set
# CONFIG_DMA_ENGINE is not set
# CONFIG_DNOTIFY is not set
# CONFIG_DRM is not set
@@ -493,6 +494,7 @@ CONFIG_HOTPLUG=y
# CONFIG_HP100 is not set
# CONFIG_HPFS_FS is not set
# CONFIG_HP_ILO is not set
+# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_HWMON is not set
@@ -885,7 +887,13 @@ CONFIG_MAC_PARTITION=y
# CONFIG_MEGARAID_SAS is not set
# CONFIG_MEMSTICK is not set
# CONFIG_MFD_ASIC3 is not set
+# CONFIG_MFD_CORE is not set
+# CONFIG_MFD_PCF50606 is not set
# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_T7L66XB is not set
+# CONFIG_MFD_TC6387XB is not set
+# CONFIG_MFD_TC6393XB is not set
+# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MIGRATION is not set
diff --git a/target/linux/generic-2.6/config-2.6.29 b/target/linux/generic-2.6/config-2.6.29
index 2cd00a1212..dc188cc35c 100644
--- a/target/linux/generic-2.6/config-2.6.29
+++ b/target/linux/generic-2.6/config-2.6.29
@@ -364,6 +364,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
# CONFIG_DLM is not set
# CONFIG_DMADEVICES is not set
# CONFIG_DMASCC is not set
+# CONFIG_DMATEST is not set
# CONFIG_DMA_ENGINE is not set
# CONFIG_DNET is not set
# CONFIG_DNOTIFY is not set
@@ -502,6 +503,7 @@ CONFIG_HOTPLUG=y
# CONFIG_HP100 is not set
# CONFIG_HPFS_FS is not set
# CONFIG_HP_ILO is not set
+# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_HWMON is not set
@@ -903,6 +905,7 @@ CONFIG_MAC_PARTITION=y
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8350_I2C is not set
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30
index 5fb7328cb9..30687bd78a 100644
--- a/target/linux/generic-2.6/config-2.6.30
+++ b/target/linux/generic-2.6/config-2.6.30
@@ -374,6 +374,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
# CONFIG_DMADEVICES is not set
# CONFIG_DMA_ENGINE is not set
# CONFIG_DMASCC is not set
+# CONFIG_DMATEST is not set
# CONFIG_DNET is not set
# CONFIG_DNOTIFY is not set
# CONFIG_DRM is not set
@@ -518,6 +519,7 @@ CONFIG_HOTPLUG=y
# CONFIG_HP100 is not set
# CONFIG_HPFS_FS is not set
# CONFIG_HP_ILO is not set
+# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_HWMON is not set
@@ -932,6 +934,7 @@ CONFIG_MAC_PARTITION=y
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8350_I2C is not set
diff --git a/target/linux/ifxmips/config-2.6.27 b/target/linux/ifxmips/config-2.6.27
index fad4e2f4a1..d46deeabfc 100644
--- a/target/linux/ifxmips/config-2.6.27
+++ b/target/linux/ifxmips/config-2.6.27
@@ -103,8 +103,6 @@ CONFIG_LEDS_IFXMIPS=y
# CONFIG_MACH_TX39XX is not set
# CONFIG_MACH_TX49XX is not set
# CONFIG_MACH_VR41XX is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MIKROTIK_RB532 is not set
CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
diff --git a/target/linux/ifxmips/config-2.6.28 b/target/linux/ifxmips/config-2.6.28
index 06fc25e768..fdc9a8cc6e 100644
--- a/target/linux/ifxmips/config-2.6.28
+++ b/target/linux/ifxmips/config-2.6.28
@@ -101,8 +101,6 @@ CONFIG_LEDS_IFXMIPS=y
# CONFIG_MACH_TX39XX is not set
# CONFIG_MACH_TX49XX is not set
# CONFIG_MACH_VR41XX is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MIKROTIK_RB532 is not set
CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
diff --git a/target/linux/ixp4xx/config-2.6.27 b/target/linux/ixp4xx/config-2.6.27
index b0be1ce5fc..cf4a82b03a 100644
--- a/target/linux/ixp4xx/config-2.6.27
+++ b/target/linux/ixp4xx/config-2.6.27
@@ -195,10 +195,6 @@ CONFIG_MACH_WRT300NV2=y
# CONFIG_MEDIA_TUNER_TEA5767 is not set
# CONFIG_MEDIA_TUNER_XC2028 is not set
# CONFIG_MEDIA_TUNER_XC5000 is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_T7L66XB is not set
-# CONFIG_MFD_TC6387XB is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MINIX_FS is not set
CONFIG_MTD=y
# CONFIG_MTD_ABSENT is not set
diff --git a/target/linux/ixp4xx/config-2.6.28 b/target/linux/ixp4xx/config-2.6.28
index de33b3f66e..7d9af2d80c 100644
--- a/target/linux/ixp4xx/config-2.6.28
+++ b/target/linux/ixp4xx/config-2.6.28
@@ -134,7 +134,6 @@ CONFIG_HAVE_OPROFILE=y
# CONFIG_HERMES is not set
# CONFIG_HID is not set
CONFIG_HID_SUPPORT=y
-# CONFIG_HTC_EGPIO is not set
CONFIG_HWMON=y
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_HWMON_VID=y
@@ -203,11 +202,6 @@ CONFIG_MACH_WRT300NV2=y
# CONFIG_MEDIA_TUNER_TEA5767 is not set
# CONFIG_MEDIA_TUNER_XC2028 is not set
# CONFIG_MEDIA_TUNER_XC5000 is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_T7L66XB is not set
-# CONFIG_MFD_TC6387XB is not set
-# CONFIG_MFD_TC6393XB is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MINIX_FS is not set
CONFIG_MTD=y
# CONFIG_MTD_ABSENT is not set
diff --git a/target/linux/ixp4xx/config-2.6.29 b/target/linux/ixp4xx/config-2.6.29
index 5611feae01..a38b10656f 100644
--- a/target/linux/ixp4xx/config-2.6.29
+++ b/target/linux/ixp4xx/config-2.6.29
@@ -116,7 +116,6 @@ CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_HAVE_MTD_OTP=y
CONFIG_HAVE_OPROFILE=y
-# CONFIG_HTC_EGPIO is not set
CONFIG_HWMON=y
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_HWMON_VID=y
diff --git a/target/linux/ixp4xx/config-2.6.30 b/target/linux/ixp4xx/config-2.6.30
index f5f7a895a4..46bccba1ea 100644
--- a/target/linux/ixp4xx/config-2.6.30
+++ b/target/linux/ixp4xx/config-2.6.30
@@ -117,7 +117,6 @@ CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_HAVE_MTD_OTP=y
CONFIG_HAVE_OPROFILE=y
-# CONFIG_HTC_EGPIO is not set
CONFIG_HWMON=y
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_HWMON_VID=y
diff --git a/target/linux/olpc/config-2.6.27 b/target/linux/olpc/config-2.6.27
index 8cace4db7e..2668cfa324 100644
--- a/target/linux/olpc/config-2.6.27
+++ b/target/linux/olpc/config-2.6.27
@@ -388,8 +388,6 @@ CONFIG_MARKERS=y
# CONFIG_MEDIA_TUNER_XC5000 is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MEMTEST is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MGEODEGX1 is not set
CONFIG_MGEODE_LX=y
CONFIG_MICROCODE=y
diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default
index 961e729e08..71a84b7946 100644
--- a/target/linux/orion/config-default
+++ b/target/linux/orion/config-default
@@ -205,8 +205,6 @@ CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
-# CONFIG_MFD_T7L66XB is not set
-# CONFIG_MFD_TC6387XB is not set
# CONFIG_MINIX_FS is not set
# CONFIG_MMC_TEST is not set
CONFIG_MTD=y
diff --git a/target/linux/ps3/config-2.6.28 b/target/linux/ps3/config-2.6.28
index f61e0df82a..8bac80ba1e 100644
--- a/target/linux/ps3/config-2.6.28
+++ b/target/linux/ps3/config-2.6.28
@@ -228,8 +228,6 @@ CONFIG_LOG_BUF_SHIFT=15
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
# CONFIG_MEMORY_HOTREMOVE is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
CONFIG_MIGRATION=y
# CONFIG_MISC_DEVICES is not set
# CONFIG_MMIO_NVRAM is not set
diff --git a/target/linux/rb532/config-2.6.28 b/target/linux/rb532/config-2.6.28
index a0c1b3d208..5a233b2d4e 100644
--- a/target/linux/rb532/config-2.6.28
+++ b/target/linux/rb532/config-2.6.28
@@ -100,8 +100,6 @@ CONFIG_KORINA=y
# CONFIG_MACH_TX39XX is not set
# CONFIG_MACH_TX49XX is not set
# CONFIG_MACH_VR41XX is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
CONFIG_MIKROTIK_RB532=y
CONFIG_MIPS=y
# CONFIG_MIPS_COBALT is not set
diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28
index 8d6494a4ae..22ba77d934 100644
--- a/target/linux/rdc/config-2.6.28
+++ b/target/linux/rdc/config-2.6.28
@@ -173,8 +173,6 @@ CONFIG_MATH_EMULATION=y
# CONFIG_MCYRIXIII is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MEMTEST is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MICROCODE is not set
diff --git a/target/linux/s3c24xx/config-2.6.28 b/target/linux/s3c24xx/config-2.6.28
index 144d4ebc1b..710a02a784 100644
--- a/target/linux/s3c24xx/config-2.6.28
+++ b/target/linux/s3c24xx/config-2.6.28
@@ -240,7 +240,6 @@ CONFIG_HID_SAMSUNG=y
CONFIG_HID_SONY=y
CONFIG_HID_SUNPLUS=y
CONFIG_HID_SUPPORT=y
-# CONFIG_HTC_EGPIO is not set
CONFIG_HW_CONSOLE=y
# CONFIG_HW_RANDOM is not set
CONFIG_HZ=200
@@ -331,18 +330,12 @@ CONFIG_MACH_SMDK=y
# CONFIG_MACH_VSTMS is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MARKERS=y
-# CONFIG_MFD_CORE is not set
CONFIG_MFD_GLAMO=y
CONFIG_MFD_GLAMO_FB=y
CONFIG_MFD_GLAMO_MCI=y
CONFIG_MFD_GLAMO_SPI_FB=y
CONFIG_MFD_GLAMO_SPI_GPIO=y
-# CONFIG_MFD_PCF50606 is not set
CONFIG_MFD_PCF50633=y
-# CONFIG_MFD_T7L66XB is not set
-# CONFIG_MFD_TC6387XB is not set
-# CONFIG_MFD_TC6393XB is not set
-# CONFIG_MFD_TMIO is not set
CONFIG_MMC=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_BOUNCE=y
diff --git a/target/linux/x86/config-2.6.28 b/target/linux/x86/config-2.6.28
index aa92432b73..a9dcf20870 100644
--- a/target/linux/x86/config-2.6.28
+++ b/target/linux/x86/config-2.6.28
@@ -231,8 +231,6 @@ CONFIG_MATH_EMULATION=y
# CONFIG_MDA_CONSOLE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MEMTEST is not set
-# CONFIG_MFD_CORE is not set
-# CONFIG_MFD_TMIO is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
CONFIG_MICROCODE=y