diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-10-27 12:12:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-10-27 12:12:48 +0000 |
commit | f1caf0caf7b09a8fd5b1456c755b9379a0769afc (patch) | |
tree | 9e890f7f3095a913816e1d675946d8424d5b43f5 /target/linux/generic-2.6/config-2.6.21 | |
parent | a0a7ceeb9aa85689d09aa216c8ded4ad52570bbf (diff) | |
download | upstream-f1caf0caf7b09a8fd5b1456c755b9379a0769afc.tar.gz upstream-f1caf0caf7b09a8fd5b1456c755b9379a0769afc.tar.bz2 upstream-f1caf0caf7b09a8fd5b1456c755b9379a0769afc.zip |
sort kconfig symbols in generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18181 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.21')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.21 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic-2.6/config-2.6.21 b/target/linux/generic-2.6/config-2.6.21 index fd8047dabe..69e5a4b727 100644 --- a/target/linux/generic-2.6/config-2.6.21 +++ b/target/linux/generic-2.6/config-2.6.21 @@ -340,13 +340,13 @@ CONFIG_EXPERIMENTAL=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_BACKLIGHT is not set # CONFIG_FB_CFB_COPYAREA is not set # CONFIG_FB_CFB_FILLRECT is not set # CONFIG_FB_CFB_IMAGEBLIT is not set # CONFIG_FB_DDC is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_MBX is not set # CONFIG_FB_MODE_HELPERS is not set @@ -452,8 +452,8 @@ CONFIG_IDE_MAX_HWIFS=4 # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set # CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set -# CONFIG_IKCONFIG_PROC is not set # CONFIG_IKCONFIG is not set +# CONFIG_IKCONFIG_PROC is not set # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set CONFIG_IMQ_BEHAVIOR_BA=y @@ -722,10 +722,10 @@ CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set # CONFIG_MKISS is not set -# CONFIG_MMC is not set -# CONFIG_MMC_BLOCK is not set CONFIG_MMC_BLOCK_BOUNCE=y +# CONFIG_MMC_BLOCK is not set # CONFIG_MMC_DEBUG is not set +# CONFIG_MMC is not set # CONFIG_MMC_PXA is not set CONFIG_MMU=y # CONFIG_MODULE_FORCE_UNLOAD is not set |