1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 02:33:41 +03:00

sort kconfig symbols in generic configs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18181 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2009-10-27 12:12:48 +00:00
parent 0919089785
commit 9013a331ab
6 changed files with 339 additions and 342 deletions

View File

@ -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

View File

@ -391,8 +391,8 @@ 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_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
@ -805,12 +805,12 @@ CONFIG_MINI_FO=y
# CONFIG_MINIX_SUBPARTITION is not set
CONFIG_MISC_DEVICES=y
# CONFIG_MKISS is not set
# CONFIG_MMC is not set
# CONFIG_MMC_ARMMMCI is not set
# CONFIG_MMC_AT91 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_UNSAFE_RESUME is not set
CONFIG_MMU=y
# CONFIG_MODULE_FORCE_UNLOAD is not set

View File

@ -339,8 +339,8 @@ CONFIG_CROSSCOMPILE=y
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SEQIV is not set
# CONFIG_CRYPTO_SERPENT is not set
@ -369,8 +369,8 @@ CONFIG_DEBUG_FS=y
CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_HTCP is not set
CONFIG_DEFAULT_IOSCHED="deadline"
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_DEFAULT_NOOP is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="westwood"
# CONFIG_DEFAULT_VEGAS is not set
@ -424,16 +424,14 @@ 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_3DFX is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_CFB_COPYAREA is not set
# CONFIG_FB_CFB_FILLRECT is not set
# CONFIG_FB_CFB_IMAGEBLIT is not set
@ -447,8 +445,10 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_GEODE is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MACMODES is not set
@ -938,11 +938,11 @@ 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_DEBUG is not set
# CONFIG_MMC is not set
# CONFIG_MMC_SDHCI is not set
# CONFIG_MMC_SDHCI_PCI is not set
# CONFIG_MMC_SDRICOH_CS is not set
@ -2095,8 +2095,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 is not set
# CONFIG_USB_VIDEO_CLASS is not set
# CONFIG_USB_W9968CF is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_WDM is not set

View File

@ -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

View File

