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 | 97d5479ca1f6fe6c261c31f6fe98c2fb27e671db (patch) | |
tree | dcccedfb8541c6d626501a5de4ba5518ce56e18d /target/linux/generic-2.6/config-2.6.28 | |
parent | e6e5e6c72b51f14c038eb45559a7c8246b199953 (diff) | |
download | upstream-97d5479ca1f6fe6c261c31f6fe98c2fb27e671db.tar.gz upstream-97d5479ca1f6fe6c261c31f6fe98c2fb27e671db.tar.bz2 upstream-97d5479ca1f6fe6c261c31f6fe98c2fb27e671db.zip |
sort kconfig symbols in generic configs
SVN-Revision: 18181
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.28')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 005b7fb40a..f82030c6a6 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -439,9 +439,9 @@ CONFIG_EXTRA_TARGETS="" CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set -# CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_GEODE is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FB_PXA is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set @@ -944,10 +944,10 @@ CONFIG_MISC_DEVICES=y # CONFIG_MISDN_HFCPCI is not set # CONFIG_MISDN is not set # CONFIG_MKISS is not set -# CONFIG_MMC is not set # CONFIG_MMC_ARMMMCI is not set -# CONFIG_MMC_BLOCK is not set CONFIG_MMC_BLOCK_BOUNCE=y +# CONFIG_MMC_BLOCK is not set +# CONFIG_MMC is not set # CONFIG_MMC_SDRICOH_CS is not set # CONFIG_MMC_TEST is not set CONFIG_MMU=y @@ -1350,9 +1350,9 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PCF8575 is not set # CONFIG_PCI200SYN is not set # CONFIG_PCI_ATMEL is not set +# CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set # CONFIG_PCI_HERMES is not set # CONFIG_PCI is not set -# CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set # CONFIG_PCIPCWATCHDOG is not set @@ -1718,7 +1718,6 @@ CONFIG_SLAB=y # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ARM is not set -# CONFIG_SND_AW2 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set @@ -1983,10 +1982,10 @@ CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set -# CONFIG_USB_GSPCA is not set # CONFIG_USB_GSPCA_CONEX is not set # CONFIG_USB_GSPCA_ETOMS is not set # CONFIG_USB_GSPCA_FINEPIX is not set +# CONFIG_USB_GSPCA is not set # CONFIG_USB_GSPCA_MARS is not set # CONFIG_USB_GSPCA_OV519 is not set # CONFIG_USB_GSPCA_PAC207 is not set @@ -2153,8 +2152,8 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_USB_USBNET is not set # CONFIG_USB_USBNET_MII is not set # CONFIG_USB_VICAM is not set -# CONFIG_USB_VIDEO_CLASS is not set CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +# CONFIG_USB_VIDEO_CLASS is not set # CONFIG_USB_VST is not set # CONFIG_USB_W9968CF is not set # CONFIG_USB_WACOM is not set |