diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 10:00:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 10:00:28 +0000 |
commit | a01ec2469bcee5eb55f479160b77a1a28d39cef9 (patch) | |
tree | b5aa3e4ae966d3d8db2f451588f6eb8e1335ea9a /target/linux/generic-2.6 | |
parent | ef42fb4c136ebc5855259956d4e19a033a960422 (diff) | |
download | upstream-a01ec2469bcee5eb55f479160b77a1a28d39cef9.tar.gz upstream-a01ec2469bcee5eb55f479160b77a1a28d39cef9.tar.bz2 upstream-a01ec2469bcee5eb55f479160b77a1a28d39cef9.zip |
move CPUFREQ to generic configs
SVN-Revision: 18368
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.21 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 1 | ||||
-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 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.21 b/target/linux/generic-2.6/config-2.6.21 index 69e5a4b727..2aec24c6b5 100644 --- a/target/linux/generic-2.6/config-2.6.21 +++ b/target/linux/generic-2.6/config-2.6.21 @@ -1,3 +1,4 @@ +# CONFIG_CPU_FREQ is not set # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 5be2b77667..df97842b5a 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1,3 +1,4 @@ +# CONFIG_CPU_FREQ is not set # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index f82030c6a6..a0546106ea 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -1,3 +1,4 @@ +# CONFIG_CPU_FREQ is not set # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index ce1861c2d3..014842efed 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -1,3 +1,4 @@ +# CONFIG_CPU_FREQ is not set # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_8139TOO 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 ccc7adf605..9516199090 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -1,3 +1,4 @@ +# CONFIG_CPU_FREQ is not set # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index b77bf07899..a5b2b868f0 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -1,3 +1,4 @@ +# CONFIG_CPU_FREQ is not set # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set |