summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-04-27 12:31:50 +0000
committerNicolas Thill <nico@openwrt.org>2008-04-27 12:31:50 +0000
commitc6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6 (patch)
tree79861996de2c6e1a0d924d51a0690a9ec8d8ccfe /target/linux
parent9389aa93ff9078936fdc28d936df61e38766ccc4 (diff)
downloadmtk-20170518-c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6.zip
mtk-20170518-c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6.tar.gz
mtk-20170518-c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6.tar.bz2
properly disable CONFIG_CRYPTO_HW
SVN-Revision: 10952
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/adm5120/router_be/config-default1
-rw-r--r--target/linux/adm5120/router_le/config-default1
-rw-r--r--target/linux/ar7/config-2.6.231
-rw-r--r--target/linux/ar7/config-2.6.241
-rw-r--r--target/linux/atheros/config-2.6.231
-rw-r--r--target/linux/atheros/config-2.6.241
-rw-r--r--target/linux/au1000/config-2.6.231
-rw-r--r--target/linux/au1000/config-2.6.241
-rw-r--r--target/linux/avr32/config-default1
-rw-r--r--target/linux/brcm47xx/config-2.6.231
-rw-r--r--target/linux/brcm63xx/config-2.6.241
-rw-r--r--target/linux/generic-2.6/config-2.6.232
-rw-r--r--target/linux/generic-2.6/config-2.6.242
-rw-r--r--target/linux/generic-2.6/config-2.6.252
-rw-r--r--target/linux/ifxmips/config-2.6.231
-rw-r--r--target/linux/olpc/config-2.6.231
-rw-r--r--target/linux/olpc/config-2.6.241
-rw-r--r--target/linux/ppc40x/config-default1
-rw-r--r--target/linux/ps3/config-2.6.251
-rw-r--r--target/linux/rb532/config-2.6.231
-rw-r--r--target/linux/rdc/config-2.6.231
-rw-r--r--target/linux/rdc/config-2.6.241
-rw-r--r--target/linux/sibyte/config-default1
-rw-r--r--target/linux/uml/config/i3861
-rw-r--r--target/linux/x86/config-2.6.231
-rw-r--r--target/linux/x86/config-2.6.241
26 files changed, 3 insertions, 26 deletions
diff --git a/target/linux/adm5120/router_be/config-default b/target/linux/adm5120/router_be/config-default
index c1faeee..340dc6a 100644
--- a/target/linux/adm5120/router_be/config-default
+++ b/target/linux/adm5120/router_be/config-default
@@ -50,7 +50,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_CSRC_R4K=y
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
diff --git a/target/linux/adm5120/router_le/config-default b/target/linux/adm5120/router_le/config-default
index 3c7e0ef..a65a0f1 100644
--- a/target/linux/adm5120/router_le/config-default
+++ b/target/linux/adm5120/router_le/config-default
@@ -50,7 +50,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_CSRC_R4K=y
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
diff --git a/target/linux/ar7/config-2.6.23 b/target/linux/ar7/config-2.6.23
index 91a6f19..cee8d30 100644
--- a/target/linux/ar7/config-2.6.23
+++ b/target/linux/ar7/config-2.6.23
@@ -43,7 +43,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
CONFIG_DMA_NONCOHERENT=y
diff --git a/target/linux/ar7/config-2.6.24 b/target/linux/ar7/config-2.6.24
index 1123b33..23894fd 100644
--- a/target/linux/ar7/config-2.6.24
+++ b/target/linux/ar7/config-2.6.24
@@ -47,7 +47,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_CSRC_R4K=y
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
diff --git a/target/linux/atheros/config-2.6.23 b/target/linux/atheros/config-2.6.23
index 8682427..5d299d9 100644
--- a/target/linux/atheros/config-2.6.23
+++ b/target/linux/atheros/config-2.6.23
@@ -43,7 +43,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
CONFIG_DMA_NONCOHERENT=y
diff --git a/target/linux/atheros/config-2.6.24 b/target/linux/atheros/config-2.6.24
index 8a4779a..574a389 100644
--- a/target/linux/atheros/config-2.6.24
+++ b/target/linux/atheros/config-2.6.24
@@ -45,7 +45,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
CONFIG_DMA_NONCOHERENT=y
diff --git a/target/linux/au1000/config-2.6.23 b/target/linux/au1000/config-2.6.23
index df1868f..dbf773a 100644
--- a/target/linux/au1000/config-2.6.23
+++ b/target/linux/au1000/config-2.6.23
@@ -42,7 +42,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_VR41XX is not set
CONFIG_CRAMFS=m
CONFIG_CRC16=y
-# CONFIG_CRYPTO_HW is not set
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
diff --git a/target/linux/au1000/config-2.6.24 b/target/linux/au1000/config-2.6.24
index 2354510..c731afe 100644
--- a/target/linux/au1000/config-2.6.24
+++ b/target/linux/au1000/config-2.6.24
@@ -47,7 +47,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_VR41XX is not set
CONFIG_CRAMFS=m
CONFIG_CRC16=y
-# CONFIG_CRYPTO_HW is not set
CONFIG_CSRC_R4K=y
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default
index f56d556..ad67644 100644
--- a/target/linux/avr32/config-default
+++ b/target/linux/avr32/config-default
@@ -22,7 +22,6 @@ CONFIG_BOARD_ATNGW100=y
CONFIG_CPU_AT32AP7000=y
CONFIG_CPU_AT32AP700X=y
# CONFIG_CPU_FREQ is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_DW_DMAC=y
CONFIG_ENTRY_ADDRESS=0x90000000
diff --git a/target/linux/brcm47xx/config-2.6.23 b/target/linux/brcm47xx/config-2.6.23
index 6423f0f..b839edf 100644
--- a/target/linux/brcm47xx/config-2.6.23
+++ b/target/linux/brcm47xx/config-2.6.23
@@ -54,7 +54,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
diff --git a/target/linux/brcm63xx/config-2.6.24 b/target/linux/brcm63xx/config-2.6.24
index 2f98632..179d322 100644
--- a/target/linux/brcm63xx/config-2.6.24
+++ b/target/linux/brcm63xx/config-2.6.24
@@ -54,7 +54,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
CONFIG_CRAMFS=y
-# CONFIG_CRYPTO_HW is not set
CONFIG_DAVICOM_PHY=m
CONFIG_DEBUG_FS=y
CONFIG_DEFAULT_BIC=y
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23
index 20efb3c..3f55a31 100644
--- a/target/linux/generic-2.6/config-2.6.23
+++ b/target/linux/generic-2.6/config-2.6.23
@@ -248,7 +248,7 @@ CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_HMAC=m
-CONFIG_CRYPTO_HW=n
+# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_KHAZAD=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_MANAGER=m
diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24
index 36d3bf1..a6637c0 100644
--- a/target/linux/generic-2.6/config-2.6.24
+++ b/target/linux/generic-2.6/config-2.6.24
@@ -253,7 +253,7 @@ CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_HMAC=m
-CONFIG_CRYPTO_HW=n
+# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_KHAZAD=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_MANAGER=m
diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25
index 08ef4fc..04f3c8b 100644
--- a/target/linux/generic-2.6/config-2.6.25
+++ b/target/linux/generic-2.6/config-2.6.25
@@ -258,7 +258,7 @@ CONFIG_CRYPTO_GCM=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_HMAC=m
-CONFIG_CRYPTO_HW=n
+# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_KHAZAD=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_LZO=m
diff --git a/target/linux/ifxmips/config-2.6.23 b/target/linux/ifxmips/config-2.6.23
index 28f2f75..4278e2f 100644
--- a/target/linux/ifxmips/config-2.6.23
+++ b/target/linux/ifxmips/config-2.6.23
@@ -38,7 +38,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
diff --git a/target/linux/olpc/config-2.6.23 b/target/linux/olpc/config-2.6.23
index 1a45d95..f50d227 100644
--- a/target/linux/olpc/config-2.6.23
+++ b/target/linux/olpc/config-2.6.23
@@ -65,7 +65,6 @@ CONFIG_COMPAT_VDSO=y
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_ECB is not set
# CONFIG_CRYPTO_HMAC is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_MANAGER is not set
# CONFIG_CRYPTO_MD4 is not set
diff --git a/target/linux/olpc/config-2.6.24 b/target/linux/olpc/config-2.6.24
index 41cee4b..d1e7957 100644
--- a/target/linux/olpc/config-2.6.24
+++ b/target/linux/olpc/config-2.6.24
@@ -286,7 +286,6 @@ CONFIG_CRYPTO_BLKCIPHER=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_HASH=m
# CONFIG_CRYPTO_HMAC is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_MANAGER is not set
diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default
index 4ef59ec..f777bcf 100644
--- a/target/linux/ppc40x/config-default
+++ b/target/linux/ppc40x/config-default
@@ -25,7 +25,6 @@ CONFIG_CONSISTENT_SIZE=0x00200000
CONFIG_CONSISTENT_START=0xff100000
# CONFIG_CPM2 is not set
# CONFIG_CPU_FREQ is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_DEFAULT_UIMAGE is not set
CONFIG_DEVICE_TREE=""
diff --git a/target/linux/ps3/config-2.6.25 b/target/linux/ps3/config-2.6.25
index 079823a..9fea52f 100644
--- a/target/linux/ps3/config-2.6.25
+++ b/target/linux/ps3/config-2.6.25
@@ -981,5 +981,4 @@ CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_PPC_CLOCK is not set
diff --git a/target/linux/rb532/config-2.6.23 b/target/linux/rb532/config-2.6.23
index ab7dc3e..8cf2961 100644
--- a/target/linux/rb532/config-2.6.23
+++ b/target/linux/rb532/config-2.6.23
@@ -39,7 +39,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_DEVPORT=y
# CONFIG_DM9000 is not set
CONFIG_DMA_NEED_PCI_MAP_STATE=y
diff --git a/target/linux/rdc/config-2.6.23 b/target/linux/rdc/config-2.6.23
index 2c8e42e..c8f4a36 100644
--- a/target/linux/rdc/config-2.6.23
+++ b/target/linux/rdc/config-2.6.23
@@ -29,7 +29,6 @@ CONFIG_CLOCKSOURCE_WATCHDOG=y
# CONFIG_CPU5_WDT is not set
# CONFIG_CPU_FREQ is not set
CONFIG_CRYPTO_AES_586=m
-# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_TWOFISH_586=m
# CONFIG_CS5535_GPIO is not set
# CONFIG_DCDBAS is not set
diff --git a/target/linux/rdc/config-2.6.24 b/target/linux/rdc/config-2.6.24
index e41d808..71acb26 100644
--- a/target/linux/rdc/config-2.6.24
+++ b/target/linux/rdc/config-2.6.24
@@ -33,7 +33,6 @@ CONFIG_CLOCKSOURCE_WATCHDOG=y
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set
CONFIG_CRYPTO_AES_586=m
-# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_TWOFISH_586=m
# CONFIG_CS5535_GPIO is not set
# CONFIG_DCDBAS is not set
diff --git a/target/linux/sibyte/config-default b/target/linux/sibyte/config-default
index 4cf2ac5..6f628f7 100644
--- a/target/linux/sibyte/config-default
+++ b/target/linux/sibyte/config-default
@@ -62,7 +62,6 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
-# CONFIG_CRYPTO_HW is not set
CONFIG_CSRC_SB1250=y
# CONFIG_CYCLADES is not set
CONFIG_DEVPORT=y
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386
index 2d62280..0875601 100644
--- a/target/linux/uml/config/i386
+++ b/target/linux/uml/config/i386
@@ -14,7 +14,6 @@ CONFIG_CON_CHAN="xterm"
CONFIG_CON_ZERO_CHAN="fd:0,fd:1"
CONFIG_CRAMFS=y
# CONFIG_CRYPTO_AES_586 is not set
-# CONFIG_CRYPTO_HW is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_STACK_USAGE is not set
diff --git a/target/linux/x86/config-2.6.23 b/target/linux/x86/config-2.6.23
index 9b76778..73927c7 100644
--- a/target/linux/x86/config-2.6.23
+++ b/target/linux/x86/config-2.6.23
@@ -57,7 +57,6 @@ CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CRYPTO_AES_586=m
-# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_TWOFISH_586=m
# CONFIG_CS5535_GPIO is not set
# CONFIG_CS89x0 is not set
diff --git a/target/linux/x86/config-2.6.24 b/target/linux/x86/config-2.6.24
index 92ba95a..94e89e5 100644
--- a/target/linux/x86/config-2.6.24
+++ b/target/linux/x86/config-2.6.24
@@ -70,7 +70,6 @@ CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_IDLE is not set
CONFIG_CRYPTO_AES_586=m
-# CONFIG_CRYPTO_HW is not set
CONFIG_CRYPTO_TWOFISH_586=m
# CONFIG_CS5535_GPIO is not set
# CONFIG_CS89x0 is not set