From 321cdf5b291bec35c60cbd69b8920cb3f9628038 Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 11 Nov 2009 10:00:28 +0000 Subject: [PATCH] move CPUFREQ to generic configs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18368 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/avr32/config-default | 1 - target/linux/generic-2.6/config-2.6.21 | 1 + target/linux/generic-2.6/config-2.6.25 | 1 + target/linux/generic-2.6/config-2.6.28 | 1 + target/linux/generic-2.6/config-2.6.30 | 1 + target/linux/generic-2.6/config-2.6.31 | 1 + target/linux/generic-2.6/config-2.6.32 | 1 + target/linux/mpc52xx/config-2.6.30 | 1 - target/linux/mpc83xx/config-default | 1 - target/linux/ppc40x/config-default | 1 - target/linux/ppc44x/config-default | 1 - target/linux/ps3/config-2.6.30 | 1 - target/linux/pxa/config-default | 1 - target/linux/rdc/config-2.6.28 | 1 - target/linux/rdc/config-2.6.30 | 1 - 15 files changed, 6 insertions(+), 9 deletions(-) diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default index 640cddb11..2fd0e1320 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -29,7 +29,6 @@ CONFIG_BOARD_ATNGW100=y CONFIG_CLASSIC_RCU=y CONFIG_CPU_AT32AP7000=y CONFIG_CPU_AT32AP700X=y -# CONFIG_CPU_FREQ is not set # CONFIG_DEBUG_BUGVERBOSE is not set CONFIG_DMADEVICES=y CONFIG_DMA_ENGINE=y diff --git a/target/linux/generic-2.6/config-2.6.21 b/target/linux/generic-2.6/config-2.6.21 index 69e5a4b72..2aec24c6b 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 5be2b7766..df97842b5 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 f82030c6a..a0546106e 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 ce1861c2d..014842efe 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 ccc7adf60..951619909 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 b77bf0789..a5b2b868f 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 diff --git a/target/linux/mpc52xx/config-2.6.30 b/target/linux/mpc52xx/config-2.6.30 index a74afc604..fef5904da 100644 --- a/target/linux/mpc52xx/config-2.6.30 +++ b/target/linux/mpc52xx/config-2.6.30 @@ -31,7 +31,6 @@ CONFIG_BOUNCE=y CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyPSC0,115200" CONFIG_COMPAT_BRK=y -# CONFIG_CPU_FREQ is not set CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_BLKCIPHER=y diff --git a/target/linux/mpc83xx/config-default b/target/linux/mpc83xx/config-default index c37f3a631..8d2251228 100644 --- a/target/linux/mpc83xx/config-default +++ b/target/linux/mpc83xx/config-default @@ -34,7 +34,6 @@ CONFIG_BOUNCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyS0,115200" -# CONFIG_CPU_FREQ is not set CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH2=y diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index 7ac38dfd8..0feb5260c 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -30,7 +30,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd" CONFIG_CONSISTENT_SIZE=0x00200000 -# CONFIG_CPU_FREQ is not set CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH2=y diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index 683e699af..0665c56d4 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -34,7 +34,6 @@ CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/mtdblock1 rootfstype=squashfs,jffs2 noinitrd" CONFIG_CONSISTENT_SIZE=0x00200000 CONFIG_CONSISTENT_START=0xff100000 -# CONFIG_CPU_FREQ is not set # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_DEFAULT_UIMAGE is not set CONFIG_DEVPORT=y diff --git a/target/linux/ps3/config-2.6.30 b/target/linux/ps3/config-2.6.30 index e937cb9ea..3459b5f4f 100644 --- a/target/linux/ps3/config-2.6.30 +++ b/target/linux/ps3/config-2.6.30 @@ -40,7 +40,6 @@ CONFIG_COMPAT_BINFMT_ELF=y CONFIG_COMPAT_BRK=y CONFIG_COMPAT=y CONFIG_CONSOLE_TRANSLATIONS=y -# CONFIG_CPU_FREQ is not set CONFIG_CRC16=y # CONFIG_CRYPTO is not set # CONFIG_DEBUG_BUGVERBOSE is not set diff --git a/target/linux/pxa/config-default b/target/linux/pxa/config-default index fb9c9d7b0..cae5cd275 100644 --- a/target/linux/pxa/config-default +++ b/target/linux/pxa/config-default @@ -45,7 +45,6 @@ CONFIG_CPU_CACHE_VIVT=y CONFIG_CPU_CP15_MMU=y CONFIG_CPU_CP15=y # CONFIG_CPU_DCACHE_DISABLE is not set -# CONFIG_CPU_FREQ is not set CONFIG_CPU_TLB_V4WBI=y CONFIG_CPU_XSCALE=y # CONFIG_DEBUG_BUGVERBOSE is not set diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index bab82f491..d491280c0 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -37,7 +37,6 @@ CONFIG_CMDLINE="console=ttyS0,38400 rootfstype=squashfs,jffs2" # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_COMPAT_VDSO is not set # CONFIG_CPU5_WDT is not set -# CONFIG_CPU_FREQ is not set # CONFIG_CPU_SUP_AMD is not set # CONFIG_CPU_SUP_CENTAUR_32 is not set CONFIG_CPU_SUP_CYRIX_32=y diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index a421e64e4..6f28ce29b 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -42,7 +42,6 @@ CONFIG_CMDLINE="console=ttyS0,38400 rootfstype=squashfs,jffs2" # CONFIG_COMPAT_NET_DEV_OPS is not set # CONFIG_COMPAT_VDSO is not set # CONFIG_CPU5_WDT is not set -# CONFIG_CPU_FREQ is not set # CONFIG_CPU_SUP_AMD is not set # CONFIG_CPU_SUP_CENTAUR is not set # CONFIG_CPU_SUP_CYRIX_32 is not set -- 2.35.1