diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-09 23:34:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-09 23:34:20 +0000 |
commit | 095f5eb5fab8867dd9b68193b53e521c7ee8303e (patch) | |
tree | ecb3e555bc98b06214ec12698ae7165b35360f6a /target/linux/generic/config-2.6.38 | |
parent | 1c0e72203a587592e15f16fd3be5a8dea30dcf0a (diff) | |
download | upstream-095f5eb5fab8867dd9b68193b53e521c7ee8303e.tar.gz upstream-095f5eb5fab8867dd9b68193b53e521c7ee8303e.tar.bz2 upstream-095f5eb5fab8867dd9b68193b53e521c7ee8303e.zip |
kernel: add symbols, small fixes
* Some module should be loaded later to load them after the modules they are depending on
* add some more missing config symbols
* make CS5535 build again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.38')
-rw-r--r-- | target/linux/generic/config-2.6.38 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index 55aae4aba5..6c1fb037a6 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -169,6 +169,7 @@ CONFIG_BASE_SMALL=0 # CONFIG_BATTERY_DS2760 is not set # CONFIG_BATTERY_DS2782 is not set # CONFIG_BATTERY_MAX17040 is not set +# CONFIG_BATTERY_MAX17042 is not set # CONFIG_BAYCOM_EPP is not set # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set @@ -348,6 +349,7 @@ CONFIG_CAVIUM_OCTEON_HELPER=y # CONFIG_CEPH_LIB is not set # CONFIG_CFG80211 is not set # CONFIG_CGROUPS is not set +# CONFIG_CHARGER_GPIO is not set # CONFIG_CHELSIO_T1 is not set # CONFIG_CHELSIO_T3 is not set # CONFIG_CHELSIO_T4 is not set @@ -398,6 +400,7 @@ CONFIG_CRYPTO=y # CONFIG_CRYPTO_AEAD is not set # CONFIG_CRYPTO_AES is not set # CONFIG_CRYPTO_AES_586 is not set +# CONFIG_CRYPTO_AES_NI_INTEL is not set # CONFIG_CRYPTO_ALGAPI is not set # CONFIG_CRYPTO_ALGAPI2 is not set # CONFIG_CRYPTO_ANSI_CPRNG is not set @@ -505,6 +508,7 @@ CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_PREEMPT is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SET_MODULE_RONX is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_SHIRQ is not set # CONFIG_DEBUG_SLAB is not set @@ -1370,6 +1374,7 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_GPIO is not set # CONFIG_MOUSE_INPORT is not set # CONFIG_MOUSE_LOGIBM is not set # CONFIG_MOUSE_PC110PAD is not set @@ -1723,6 +1728,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_NVRAM is not set +# CONFIG_NV_TCO is not set # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set # CONFIG_N_GSM is not set @@ -2250,6 +2256,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=2 CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set +# CONFIG_SERIAL_IFX6X60 is not set # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_MAX3100 is not set # CONFIG_SERIAL_MAX3107 is not set @@ -2375,6 +2382,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set # CONFIG_SND_ISA is not set +# CONFIG_SND_KIRKWOOD_SOC is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -2449,11 +2457,13 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SONY_LAPTOP is not set # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set +# CONFIG_SP5100_TCO is not set # CONFIG_SPARSEMEM_MANUAL is not set # CONFIG_SPARSEMEM_STATIC is not set # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set # CONFIG_SPARSE_IRQ is not set # CONFIG_SPARSE_RCU_POINTER is not set +# CONFIG_SPEAKUP is not set # CONFIG_SPI is not set # CONFIG_SPINLOCK_TEST is not set # CONFIG_SPI_BUTTERFLY is not set @@ -2463,6 +2473,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_LM70_LLP is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_ORION is not set +# CONFIG_SPI_PXA2XX is not set # CONFIG_SPI_RB4XX is not set # CONFIG_SPI_RB4XX_CPLD is not set # CONFIG_SPI_SPIDEV is not set @@ -2566,6 +2577,7 @@ CONFIG_TMPFS=y # CONFIG_TOUCHSCREEN_AD7879_I2C is not set # CONFIG_TOUCHSCREEN_AD7879_SPI is not set # CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set # CONFIG_TOUCHSCREEN_EETI is not set # CONFIG_TOUCHSCREEN_ELO is not set |