diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-09 23:34:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-09 23:34:20 +0000 |
commit | 2ce13f05cbc2bd83fa0b54edc7d89f65a859781d (patch) | |
tree | 2e37b4b18a11ca4e1856c6012818dd886ed598b1 /target/linux/generic/config-2.6.36 | |
parent | 3b659a2519fa7dc90b4cd3246da43dfc484936c5 (diff) | |
download | upstream-2ce13f05cbc2bd83fa0b54edc7d89f65a859781d.tar.gz upstream-2ce13f05cbc2bd83fa0b54edc7d89f65a859781d.tar.bz2 upstream-2ce13f05cbc2bd83fa0b54edc7d89f65a859781d.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
SVN-Revision: 26570
Diffstat (limited to 'target/linux/generic/config-2.6.36')
-rw-r--r-- | target/linux/generic/config-2.6.36 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.36 b/target/linux/generic/config-2.6.36 index b2c09bbbae..8f526ff4e8 100644 --- a/target/linux/generic/config-2.6.36 +++ b/target/linux/generic/config-2.6.36 @@ -1311,6 +1311,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 @@ -2292,6 +2293,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 |