@ -1,13 +1,3 @@
# CONFIG_REDWOOD is not set
# CONFIG_SIMPLE_GPIO is not set
# CONFIG_PPC_16K_PAGES is not set
# CONFIG_PPC_256K_PAGES is not set
CONFIG_PPC_4K_PAGES=y
# CONFIG_PPC_64K_PAGES is not set
# CONFIG_PCIEASPM is not set
# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
# CONFIG_HVC_UDBG is not set
CONFIG_STDBINUTILS=y
# CONFIG_6PACK is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
@ -487,14 +477,12 @@ 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_3DFX is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
# CONFIG_FB_BROADSHEET is not set
@ -503,8 +491,8 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_CFB_FILLRECT is not set
# CONFIG_FB_CFB_IMAGEBLIT is not set
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_COBALT is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_COBALT is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_EARLYSUSPEND is not set
@ -514,6 +502,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_HGA is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MACMODES is not set
@ -531,8 +520,8 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_RADEON is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_S3C2410 is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_SVGALIB is not set
@ -622,9 +611,9 @@ CONFIG_HAMRADIO=y
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_FF is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
@ -654,6 +643,7 @@ CONFIG_HOTPLUG=y
# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_HVC_UDBG is not set
# CONFIG_HWMON is not set
# CONFIG_HWMON_VID is not set
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
@ -798,8 +788,8 @@ CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_MIMIO is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_PCSPKR is not set
@ -1027,11 +1017,11 @@ CONFIG_LEDS_TRIGGER_NETDEV=y
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LIB80211 is not set
# CONFIG_LIB80211_CRYPT_CCMP is not set
# CONFIG_LIB80211_CRYPT_TKIP is not set
# CONFIG_LIB80211_CRYPT_WEP is not set
# CONFIG_LIB80211_DEBUG is not set
# CONFIG_LIB80211 is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
@ -1090,14 +1080,14 @@ CONFIG_MISC_FILESYSTEMS=y
# CONFIG_MISDN_HFCUSB 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_ATMELMCI is not set
# CONFIG_MMC_BLOCK is not set
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_MMC_BLOCK is not set
# CONFIG_MMC_BLOCK_PARANOID_RESUME is not set
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_EMBEDDED_SDIO is not set
# CONFIG_MMC is not set
# CONFIG_MMC_MVSDIO is not set
# CONFIG_MMC_PARANOID_SD_INIT is not set
# CONFIG_MMC_S3C is not set
@ -1524,10 +1514,11 @@ 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_PCIEASPM is not set
# CONFIG_PCI_HERMES is not set
# CONFIG_PCI_IOV 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
@ -1564,7 +1555,11 @@ CONFIG_PLIST=y
# CONFIG_PM is not set
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_PPC_16K_PAGES is not set
# CONFIG_PPC_256K_PAGES is not set
CONFIG_PPC_4K_PAGES=y
CONFIG_PPC4xx_GPIO=y
# CONFIG_PPC_64K_PAGES is not set
# CONFIG_PPP_ASYNC is not set
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_DEFLATE is not set
@ -1621,6 +1616,7 @@ CONFIG_RAMFS=y
# CONFIG_RD_GZIP is not set
CONFIG_RD_LZMA=y
# CONFIG_REALTEK_PHY is not set
# CONFIG_REDWOOD is not set
# CONFIG_REGULATOR_BQ24022 is not set
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
# CONFIG_REGULATOR is not set
@ -1877,6 +1873,7 @@ CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
# CONFIG_SERIAL_UARTLITE is not set
# CONFIG_SERIO is not set
# CONFIG_SGI_IOC4 is not set
@ -1884,6 +1881,7 @@ CONFIG_SERIAL_CORE=y
# CONFIG_SHAPER is not set
CONFIG_SHMEM=y
CONFIG_SIGNALFD=y
# CONFIG_SIMPLE_GPIO is not set
# CONFIG_SIS190 is not set
# CONFIG_SIS900 is not set
# CONFIG_SK98LIN is not set
@ -1913,12 +1911,12 @@ CONFIG_SLAB=y
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ARM is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_ARM is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_AZT3328 is not set
@ -2043,10 +2041,10 @@ CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SPARSEMEM_MANUAL is not set
# CONFIG_SPARSEMEM_STATIC is not set
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
# CONFIG_SPI is not set
# CONFIG_SPI_AT25 is not set
# CONFIG_SPI_DEBUG is not set
# CONFIG_SPI_GPIO_OLD is not set
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
# CONFIG_SPI_ORION is not set
# CONFIG_SPI_TLE62X0 is not set
@ -2068,6 +2066,7 @@ CONFIG_SSB_POSSIBLE=y
CONFIG_STACKTRACE_SUPPORT=y
# CONFIG_STAGING is not set
CONFIG_STANDALONE=y
CONFIG_STDBINUTILS=y
# CONFIG_STE10XP is not set
CONFIG_STP=y
CONFIG_STRIP_ASM_SYMS=y
@ -2129,8 +2128,8 @@ CONFIG_TIMERFD=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_TMPFS=y
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_AD7879_I2C is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_AD7879_SPI is not set
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_ELO is not set
@ -2142,10 +2141,10 @@ CONFIG_TMPFS=y
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_S3C2410 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TPS65010 is not set
@ -2213,10 +2212,10 @@ CONFIG_USB_EZUSB=y
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_GADGET is not set
# CONFIG_USB_GPIO_VBUS 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_MR97310A is not set
# CONFIG_USB_GSPCA_OV519 is not set
@ -2231,8 +2230,8 @@ CONFIG_USB_EZUSB=y
# CONFIG_USB_GSPCA_SPCA506 is not set
# CONFIG_USB_GSPCA_SPCA508 is not set
# CONFIG_USB_GSPCA_SPCA561 is not set
# CONFIG_USB_GSPCA_SQ905 is not set
# CONFIG_USB_GSPCA_SQ905C is not set
# CONFIG_USB_GSPCA_SQ905 is not set
# CONFIG_USB_GSPCA_STK014 is not set
# CONFIG_USB_GSPCA_SUNPLUS is not set
# CONFIG_USB_GSPCA_T613 is not set
@ -2403,8 +2402,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
@ -2447,8 +2446,8 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_VIDEO_DPC is not set
# CONFIG_VIDEO_EM28XX is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_GO7007 is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set

File diff suppressed because it is too large Load Diff