diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-06 04:15:59 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-06 04:15:59 +0000 |
commit | fd7530be8f11f7d15ef07c571eab7a8ac9571129 (patch) | |
tree | c9220dccc34049fee8bb1c290fd079cdae9f05b5 /target/linux/olpc | |
parent | 4c7f1e60a03e14572ea9ff5219df3f86d4b4a6dd (diff) | |
download | upstream-fd7530be8f11f7d15ef07c571eab7a8ac9571129.tar.gz upstream-fd7530be8f11f7d15ef07c571eab7a8ac9571129.tar.bz2 upstream-fd7530be8f11f7d15ef07c571eab7a8ac9571129.zip |
[kernel] move common CONFIG_MMC entries to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/olpc')
-rw-r--r-- | target/linux/olpc/config-2.6.27 | 6 | ||||
-rw-r--r-- | target/linux/olpc/config-2.6.30 | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/olpc/config-2.6.27 b/target/linux/olpc/config-2.6.27 index f842045862..4ca4bf7598 100644 --- a/target/linux/olpc/config-2.6.27 +++ b/target/linux/olpc/config-2.6.27 @@ -314,13 +314,7 @@ CONFIG_MICROCODE_OLD_INTERFACE=y # CONFIG_MK8 is not set CONFIG_MMC=y CONFIG_MMC_BLOCK=y -CONFIG_MMC_BLOCK_BOUNCE=y -# CONFIG_MMC_DEBUG is not set CONFIG_MMC_SDHCI=y -# CONFIG_MMC_SDHCI_PCI is not set -# CONFIG_MMC_TIFM_SD is not set -# CONFIG_MMC_UNSAFE_RESUME is not set -# CONFIG_MMC_WBSD is not set # CONFIG_MMIOTRACE is not set # CONFIG_MOUSE_BCM5974 is not set CONFIG_MOUSE_PS2=y diff --git a/target/linux/olpc/config-2.6.30 b/target/linux/olpc/config-2.6.30 index 5bedbb50a5..2f90e3ea5a 100644 --- a/target/linux/olpc/config-2.6.30 +++ b/target/linux/olpc/config-2.6.30 @@ -319,13 +319,7 @@ CONFIG_MGEODE_LX=y # CONFIG_MK8 is not set CONFIG_MMC=y CONFIG_MMC_BLOCK=y -CONFIG_MMC_BLOCK_BOUNCE=y -# CONFIG_MMC_DEBUG is not set CONFIG_MMC_SDHCI=y -# CONFIG_MMC_SDHCI_PCI is not set -# CONFIG_MMC_TIFM_SD is not set -# CONFIG_MMC_UNSAFE_RESUME is not set -# CONFIG_MMC_WBSD is not set # CONFIG_MMIOTRACE is not set # CONFIG_MOUSE_BCM5974 is not set CONFIG_MOUSE_PS2=y |