diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-14 12:18:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-14 12:18:04 +0000 |
commit | a529d826926e144070aa64bab6a896a77fcff0b4 (patch) | |
tree | cdbb628f9cf5b7f7d2f29dcadee329a2f1e73c77 /target/linux/generic-2.6 | |
parent | 7c3041dac63af7fb0d203297b50c46081de5142d (diff) | |
download | upstream-a529d826926e144070aa64bab6a896a77fcff0b4.tar.gz upstream-a529d826926e144070aa64bab6a896a77fcff0b4.tar.bz2 upstream-a529d826926e144070aa64bab6a896a77fcff0b4.zip |
[kernel] add SND_HRTIMER to 2.6.30/31 kernel configurations (#5180)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 487a68551c..7264881b40 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -1865,6 +1865,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set +# CONFIG_SND_HRTIMER is not set # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 487a68551c..7264881b40 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -1865,6 +1865,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set +# CONFIG_SND_HRTIMER is not set # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set |