diff options
56 files changed, 221 insertions, 68 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c6f74f1c6398..58e97886d771 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -274,6 +274,7 @@ config MIPS_ATLAS | |||
274 | select SYS_SUPPORTS_BIG_ENDIAN | 274 | select SYS_SUPPORTS_BIG_ENDIAN |
275 | select SYS_SUPPORTS_LITTLE_ENDIAN | 275 | select SYS_SUPPORTS_LITTLE_ENDIAN |
276 | select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL | 276 | select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL |
277 | select SYS_SUPPORTS_SMARTMIPS | ||
277 | select GENERIC_HARDIRQS_NO__DO_IRQ | 278 | select GENERIC_HARDIRQS_NO__DO_IRQ |
278 | help | 279 | help |
279 | This enables support for the MIPS Technologies Atlas evaluation | 280 | This enables support for the MIPS Technologies Atlas evaluation |
@@ -305,6 +306,7 @@ config MIPS_MALTA | |||
305 | select SYS_SUPPORTS_BIG_ENDIAN | 306 | select SYS_SUPPORTS_BIG_ENDIAN |
306 | select SYS_SUPPORTS_LITTLE_ENDIAN | 307 | select SYS_SUPPORTS_LITTLE_ENDIAN |
307 | select SYS_SUPPORTS_MULTITHREADING | 308 | select SYS_SUPPORTS_MULTITHREADING |
309 | select SYS_SUPPORTS_SMARTMIPS | ||
308 | help | 310 | help |
309 | This enables support for the MIPS Technologies Malta evaluation | 311 | This enables support for the MIPS Technologies Malta evaluation |
310 | board. | 312 | board. |
@@ -322,6 +324,7 @@ config MIPS_SEAD | |||
322 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 324 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
323 | select SYS_SUPPORTS_BIG_ENDIAN | 325 | select SYS_SUPPORTS_BIG_ENDIAN |
324 | select SYS_SUPPORTS_LITTLE_ENDIAN | 326 | select SYS_SUPPORTS_LITTLE_ENDIAN |
327 | select SYS_SUPPORTS_SMARTMIPS | ||
325 | help | 328 | help |
326 | This enables support for the MIPS Technologies SEAD evaluation | 329 | This enables support for the MIPS Technologies SEAD evaluation |
327 | board. | 330 | board. |
@@ -1641,6 +1644,18 @@ config 64BIT_PHYS_ADDR | |||
1641 | config CPU_HAS_LLSC | 1644 | config CPU_HAS_LLSC |
1642 | bool | 1645 | bool |
1643 | 1646 | ||
1647 | config CPU_HAS_SMARTMIPS | ||
1648 | depends on SYS_SUPPORTS_SMARTMIPS | ||
1649 | bool "Support for the SmartMIPS ASE" | ||
1650 | help | ||
1651 | SmartMIPS is a extension of the MIPS32 architecture aimed at | ||
1652 | increased security at both hardware and software level for | ||
1653 | smartcards. Enabling this option will allow proper use of the | ||
1654 | SmartMIPS instructions by Linux applications. However a kernel with | ||
1655 | this option will not work on a MIPS core without SmartMIPS core. If | ||
1656 | you don't know you probably don't have SmartMIPS and should say N | ||
1657 | here. | ||
1658 | |||
1644 | config CPU_HAS_WB | 1659 | config CPU_HAS_WB |
1645 | bool | 1660 | bool |
1646 | 1661 | ||
@@ -1704,6 +1719,9 @@ config CPU_SUPPORTS_HIGHMEM | |||
1704 | config SYS_SUPPORTS_HIGHMEM | 1719 | config SYS_SUPPORTS_HIGHMEM |
1705 | bool | 1720 | bool |
1706 | 1721 | ||
1722 | config SYS_SUPPORTS_SMARTMIPS | ||
1723 | bool | ||
1724 | |||
1707 | config ARCH_FLATMEM_ENABLE | 1725 | config ARCH_FLATMEM_ENABLE |
1708 | def_bool y | 1726 | def_bool y |
1709 | depends on !NUMA | 1727 | depends on !NUMA |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index c68b5d3e5d18..92bca6ad6ab1 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -103,6 +103,8 @@ predef-le += -DMIPSEL -D_MIPSEL -D__MIPSEL -D__MIPSEL__ | |||
103 | cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $(undef-all) $(predef-be)) | 103 | cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $(undef-all) $(predef-be)) |
104 | cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le)) | 104 | cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le)) |
105 | 105 | ||
106 | cflags-$(CONFIG_CPU_HAS_SMARTMIPS) += $(call cc-option,-msmartmips) | ||
107 | |||
106 | cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \ | 108 | cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \ |
107 | -fno-omit-frame-pointer | 109 | -fno-omit-frame-pointer |
108 | 110 | ||
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig index 45874d1038d3..458894933a4c 100644 --- a/arch/mips/configs/atlas_defconfig +++ b/arch/mips/configs/atlas_defconfig | |||
@@ -139,10 +139,12 @@ CONFIG_MIPS_MT_DISABLED=y | |||
139 | CONFIG_SYS_SUPPORTS_MULTITHREADING=y | 139 | CONFIG_SYS_SUPPORTS_MULTITHREADING=y |
140 | # CONFIG_64BIT_PHYS_ADDR is not set | 140 | # CONFIG_64BIT_PHYS_ADDR is not set |
141 | CONFIG_CPU_HAS_LLSC=y | 141 | CONFIG_CPU_HAS_LLSC=y |
142 | # CONFIG_CPU_HAS_SMARTMIPS is not set | ||
142 | CONFIG_CPU_HAS_SYNC=y | 143 | CONFIG_CPU_HAS_SYNC=y |
143 | CONFIG_GENERIC_HARDIRQS=y | 144 | CONFIG_GENERIC_HARDIRQS=y |
144 | CONFIG_GENERIC_IRQ_PROBE=y | 145 | CONFIG_GENERIC_IRQ_PROBE=y |
145 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | 146 | CONFIG_CPU_SUPPORTS_HIGHMEM=y |
147 | CONFIG_SYS_SUPPORTS_SMARTMIPS=y | ||
146 | CONFIG_ARCH_FLATMEM_ENABLE=y | 148 | CONFIG_ARCH_FLATMEM_ENABLE=y |
147 | CONFIG_SELECT_MEMORY_MODEL=y | 149 | CONFIG_SELECT_MEMORY_MODEL=y |
148 | CONFIG_FLATMEM_MANUAL=y | 150 | CONFIG_FLATMEM_MANUAL=y |
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index b4cdd3e7cdfc..aa05e294ea62 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:35 2007 | 4 | # Tue Feb 20 21:47:22 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -417,6 +417,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
417 | # | 417 | # |
418 | # Plug and Play support | 418 | # Plug and Play support |
419 | # | 419 | # |
420 | # CONFIG_PNPACPI is not set | ||
420 | 421 | ||
421 | # | 422 | # |
422 | # Block devices | 423 | # Block devices |
@@ -589,6 +590,7 @@ CONFIG_NET_SB1250_MAC=y | |||
589 | # CONFIG_TIGON3 is not set | 590 | # CONFIG_TIGON3 is not set |
590 | # CONFIG_BNX2 is not set | 591 | # CONFIG_BNX2 is not set |
591 | # CONFIG_QLA3XXX is not set | 592 | # CONFIG_QLA3XXX is not set |
593 | # CONFIG_ATL1 is not set | ||
592 | 594 | ||
593 | # | 595 | # |
594 | # Ethernet (10000 Mbit) | 596 | # Ethernet (10000 Mbit) |
@@ -1025,7 +1027,6 @@ CONFIG_FORCED_INLINING=y | |||
1025 | CONFIG_CROSSCOMPILE=y | 1027 | CONFIG_CROSSCOMPILE=y |
1026 | CONFIG_CMDLINE="" | 1028 | CONFIG_CMDLINE="" |
1027 | # CONFIG_DEBUG_STACK_USAGE is not set | 1029 | # CONFIG_DEBUG_STACK_USAGE is not set |
1028 | # CONFIG_KGDB is not set | ||
1029 | # CONFIG_SB1XXX_CORELIS is not set | 1030 | # CONFIG_SB1XXX_CORELIS is not set |
1030 | # CONFIG_RUNTIME_DEBUG is not set | 1031 | # CONFIG_RUNTIME_DEBUG is not set |
1031 | 1032 | ||
diff --git a/arch/mips/configs/capcella_defconfig b/arch/mips/configs/capcella_defconfig index b05469e0bcd0..b2594fa556f3 100644 --- a/arch/mips/configs/capcella_defconfig +++ b/arch/mips/configs/capcella_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:36 2007 | 4 | # Tue Feb 20 21:47:22 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -388,6 +388,7 @@ CONFIG_CONNECTOR=m | |||
388 | # | 388 | # |
389 | # Plug and Play support | 389 | # Plug and Play support |
390 | # | 390 | # |
391 | # CONFIG_PNPACPI is not set | ||
391 | 392 | ||
392 | # | 393 | # |
393 | # Block devices | 394 | # Block devices |
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index f88c40fc9948..9090a7aba6c1 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Mon Feb 19 14:51:58 2007 | 4 | # Tue Feb 20 21:47:24 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -425,7 +425,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
425 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 425 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
426 | CONFIG_MTD_PHYSMAP=y | 426 | CONFIG_MTD_PHYSMAP=y |
427 | CONFIG_MTD_PHYSMAP_START=0x0 | 427 | CONFIG_MTD_PHYSMAP_START=0x0 |
428 | CONFIG_MTD_PHYSMAP_LEN=0 | 428 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
429 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | 429 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 |
430 | # CONFIG_MTD_PLATRAM is not set | 430 | # CONFIG_MTD_PLATRAM is not set |
431 | 431 | ||
@@ -449,7 +449,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | |||
449 | # NAND Flash Device Drivers | 449 | # NAND Flash Device Drivers |
450 | # | 450 | # |
451 | # CONFIG_MTD_NAND is not set | 451 | # CONFIG_MTD_NAND is not set |
452 | # CONFIG_MTD_NAND_CAFE is not set | ||
453 | 452 | ||
454 | # | 453 | # |
455 | # OneNAND Flash Device Drivers | 454 | # OneNAND Flash Device Drivers |
@@ -464,6 +463,7 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | |||
464 | # | 463 | # |
465 | # Plug and Play support | 464 | # Plug and Play support |
466 | # | 465 | # |
466 | # CONFIG_PNPACPI is not set | ||
467 | 467 | ||
468 | # | 468 | # |
469 | # Block devices | 469 | # Block devices |
@@ -658,6 +658,7 @@ CONFIG_TULIP=y | |||
658 | # CONFIG_TIGON3 is not set | 658 | # CONFIG_TIGON3 is not set |
659 | # CONFIG_BNX2 is not set | 659 | # CONFIG_BNX2 is not set |
660 | CONFIG_QLA3XXX=y | 660 | CONFIG_QLA3XXX=y |
661 | # CONFIG_ATL1 is not set | ||
661 | 662 | ||
662 | # | 663 | # |
663 | # Ethernet (10000 Mbit) | 664 | # Ethernet (10000 Mbit) |
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index 1db19f1bfd4d..4cb8cf4255a2 100644 --- a/arch/mips/configs/db1000_defconfig +++ b/arch/mips/configs/db1000_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:39 2007 | 4 | # Tue Feb 20 21:47:24 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -548,6 +548,7 @@ CONFIG_MTD_ALCHEMY=y | |||
548 | # | 548 | # |
549 | # Plug and Play support | 549 | # Plug and Play support |
550 | # | 550 | # |
551 | # CONFIG_PNPACPI is not set | ||
551 | 552 | ||
552 | # | 553 | # |
553 | # Block devices | 554 | # Block devices |
@@ -1103,6 +1104,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1103 | CONFIG_LOG_BUF_SHIFT=14 | 1104 | CONFIG_LOG_BUF_SHIFT=14 |
1104 | CONFIG_CROSSCOMPILE=y | 1105 | CONFIG_CROSSCOMPILE=y |
1105 | CONFIG_CMDLINE="" | 1106 | CONFIG_CMDLINE="" |
1107 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1106 | 1108 | ||
1107 | # | 1109 | # |
1108 | # Security options | 1110 | # Security options |
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index 529e6ebe2a8d..d86dedf27fc4 100644 --- a/arch/mips/configs/db1100_defconfig +++ b/arch/mips/configs/db1100_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:39 2007 | 4 | # Tue Feb 20 21:47:24 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -537,6 +537,7 @@ CONFIG_MTD_ALCHEMY=y | |||
537 | # | 537 | # |
538 | # Plug and Play support | 538 | # Plug and Play support |
539 | # | 539 | # |
540 | # CONFIG_PNPACPI is not set | ||
540 | 541 | ||
541 | # | 542 | # |
542 | # Block devices | 543 | # Block devices |
@@ -1103,6 +1104,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1103 | CONFIG_LOG_BUF_SHIFT=14 | 1104 | CONFIG_LOG_BUF_SHIFT=14 |
1104 | CONFIG_CROSSCOMPILE=y | 1105 | CONFIG_CROSSCOMPILE=y |
1105 | CONFIG_CMDLINE="" | 1106 | CONFIG_CMDLINE="" |
1107 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1106 | 1108 | ||
1107 | # | 1109 | # |
1108 | # Security options | 1110 | # Security options |
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index 9e86dcd3c31e..c24b6008345e 100644 --- a/arch/mips/configs/db1200_defconfig +++ b/arch/mips/configs/db1200_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:40 2007 | 4 | # Tue Feb 20 21:47:25 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -541,6 +541,7 @@ CONFIG_MTD_NAND_IDS=y | |||
541 | # | 541 | # |
542 | # Plug and Play support | 542 | # Plug and Play support |
543 | # | 543 | # |
544 | # CONFIG_PNPACPI is not set | ||
544 | 545 | ||
545 | # | 546 | # |
546 | # Block devices | 547 | # Block devices |
@@ -1185,6 +1186,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1185 | CONFIG_LOG_BUF_SHIFT=14 | 1186 | CONFIG_LOG_BUF_SHIFT=14 |
1186 | CONFIG_CROSSCOMPILE=y | 1187 | CONFIG_CROSSCOMPILE=y |
1187 | CONFIG_CMDLINE="mem=48M" | 1188 | CONFIG_CMDLINE="mem=48M" |
1189 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1188 | 1190 | ||
1189 | # | 1191 | # |
1190 | # Security options | 1192 | # Security options |
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 9c944611edaa..baad2c5223ba 100644 --- a/arch/mips/configs/db1500_defconfig +++ b/arch/mips/configs/db1500_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:41 2007 | 4 | # Tue Feb 20 21:47:26 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -542,7 +542,6 @@ CONFIG_MTD_ALCHEMY=y | |||
542 | # NAND Flash Device Drivers | 542 | # NAND Flash Device Drivers |
543 | # | 543 | # |
544 | # CONFIG_MTD_NAND is not set | 544 | # CONFIG_MTD_NAND is not set |
545 | # CONFIG_MTD_NAND_CAFE is not set | ||
546 | 545 | ||
547 | # | 546 | # |
548 | # OneNAND Flash Device Drivers | 547 | # OneNAND Flash Device Drivers |
@@ -557,6 +556,7 @@ CONFIG_MTD_ALCHEMY=y | |||
557 | # | 556 | # |
558 | # Plug and Play support | 557 | # Plug and Play support |
559 | # | 558 | # |
559 | # CONFIG_PNPACPI is not set | ||
560 | 560 | ||
561 | # | 561 | # |
562 | # Block devices | 562 | # Block devices |
@@ -715,6 +715,7 @@ CONFIG_MIPS_AU1X00_ENET=y | |||
715 | # CONFIG_TIGON3 is not set | 715 | # CONFIG_TIGON3 is not set |
716 | # CONFIG_BNX2 is not set | 716 | # CONFIG_BNX2 is not set |
717 | CONFIG_QLA3XXX=m | 717 | CONFIG_QLA3XXX=m |
718 | # CONFIG_ATL1 is not set | ||
718 | 719 | ||
719 | # | 720 | # |
720 | # Ethernet (10000 Mbit) | 721 | # Ethernet (10000 Mbit) |
@@ -1145,6 +1146,7 @@ CONFIG_USB_MON=y | |||
1145 | # CONFIG_USB_RIO500 is not set | 1146 | # CONFIG_USB_RIO500 is not set |
1146 | # CONFIG_USB_LEGOTOWER is not set | 1147 | # CONFIG_USB_LEGOTOWER is not set |
1147 | # CONFIG_USB_LCD is not set | 1148 | # CONFIG_USB_LCD is not set |
1149 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1148 | # CONFIG_USB_LED is not set | 1150 | # CONFIG_USB_LED is not set |
1149 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1151 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1150 | # CONFIG_USB_CYTHERM is not set | 1152 | # CONFIG_USB_CYTHERM is not set |
@@ -1402,6 +1404,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1402 | CONFIG_LOG_BUF_SHIFT=14 | 1404 | CONFIG_LOG_BUF_SHIFT=14 |
1403 | CONFIG_CROSSCOMPILE=y | 1405 | CONFIG_CROSSCOMPILE=y |
1404 | CONFIG_CMDLINE="" | 1406 | CONFIG_CMDLINE="" |
1407 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1405 | 1408 | ||
1406 | # | 1409 | # |
1407 | # Security options | 1410 | # Security options |
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index 5b18d5da9858..c29fdab0423a 100644 --- a/arch/mips/configs/db1550_defconfig +++ b/arch/mips/configs/db1550_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:42 2007 | 4 | # Tue Feb 20 21:47:27 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -562,6 +562,7 @@ CONFIG_MTD_NAND_AU1550=m | |||
562 | # | 562 | # |
563 | # Plug and Play support | 563 | # Plug and Play support |
564 | # | 564 | # |
565 | # CONFIG_PNPACPI is not set | ||
565 | 566 | ||
566 | # | 567 | # |
567 | # Block devices | 568 | # Block devices |
@@ -751,6 +752,7 @@ CONFIG_MIPS_AU1X00_ENET=y | |||
751 | # CONFIG_TIGON3 is not set | 752 | # CONFIG_TIGON3 is not set |
752 | # CONFIG_BNX2 is not set | 753 | # CONFIG_BNX2 is not set |
753 | CONFIG_QLA3XXX=m | 754 | CONFIG_QLA3XXX=m |
755 | # CONFIG_ATL1 is not set | ||
754 | 756 | ||
755 | # | 757 | # |
756 | # Ethernet (10000 Mbit) | 758 | # Ethernet (10000 Mbit) |
@@ -1219,6 +1221,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1219 | CONFIG_LOG_BUF_SHIFT=14 | 1221 | CONFIG_LOG_BUF_SHIFT=14 |
1220 | CONFIG_CROSSCOMPILE=y | 1222 | CONFIG_CROSSCOMPILE=y |
1221 | CONFIG_CMDLINE="" | 1223 | CONFIG_CMDLINE="" |
1224 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1222 | 1225 | ||
1223 | # | 1226 | # |
1224 | # Security options | 1227 | # Security options |
diff --git a/arch/mips/configs/ddb5477_defconfig b/arch/mips/configs/ddb5477_defconfig index 121018886189..f4b316d2cd70 100644 --- a/arch/mips/configs/ddb5477_defconfig +++ b/arch/mips/configs/ddb5477_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:43 2007 | 4 | # Tue Feb 20 21:47:28 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -386,6 +386,7 @@ CONFIG_PROC_EVENTS=y | |||
386 | # | 386 | # |
387 | # Plug and Play support | 387 | # Plug and Play support |
388 | # | 388 | # |
389 | # CONFIG_PNPACPI is not set | ||
389 | 390 | ||
390 | # | 391 | # |
391 | # Block devices | 392 | # Block devices |
@@ -925,6 +926,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
925 | CONFIG_LOG_BUF_SHIFT=14 | 926 | CONFIG_LOG_BUF_SHIFT=14 |
926 | CONFIG_CROSSCOMPILE=y | 927 | CONFIG_CROSSCOMPILE=y |
927 | CONFIG_CMDLINE="ip=any" | 928 | CONFIG_CMDLINE="ip=any" |
929 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
928 | 930 | ||
929 | # | 931 | # |
930 | # Security options | 932 | # Security options |
diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 2d717455a82f..9c38e5c77761 100644 --- a/arch/mips/configs/decstation_defconfig +++ b/arch/mips/configs/decstation_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:44 2007 | 4 | # Tue Feb 20 21:47:28 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -398,6 +398,7 @@ CONFIG_CONNECTOR=m | |||
398 | # | 398 | # |
399 | # Plug and Play support | 399 | # Plug and Play support |
400 | # | 400 | # |
401 | # CONFIG_PNPACPI is not set | ||
401 | 402 | ||
402 | # | 403 | # |
403 | # Block devices | 404 | # Block devices |
diff --git a/arch/mips/configs/e55_defconfig b/arch/mips/configs/e55_defconfig index 0ee2fbb35f14..922af379aa41 100644 --- a/arch/mips/configs/e55_defconfig +++ b/arch/mips/configs/e55_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:44 2007 | 4 | # Tue Feb 20 21:47:28 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -294,6 +294,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
294 | # Plug and Play support | 294 | # Plug and Play support |
295 | # | 295 | # |
296 | # CONFIG_PNP is not set | 296 | # CONFIG_PNP is not set |
297 | # CONFIG_PNPACPI is not set | ||
297 | 298 | ||
298 | # | 299 | # |
299 | # Block devices | 300 | # Block devices |
diff --git a/arch/mips/configs/emma2rh_defconfig b/arch/mips/configs/emma2rh_defconfig index 218fe6e5f2db..c0db8f14713d 100644 --- a/arch/mips/configs/emma2rh_defconfig +++ b/arch/mips/configs/emma2rh_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:46 2007 | 4 | # Tue Feb 20 21:47:29 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -611,7 +611,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
611 | # NAND Flash Device Drivers | 611 | # NAND Flash Device Drivers |
612 | # | 612 | # |
613 | # CONFIG_MTD_NAND is not set | 613 | # CONFIG_MTD_NAND is not set |
614 | # CONFIG_MTD_NAND_CAFE is not set | ||
615 | 614 | ||
616 | # | 615 | # |
617 | # OneNAND Flash Device Drivers | 616 | # OneNAND Flash Device Drivers |
@@ -626,6 +625,7 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
626 | # | 625 | # |
627 | # Plug and Play support | 626 | # Plug and Play support |
628 | # | 627 | # |
628 | # CONFIG_PNPACPI is not set | ||
629 | 629 | ||
630 | # | 630 | # |
631 | # Block devices | 631 | # Block devices |
@@ -1039,6 +1039,7 @@ CONFIG_HWMON=y | |||
1039 | # CONFIG_SENSORS_ADM1021 is not set | 1039 | # CONFIG_SENSORS_ADM1021 is not set |
1040 | # CONFIG_SENSORS_ADM1025 is not set | 1040 | # CONFIG_SENSORS_ADM1025 is not set |
1041 | # CONFIG_SENSORS_ADM1026 is not set | 1041 | # CONFIG_SENSORS_ADM1026 is not set |
1042 | # CONFIG_SENSORS_ADM1029 is not set | ||
1042 | # CONFIG_SENSORS_ADM1031 is not set | 1043 | # CONFIG_SENSORS_ADM1031 is not set |
1043 | # CONFIG_SENSORS_ADM9240 is not set | 1044 | # CONFIG_SENSORS_ADM9240 is not set |
1044 | # CONFIG_SENSORS_ASB100 is not set | 1045 | # CONFIG_SENSORS_ASB100 is not set |
diff --git a/arch/mips/configs/ev64120_defconfig b/arch/mips/configs/ev64120_defconfig index 5ad4870ad5eb..ce088b36291d 100644 --- a/arch/mips/configs/ev64120_defconfig +++ b/arch/mips/configs/ev64120_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:46 2007 | 4 | # Tue Feb 20 21:47:30 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -391,6 +391,7 @@ CONFIG_CONNECTOR=m | |||
391 | # | 391 | # |
392 | # Plug and Play support | 392 | # Plug and Play support |
393 | # | 393 | # |
394 | # CONFIG_PNPACPI is not set | ||
394 | 395 | ||
395 | # | 396 | # |
396 | # Block devices | 397 | # Block devices |
@@ -520,6 +521,7 @@ CONFIG_NET_ETHERNET=y | |||
520 | # CONFIG_TIGON3 is not set | 521 | # CONFIG_TIGON3 is not set |
521 | # CONFIG_BNX2 is not set | 522 | # CONFIG_BNX2 is not set |
522 | CONFIG_QLA3XXX=m | 523 | CONFIG_QLA3XXX=m |
524 | # CONFIG_ATL1 is not set | ||
523 | 525 | ||
524 | # | 526 | # |
525 | # Ethernet (10000 Mbit) | 527 | # Ethernet (10000 Mbit) |
@@ -914,6 +916,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
914 | CONFIG_LOG_BUF_SHIFT=14 | 916 | CONFIG_LOG_BUF_SHIFT=14 |
915 | CONFIG_CROSSCOMPILE=y | 917 | CONFIG_CROSSCOMPILE=y |
916 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.1.1:/mnt/disk2/fs.gal ip=192.168.1.211:192.168.1.1:::gt::" | 918 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.1.1:/mnt/disk2/fs.gal ip=192.168.1.211:192.168.1.1:::gt::" |
919 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
917 | 920 | ||
918 | # | 921 | # |
919 | # Security options | 922 | # Security options |
diff --git a/arch/mips/configs/excite_defconfig b/arch/mips/configs/excite_defconfig index 5e179fe599b3..82f204d080b7 100644 --- a/arch/mips/configs/excite_defconfig +++ b/arch/mips/configs/excite_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:47 2007 | 4 | # Tue Feb 20 21:47:31 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -451,6 +451,7 @@ CONFIG_MTD_NAND_VERIFY_WRITE=y | |||
451 | # CONFIG_MTD_NAND_ECC_SMC is not set | 451 | # CONFIG_MTD_NAND_ECC_SMC is not set |
452 | CONFIG_MTD_NAND_IDS=y | 452 | CONFIG_MTD_NAND_IDS=y |
453 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 453 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
454 | # CONFIG_MTD_NAND_BASLER_EXCITE is not set | ||
454 | # CONFIG_MTD_NAND_CAFE is not set | 455 | # CONFIG_MTD_NAND_CAFE is not set |
455 | # CONFIG_MTD_NAND_NANDSIM is not set | 456 | # CONFIG_MTD_NAND_NANDSIM is not set |
456 | 457 | ||
@@ -467,6 +468,7 @@ CONFIG_MTD_NAND_IDS=y | |||
467 | # | 468 | # |
468 | # Plug and Play support | 469 | # Plug and Play support |
469 | # | 470 | # |
471 | # CONFIG_PNPACPI is not set | ||
470 | 472 | ||
471 | # | 473 | # |
472 | # Block devices | 474 | # Block devices |
@@ -638,6 +640,7 @@ CONFIG_NETDEVICES=y | |||
638 | # CONFIG_TIGON3 is not set | 640 | # CONFIG_TIGON3 is not set |
639 | # CONFIG_BNX2 is not set | 641 | # CONFIG_BNX2 is not set |
640 | CONFIG_QLA3XXX=m | 642 | CONFIG_QLA3XXX=m |
643 | # CONFIG_ATL1 is not set | ||
641 | 644 | ||
642 | # | 645 | # |
643 | # Ethernet (10000 Mbit) | 646 | # Ethernet (10000 Mbit) |
@@ -1008,6 +1011,7 @@ CONFIG_USB_HID=m | |||
1008 | # CONFIG_USB_RIO500 is not set | 1011 | # CONFIG_USB_RIO500 is not set |
1009 | # CONFIG_USB_LEGOTOWER is not set | 1012 | # CONFIG_USB_LEGOTOWER is not set |
1010 | # CONFIG_USB_LCD is not set | 1013 | # CONFIG_USB_LCD is not set |
1014 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1011 | # CONFIG_USB_LED is not set | 1015 | # CONFIG_USB_LED is not set |
1012 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1016 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1013 | # CONFIG_USB_CYTHERM is not set | 1017 | # CONFIG_USB_CYTHERM is not set |
@@ -1277,6 +1281,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1277 | CONFIG_LOG_BUF_SHIFT=14 | 1281 | CONFIG_LOG_BUF_SHIFT=14 |
1278 | CONFIG_CROSSCOMPILE=y | 1282 | CONFIG_CROSSCOMPILE=y |
1279 | CONFIG_CMDLINE="" | 1283 | CONFIG_CMDLINE="" |
1284 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1280 | 1285 | ||
1281 | # | 1286 | # |
1282 | # Security options | 1287 | # Security options |
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 864de219eb67..cb81f13bd45a 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:48 2007 | 4 | # Tue Feb 20 21:47:32 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -620,6 +620,7 @@ CONFIG_CONNECTOR=m | |||
620 | # | 620 | # |
621 | # Plug and Play support | 621 | # Plug and Play support |
622 | # | 622 | # |
623 | # CONFIG_PNPACPI is not set | ||
623 | 624 | ||
624 | # | 625 | # |
625 | # Block devices | 626 | # Block devices |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 7b2f5f8397a2..46f6ac4083b9 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:49 2007 | 4 | # Tue Feb 20 21:47:32 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -456,6 +456,7 @@ CONFIG_CONNECTOR=m | |||
456 | # | 456 | # |
457 | # Plug and Play support | 457 | # Plug and Play support |
458 | # | 458 | # |
459 | # CONFIG_PNPACPI is not set | ||
459 | 460 | ||
460 | # | 461 | # |
461 | # Block devices | 462 | # Block devices |
@@ -672,6 +673,7 @@ CONFIG_SGI_IOC3_ETH=y | |||
672 | # CONFIG_TIGON3 is not set | 673 | # CONFIG_TIGON3 is not set |
673 | # CONFIG_BNX2 is not set | 674 | # CONFIG_BNX2 is not set |
674 | CONFIG_QLA3XXX=m | 675 | CONFIG_QLA3XXX=m |
676 | # CONFIG_ATL1 is not set | ||
675 | 677 | ||
676 | # | 678 | # |
677 | # Ethernet (10000 Mbit) | 679 | # Ethernet (10000 Mbit) |
@@ -1060,6 +1062,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1060 | CONFIG_LOG_BUF_SHIFT=15 | 1062 | CONFIG_LOG_BUF_SHIFT=15 |
1061 | CONFIG_CROSSCOMPILE=y | 1063 | CONFIG_CROSSCOMPILE=y |
1062 | CONFIG_CMDLINE="" | 1064 | CONFIG_CMDLINE="" |
1065 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1063 | 1066 | ||
1064 | # | 1067 | # |
1065 | # Security options | 1068 | # Security options |
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index 14398e8a1768..d9e5000d5329 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:50 2007 | 4 | # Tue Feb 20 21:47:33 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -396,6 +396,7 @@ CONFIG_PROC_EVENTS=y | |||
396 | # | 396 | # |
397 | # Plug and Play support | 397 | # Plug and Play support |
398 | # | 398 | # |
399 | # CONFIG_PNPACPI is not set | ||
399 | 400 | ||
400 | # | 401 | # |
401 | # Block devices | 402 | # Block devices |
@@ -600,6 +601,7 @@ CONFIG_SGI_O2MACE_ETH=y | |||
600 | # CONFIG_TIGON3 is not set | 601 | # CONFIG_TIGON3 is not set |
601 | # CONFIG_BNX2 is not set | 602 | # CONFIG_BNX2 is not set |
602 | CONFIG_QLA3XXX=y | 603 | CONFIG_QLA3XXX=y |
604 | # CONFIG_ATL1 is not set | ||
603 | 605 | ||
604 | # | 606 | # |
605 | # Ethernet (10000 Mbit) | 607 | # Ethernet (10000 Mbit) |
diff --git a/arch/mips/configs/jaguar-atx_defconfig b/arch/mips/configs/jaguar-atx_defconfig index b38978794a5a..57ef0c45a62b 100644 --- a/arch/mips/configs/jaguar-atx_defconfig +++ b/arch/mips/configs/jaguar-atx_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:51 2007 | 4 | # Tue Feb 20 21:47:33 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -375,6 +375,7 @@ CONFIG_CONNECTOR=m | |||
375 | # | 375 | # |
376 | # Plug and Play support | 376 | # Plug and Play support |
377 | # | 377 | # |
378 | # CONFIG_PNPACPI is not set | ||
378 | 379 | ||
379 | # | 380 | # |
380 | # Block devices | 381 | # Block devices |
@@ -518,9 +519,6 @@ CONFIG_EEPRO100=y | |||
518 | # CONFIG_TIGON3 is not set | 519 | # CONFIG_TIGON3 is not set |
519 | # CONFIG_BNX2 is not set | 520 | # CONFIG_BNX2 is not set |
520 | CONFIG_MV643XX_ETH=y | 521 | CONFIG_MV643XX_ETH=y |
521 | CONFIG_MV643XX_ETH_0=y | ||
522 | CONFIG_MV643XX_ETH_1=y | ||
523 | CONFIG_MV643XX_ETH_2=y | ||
524 | CONFIG_QLA3XXX=m | 522 | CONFIG_QLA3XXX=m |
525 | 523 | ||
526 | # | 524 | # |
@@ -833,6 +831,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
833 | CONFIG_LOG_BUF_SHIFT=14 | 831 | CONFIG_LOG_BUF_SHIFT=14 |
834 | CONFIG_CROSSCOMPILE=y | 832 | CONFIG_CROSSCOMPILE=y |
835 | CONFIG_CMDLINE="" | 833 | CONFIG_CMDLINE="" |
834 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
836 | 835 | ||
837 | # | 836 | # |
838 | # Security options | 837 | # Security options |
diff --git a/arch/mips/configs/jazz_defconfig b/arch/mips/configs/jazz_defconfig index dacf0a618d57..21d979f8326c 100644 --- a/arch/mips/configs/jazz_defconfig +++ b/arch/mips/configs/jazz_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:52 2007 | 4 | # Tue Feb 20 21:47:33 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -646,6 +646,7 @@ CONFIG_PARPORT_1284=y | |||
646 | # Plug and Play support | 646 | # Plug and Play support |
647 | # | 647 | # |
648 | # CONFIG_PNP is not set | 648 | # CONFIG_PNP is not set |
649 | # CONFIG_PNPACPI is not set | ||
649 | 650 | ||
650 | # | 651 | # |
651 | # Block devices | 652 | # Block devices |
diff --git a/arch/mips/configs/jmr3927_defconfig b/arch/mips/configs/jmr3927_defconfig index 29ed772455f1..9ebb522fbbbd 100644 --- a/arch/mips/configs/jmr3927_defconfig +++ b/arch/mips/configs/jmr3927_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:53 2007 | 4 | # Tue Feb 20 21:47:34 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -384,6 +384,7 @@ CONFIG_PROC_EVENTS=y | |||
384 | # | 384 | # |
385 | # Plug and Play support | 385 | # Plug and Play support |
386 | # | 386 | # |
387 | # CONFIG_PNPACPI is not set | ||
387 | 388 | ||
388 | # | 389 | # |
389 | # Block devices | 390 | # Block devices |
@@ -513,6 +514,7 @@ CONFIG_NET_ETHERNET=y | |||
513 | # CONFIG_TIGON3 is not set | 514 | # CONFIG_TIGON3 is not set |
514 | # CONFIG_BNX2 is not set | 515 | # CONFIG_BNX2 is not set |
515 | CONFIG_QLA3XXX=y | 516 | CONFIG_QLA3XXX=y |
517 | # CONFIG_ATL1 is not set | ||
516 | 518 | ||
517 | # | 519 | # |
518 | # Ethernet (10000 Mbit) | 520 | # Ethernet (10000 Mbit) |
diff --git a/arch/mips/configs/lasat200_defconfig b/arch/mips/configs/lasat200_defconfig index a1437b34e18f..b3f767ff1c5a 100644 --- a/arch/mips/configs/lasat200_defconfig +++ b/arch/mips/configs/lasat200_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:54 2007 | 4 | # Tue Feb 20 21:47:34 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -454,7 +454,6 @@ CONFIG_MTD_LASAT=y | |||
454 | # NAND Flash Device Drivers | 454 | # NAND Flash Device Drivers |
455 | # | 455 | # |
456 | # CONFIG_MTD_NAND is not set | 456 | # CONFIG_MTD_NAND is not set |
457 | # CONFIG_MTD_NAND_CAFE is not set | ||
458 | 457 | ||
459 | # | 458 | # |
460 | # OneNAND Flash Device Drivers | 459 | # OneNAND Flash Device Drivers |
@@ -469,6 +468,7 @@ CONFIG_MTD_LASAT=y | |||
469 | # | 468 | # |
470 | # Plug and Play support | 469 | # Plug and Play support |
471 | # | 470 | # |
471 | # CONFIG_PNPACPI is not set | ||
472 | 472 | ||
473 | # | 473 | # |
474 | # Block devices | 474 | # Block devices |
@@ -654,6 +654,7 @@ CONFIG_NET_ETHERNET=y | |||
654 | # CONFIG_TIGON3 is not set | 654 | # CONFIG_TIGON3 is not set |
655 | # CONFIG_BNX2 is not set | 655 | # CONFIG_BNX2 is not set |
656 | CONFIG_QLA3XXX=m | 656 | CONFIG_QLA3XXX=m |
657 | # CONFIG_ATL1 is not set | ||
657 | 658 | ||
658 | # | 659 | # |
659 | # Ethernet (10000 Mbit) | 660 | # Ethernet (10000 Mbit) |
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index 8d21bb96349e..a5f379d626d6 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
@@ -145,6 +145,7 @@ CONFIG_SYS_SUPPORTS_MULTITHREADING=y | |||
145 | CONFIG_MIPS_MT_FPAFF=y | 145 | CONFIG_MIPS_MT_FPAFF=y |
146 | # CONFIG_64BIT_PHYS_ADDR is not set | 146 | # CONFIG_64BIT_PHYS_ADDR is not set |
147 | CONFIG_CPU_HAS_LLSC=y | 147 | CONFIG_CPU_HAS_LLSC=y |
148 | # CONFIG_CPU_HAS_SMARTMIPS is not set | ||
148 | CONFIG_CPU_MIPSR2_IRQ_VI=y | 149 | CONFIG_CPU_MIPSR2_IRQ_VI=y |
149 | CONFIG_CPU_MIPSR2_SRS=y | 150 | CONFIG_CPU_MIPSR2_SRS=y |
150 | CONFIG_CPU_HAS_SYNC=y | 151 | CONFIG_CPU_HAS_SYNC=y |
@@ -152,6 +153,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
152 | CONFIG_GENERIC_IRQ_PROBE=y | 153 | CONFIG_GENERIC_IRQ_PROBE=y |
153 | CONFIG_IRQ_PER_CPU=y | 154 | CONFIG_IRQ_PER_CPU=y |
154 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | 155 | CONFIG_CPU_SUPPORTS_HIGHMEM=y |
156 | CONFIG_SYS_SUPPORTS_SMARTMIPS=y | ||
155 | CONFIG_ARCH_FLATMEM_ENABLE=y | 157 | CONFIG_ARCH_FLATMEM_ENABLE=y |
156 | CONFIG_SELECT_MEMORY_MODEL=y | 158 | CONFIG_SELECT_MEMORY_MODEL=y |
157 | CONFIG_FLATMEM_MANUAL=y | 159 | CONFIG_FLATMEM_MANUAL=y |
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig index 2acb99bf2eca..5ff53e184912 100644 --- a/arch/mips/configs/mipssim_defconfig +++ b/arch/mips/configs/mipssim_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:56 2007 | 4 | # Tue Feb 20 21:47:35 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -436,6 +436,7 @@ CONFIG_FIB_RULES=y | |||
436 | # | 436 | # |
437 | # Plug and Play support | 437 | # Plug and Play support |
438 | # | 438 | # |
439 | # CONFIG_PNPACPI is not set | ||
439 | 440 | ||
440 | # | 441 | # |
441 | # Block devices | 442 | # Block devices |
@@ -878,7 +879,6 @@ CONFIG_FORCED_INLINING=y | |||
878 | CONFIG_CROSSCOMPILE=y | 879 | CONFIG_CROSSCOMPILE=y |
879 | CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp" | 880 | CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp" |
880 | # CONFIG_DEBUG_STACK_USAGE is not set | 881 | # CONFIG_DEBUG_STACK_USAGE is not set |
881 | # CONFIG_KGDB is not set | ||
882 | # CONFIG_RUNTIME_DEBUG is not set | 882 | # CONFIG_RUNTIME_DEBUG is not set |
883 | # CONFIG_MIPS_UNCACHED is not set | 883 | # CONFIG_MIPS_UNCACHED is not set |
884 | 884 | ||
diff --git a/arch/mips/configs/mpc30x_defconfig b/arch/mips/configs/mpc30x_defconfig index d52a5a4877da..750e6445c613 100644 --- a/arch/mips/configs/mpc30x_defconfig +++ b/arch/mips/configs/mpc30x_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:56 2007 | 4 | # Tue Feb 20 21:47:35 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -405,6 +405,7 @@ CONFIG_CONNECTOR=m | |||
405 | # | 405 | # |
406 | # Plug and Play support | 406 | # Plug and Play support |
407 | # | 407 | # |
408 | # CONFIG_PNPACPI is not set | ||
408 | 409 | ||
409 | # | 410 | # |
410 | # Block devices | 411 | # Block devices |
@@ -531,6 +532,7 @@ CONFIG_MII=m | |||
531 | # CONFIG_TIGON3 is not set | 532 | # CONFIG_TIGON3 is not set |
532 | # CONFIG_BNX2 is not set | 533 | # CONFIG_BNX2 is not set |
533 | CONFIG_QLA3XXX=m | 534 | CONFIG_QLA3XXX=m |
535 | # CONFIG_ATL1 is not set | ||
534 | 536 | ||
535 | # | 537 | # |
536 | # Ethernet (10000 Mbit) | 538 | # Ethernet (10000 Mbit) |
@@ -883,6 +885,7 @@ CONFIG_USB_PEGASUS=m | |||
883 | # CONFIG_USB_RIO500 is not set | 885 | # CONFIG_USB_RIO500 is not set |
884 | # CONFIG_USB_LEGOTOWER is not set | 886 | # CONFIG_USB_LEGOTOWER is not set |
885 | # CONFIG_USB_LCD is not set | 887 | # CONFIG_USB_LCD is not set |
888 | # CONFIG_USB_BERRY_CHARGE is not set | ||
886 | # CONFIG_USB_LED is not set | 889 | # CONFIG_USB_LED is not set |
887 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 890 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
888 | # CONFIG_USB_CYTHERM is not set | 891 | # CONFIG_USB_CYTHERM is not set |
diff --git a/arch/mips/configs/ocelot_3_defconfig b/arch/mips/configs/ocelot_3_defconfig index 746106b88bab..2febd0a7fba2 100644 --- a/arch/mips/configs/ocelot_3_defconfig +++ b/arch/mips/configs/ocelot_3_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:58 2007 | 4 | # Tue Feb 20 21:47:35 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -496,6 +496,7 @@ CONFIG_CONNECTOR=m | |||
496 | # | 496 | # |
497 | # Plug and Play support | 497 | # Plug and Play support |
498 | # | 498 | # |
499 | # CONFIG_PNPACPI is not set | ||
499 | 500 | ||
500 | # | 501 | # |
501 | # Block devices | 502 | # Block devices |
@@ -713,9 +714,6 @@ CONFIG_E100=y | |||
713 | # CONFIG_TIGON3 is not set | 714 | # CONFIG_TIGON3 is not set |
714 | # CONFIG_BNX2 is not set | 715 | # CONFIG_BNX2 is not set |
715 | CONFIG_MV643XX_ETH=y | 716 | CONFIG_MV643XX_ETH=y |
716 | CONFIG_MV643XX_ETH_0=y | ||
717 | CONFIG_MV643XX_ETH_1=y | ||
718 | CONFIG_MV643XX_ETH_2=y | ||
719 | CONFIG_QLA3XXX=m | 717 | CONFIG_QLA3XXX=m |
720 | # CONFIG_ATL1 is not set | 718 | # CONFIG_ATL1 is not set |
721 | 719 | ||
diff --git a/arch/mips/configs/ocelot_c_defconfig b/arch/mips/configs/ocelot_c_defconfig index 4b32b270df39..b8f457300bbf 100644 --- a/arch/mips/configs/ocelot_c_defconfig +++ b/arch/mips/configs/ocelot_c_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:58 2007 | 4 | # Tue Feb 20 21:47:36 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -393,6 +393,7 @@ CONFIG_PROC_EVENTS=y | |||
393 | # | 393 | # |
394 | # Plug and Play support | 394 | # Plug and Play support |
395 | # | 395 | # |
396 | # CONFIG_PNPACPI is not set | ||
396 | 397 | ||
397 | # | 398 | # |
398 | # Block devices | 399 | # Block devices |
@@ -523,6 +524,7 @@ CONFIG_NET_ETHERNET=y | |||
523 | # CONFIG_BNX2 is not set | 524 | # CONFIG_BNX2 is not set |
524 | # CONFIG_MV643XX_ETH is not set | 525 | # CONFIG_MV643XX_ETH is not set |
525 | CONFIG_QLA3XXX=y | 526 | CONFIG_QLA3XXX=y |
527 | # CONFIG_ATL1 is not set | ||
526 | 528 | ||
527 | # | 529 | # |
528 | # Ethernet (10000 Mbit) | 530 | # Ethernet (10000 Mbit) |
diff --git a/arch/mips/configs/ocelot_defconfig b/arch/mips/configs/ocelot_defconfig index 674631b09c99..8ade072271cd 100644 --- a/arch/mips/configs/ocelot_defconfig +++ b/arch/mips/configs/ocelot_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:59 2007 | 4 | # Tue Feb 20 21:47:36 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -390,6 +390,7 @@ CONFIG_PROC_EVENTS=y | |||
390 | # | 390 | # |
391 | # Plug and Play support | 391 | # Plug and Play support |
392 | # | 392 | # |
393 | # CONFIG_PNPACPI is not set | ||
393 | 394 | ||
394 | # | 395 | # |
395 | # Block devices | 396 | # Block devices |
@@ -854,6 +855,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
854 | CONFIG_LOG_BUF_SHIFT=14 | 855 | CONFIG_LOG_BUF_SHIFT=14 |
855 | CONFIG_CROSSCOMPILE=y | 856 | CONFIG_CROSSCOMPILE=y |
856 | CONFIG_CMDLINE="" | 857 | CONFIG_CMDLINE="" |
858 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
857 | 859 | ||
858 | # | 860 | # |
859 | # Security options | 861 | # Security options |
diff --git a/arch/mips/configs/ocelot_g_defconfig b/arch/mips/configs/ocelot_g_defconfig index 260026392347..d20a2216c11d 100644 --- a/arch/mips/configs/ocelot_g_defconfig +++ b/arch/mips/configs/ocelot_g_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:00 2007 | 4 | # Tue Feb 20 21:47:36 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -392,6 +392,7 @@ CONFIG_PROC_EVENTS=y | |||
392 | # | 392 | # |
393 | # Plug and Play support | 393 | # Plug and Play support |
394 | # | 394 | # |
395 | # CONFIG_PNPACPI is not set | ||
395 | 396 | ||
396 | # | 397 | # |
397 | # Block devices | 398 | # Block devices |
@@ -522,6 +523,7 @@ CONFIG_GALILEO_64240_ETH=y | |||
522 | # CONFIG_TIGON3 is not set | 523 | # CONFIG_TIGON3 is not set |
523 | # CONFIG_BNX2 is not set | 524 | # CONFIG_BNX2 is not set |
524 | CONFIG_QLA3XXX=y | 525 | CONFIG_QLA3XXX=y |
526 | # CONFIG_ATL1 is not set | ||
525 | 527 | ||
526 | # | 528 | # |
527 | # Ethernet (10000 Mbit) | 529 | # Ethernet (10000 Mbit) |
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index 05a33a2aeb25..33fcc8133bc0 100644 --- a/arch/mips/configs/pb1100_defconfig +++ b/arch/mips/configs/pb1100_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:01 2007 | 4 | # Tue Feb 20 21:47:37 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -549,6 +549,7 @@ CONFIG_MTD_ALCHEMY=y | |||
549 | # | 549 | # |
550 | # Plug and Play support | 550 | # Plug and Play support |
551 | # | 551 | # |
552 | # CONFIG_PNPACPI is not set | ||
552 | 553 | ||
553 | # | 554 | # |
554 | # Block devices | 555 | # Block devices |
@@ -1096,6 +1097,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1096 | CONFIG_LOG_BUF_SHIFT=14 | 1097 | CONFIG_LOG_BUF_SHIFT=14 |
1097 | CONFIG_CROSSCOMPILE=y | 1098 | CONFIG_CROSSCOMPILE=y |
1098 | CONFIG_CMDLINE="" | 1099 | CONFIG_CMDLINE="" |
1100 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1099 | 1101 | ||
1100 | # | 1102 | # |
1101 | # Security options | 1103 | # Security options |
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index 34a6bee589bd..e07c55dc8dc1 100644 --- a/arch/mips/configs/pb1500_defconfig +++ b/arch/mips/configs/pb1500_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:02 2007 | 4 | # Tue Feb 20 21:47:37 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -541,7 +541,6 @@ CONFIG_MTD_ALCHEMY=y | |||
541 | # NAND Flash Device Drivers | 541 | # NAND Flash Device Drivers |
542 | # | 542 | # |
543 | # CONFIG_MTD_NAND is not set | 543 | # CONFIG_MTD_NAND is not set |
544 | # CONFIG_MTD_NAND_CAFE is not set | ||
545 | 544 | ||
546 | # | 545 | # |
547 | # OneNAND Flash Device Drivers | 546 | # OneNAND Flash Device Drivers |
@@ -556,6 +555,7 @@ CONFIG_MTD_ALCHEMY=y | |||
556 | # | 555 | # |
557 | # Plug and Play support | 556 | # Plug and Play support |
558 | # | 557 | # |
558 | # CONFIG_PNPACPI is not set | ||
559 | 559 | ||
560 | # | 560 | # |
561 | # Block devices | 561 | # Block devices |
@@ -745,6 +745,7 @@ CONFIG_MIPS_AU1X00_ENET=y | |||
745 | # CONFIG_TIGON3 is not set | 745 | # CONFIG_TIGON3 is not set |
746 | # CONFIG_BNX2 is not set | 746 | # CONFIG_BNX2 is not set |
747 | CONFIG_QLA3XXX=m | 747 | CONFIG_QLA3XXX=m |
748 | # CONFIG_ATL1 is not set | ||
748 | 749 | ||
749 | # | 750 | # |
750 | # Ethernet (10000 Mbit) | 751 | # Ethernet (10000 Mbit) |
@@ -1213,6 +1214,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1213 | CONFIG_LOG_BUF_SHIFT=14 | 1214 | CONFIG_LOG_BUF_SHIFT=14 |
1214 | CONFIG_CROSSCOMPILE=y | 1215 | CONFIG_CROSSCOMPILE=y |
1215 | CONFIG_CMDLINE="" | 1216 | CONFIG_CMDLINE="" |
1217 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1216 | 1218 | ||
1217 | # | 1219 | # |
1218 | # Security options | 1220 | # Security options |
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index e3bff462e62e..df210dd22476 100644 --- a/arch/mips/configs/pb1550_defconfig +++ b/arch/mips/configs/pb1550_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:03 2007 | 4 | # Tue Feb 20 21:47:37 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -542,7 +542,6 @@ CONFIG_MTD_ALCHEMY=y | |||
542 | # NAND Flash Device Drivers | 542 | # NAND Flash Device Drivers |
543 | # | 543 | # |
544 | # CONFIG_MTD_NAND is not set | 544 | # CONFIG_MTD_NAND is not set |
545 | # CONFIG_MTD_NAND_CAFE is not set | ||
546 | 545 | ||
547 | # | 546 | # |
548 | # OneNAND Flash Device Drivers | 547 | # OneNAND Flash Device Drivers |
@@ -557,6 +556,7 @@ CONFIG_MTD_ALCHEMY=y | |||
557 | # | 556 | # |
558 | # Plug and Play support | 557 | # Plug and Play support |
559 | # | 558 | # |
559 | # CONFIG_PNPACPI is not set | ||
560 | 560 | ||
561 | # | 561 | # |
562 | # Block devices | 562 | # Block devices |
@@ -746,6 +746,7 @@ CONFIG_MIPS_AU1X00_ENET=y | |||
746 | # CONFIG_TIGON3 is not set | 746 | # CONFIG_TIGON3 is not set |
747 | # CONFIG_BNX2 is not set | 747 | # CONFIG_BNX2 is not set |
748 | CONFIG_QLA3XXX=m | 748 | CONFIG_QLA3XXX=m |
749 | # CONFIG_ATL1 is not set | ||
749 | 750 | ||
750 | # | 751 | # |
751 | # Ethernet (10000 Mbit) | 752 | # Ethernet (10000 Mbit) |
@@ -1206,6 +1207,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1206 | CONFIG_LOG_BUF_SHIFT=14 | 1207 | CONFIG_LOG_BUF_SHIFT=14 |
1207 | CONFIG_CROSSCOMPILE=y | 1208 | CONFIG_CROSSCOMPILE=y |
1208 | CONFIG_CMDLINE="" | 1209 | CONFIG_CMDLINE="" |
1210 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1209 | 1211 | ||
1210 | # | 1212 | # |
1211 | # Security options | 1213 | # Security options |
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index 009b3f87b44e..106a1641c0b5 100644 --- a/arch/mips/configs/pnx8550-jbs_defconfig +++ b/arch/mips/configs/pnx8550-jbs_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:04 2007 | 4 | # Tue Feb 20 21:47:38 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -389,6 +389,7 @@ CONFIG_FW_LOADER=y | |||
389 | # | 389 | # |
390 | # Plug and Play support | 390 | # Plug and Play support |
391 | # | 391 | # |
392 | # CONFIG_PNPACPI is not set | ||
392 | 393 | ||
393 | # | 394 | # |
394 | # Block devices | 395 | # Block devices |
@@ -962,6 +963,7 @@ CONFIG_USB_MON=y | |||
962 | # CONFIG_USB_RIO500 is not set | 963 | # CONFIG_USB_RIO500 is not set |
963 | # CONFIG_USB_LEGOTOWER is not set | 964 | # CONFIG_USB_LEGOTOWER is not set |
964 | # CONFIG_USB_LCD is not set | 965 | # CONFIG_USB_LCD is not set |
966 | # CONFIG_USB_BERRY_CHARGE is not set | ||
965 | # CONFIG_USB_LED is not set | 967 | # CONFIG_USB_LED is not set |
966 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 968 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
967 | # CONFIG_USB_CYTHERM is not set | 969 | # CONFIG_USB_CYTHERM is not set |
@@ -1229,6 +1231,7 @@ CONFIG_CROSSCOMPILE=y | |||
1229 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | 1231 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" |
1230 | # CONFIG_DEBUG_STACK_USAGE is not set | 1232 | # CONFIG_DEBUG_STACK_USAGE is not set |
1231 | # CONFIG_KGDB is not set | 1233 | # CONFIG_KGDB is not set |
1234 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1232 | # CONFIG_RUNTIME_DEBUG is not set | 1235 | # CONFIG_RUNTIME_DEBUG is not set |
1233 | # CONFIG_MIPS_UNCACHED is not set | 1236 | # CONFIG_MIPS_UNCACHED is not set |
1234 | 1237 | ||
diff --git a/arch/mips/configs/pnx8550-stb810_defconfig b/arch/mips/configs/pnx8550-stb810_defconfig index 5bd377bdbb2c..8caa2cd1aa7c 100644 --- a/arch/mips/configs/pnx8550-stb810_defconfig +++ b/arch/mips/configs/pnx8550-stb810_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:04 2007 | 4 | # Tue Feb 20 21:47:38 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -386,6 +386,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
386 | # | 386 | # |
387 | # Plug and Play support | 387 | # Plug and Play support |
388 | # | 388 | # |
389 | # CONFIG_PNPACPI is not set | ||
389 | 390 | ||
390 | # | 391 | # |
391 | # Block devices | 392 | # Block devices |
@@ -952,6 +953,7 @@ CONFIG_USB_MON=y | |||
952 | # CONFIG_USB_RIO500 is not set | 953 | # CONFIG_USB_RIO500 is not set |
953 | # CONFIG_USB_LEGOTOWER is not set | 954 | # CONFIG_USB_LEGOTOWER is not set |
954 | # CONFIG_USB_LCD is not set | 955 | # CONFIG_USB_LCD is not set |
956 | # CONFIG_USB_BERRY_CHARGE is not set | ||
955 | # CONFIG_USB_LED is not set | 957 | # CONFIG_USB_LED is not set |
956 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 958 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
957 | # CONFIG_USB_CYTHERM is not set | 959 | # CONFIG_USB_CYTHERM is not set |
@@ -1219,6 +1221,7 @@ CONFIG_CROSSCOMPILE=y | |||
1219 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | 1221 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" |
1220 | # CONFIG_DEBUG_STACK_USAGE is not set | 1222 | # CONFIG_DEBUG_STACK_USAGE is not set |
1221 | # CONFIG_KGDB is not set | 1223 | # CONFIG_KGDB is not set |
1224 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1222 | # CONFIG_RUNTIME_DEBUG is not set | 1225 | # CONFIG_RUNTIME_DEBUG is not set |
1223 | # CONFIG_MIPS_UNCACHED is not set | 1226 | # CONFIG_MIPS_UNCACHED is not set |
1224 | 1227 | ||
diff --git a/arch/mips/configs/pnx8550-v2pci_defconfig b/arch/mips/configs/pnx8550-v2pci_defconfig index cc694709ba65..43f1becec2a4 100644 --- a/arch/mips/configs/pnx8550-v2pci_defconfig +++ b/arch/mips/configs/pnx8550-v2pci_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:06 2007 | 4 | # Tue Feb 20 21:47:39 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -474,6 +474,7 @@ CONFIG_FW_LOADER=y | |||
474 | # | 474 | # |
475 | # Plug and Play support | 475 | # Plug and Play support |
476 | # | 476 | # |
477 | # CONFIG_PNPACPI is not set | ||
477 | 478 | ||
478 | # | 479 | # |
479 | # Block devices | 480 | # Block devices |
@@ -987,6 +988,7 @@ CONFIG_HWMON=y | |||
987 | # CONFIG_SENSORS_ADM1021 is not set | 988 | # CONFIG_SENSORS_ADM1021 is not set |
988 | # CONFIG_SENSORS_ADM1025 is not set | 989 | # CONFIG_SENSORS_ADM1025 is not set |
989 | # CONFIG_SENSORS_ADM1026 is not set | 990 | # CONFIG_SENSORS_ADM1026 is not set |
991 | # CONFIG_SENSORS_ADM1029 is not set | ||
990 | # CONFIG_SENSORS_ADM1031 is not set | 992 | # CONFIG_SENSORS_ADM1031 is not set |
991 | # CONFIG_SENSORS_ADM9240 is not set | 993 | # CONFIG_SENSORS_ADM9240 is not set |
992 | # CONFIG_SENSORS_ASB100 is not set | 994 | # CONFIG_SENSORS_ASB100 is not set |
@@ -1209,6 +1211,7 @@ CONFIG_USB_MON=y | |||
1209 | # CONFIG_USB_RIO500 is not set | 1211 | # CONFIG_USB_RIO500 is not set |
1210 | # CONFIG_USB_LEGOTOWER is not set | 1212 | # CONFIG_USB_LEGOTOWER is not set |
1211 | # CONFIG_USB_LCD is not set | 1213 | # CONFIG_USB_LCD is not set |
1214 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1212 | # CONFIG_USB_LED is not set | 1215 | # CONFIG_USB_LED is not set |
1213 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1216 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1214 | # CONFIG_USB_CYTHERM is not set | 1217 | # CONFIG_USB_CYTHERM is not set |
@@ -1466,6 +1469,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1466 | CONFIG_LOG_BUF_SHIFT=14 | 1469 | CONFIG_LOG_BUF_SHIFT=14 |
1467 | CONFIG_CROSSCOMPILE=y | 1470 | CONFIG_CROSSCOMPILE=y |
1468 | CONFIG_CMDLINE="" | 1471 | CONFIG_CMDLINE="" |
1472 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1469 | 1473 | ||
1470 | # | 1474 | # |
1471 | # Security options | 1475 | # Security options |
diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig index c18c5e71d8ac..f68396d19f9a 100644 --- a/arch/mips/configs/qemu_defconfig +++ b/arch/mips/configs/qemu_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:06 2007 | 4 | # Tue Feb 20 21:47:39 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -348,6 +348,7 @@ CONFIG_PROC_EVENTS=y | |||
348 | # Plug and Play support | 348 | # Plug and Play support |
349 | # | 349 | # |
350 | # CONFIG_PNP is not set | 350 | # CONFIG_PNP is not set |
351 | # CONFIG_PNPACPI is not set | ||
351 | 352 | ||
352 | # | 353 | # |
353 | # Block devices | 354 | # Block devices |
diff --git a/arch/mips/configs/rbhma4500_defconfig b/arch/mips/configs/rbhma4500_defconfig index 678f23217c9a..a6a824fcc874 100644 --- a/arch/mips/configs/rbhma4500_defconfig +++ b/arch/mips/configs/rbhma4500_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:07 2007 | 4 | # Tue Feb 20 21:47:39 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -560,7 +560,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
560 | # NAND Flash Device Drivers | 560 | # NAND Flash Device Drivers |
561 | # | 561 | # |
562 | # CONFIG_MTD_NAND is not set | 562 | # CONFIG_MTD_NAND is not set |
563 | # CONFIG_MTD_NAND_CAFE is not set | ||
564 | 563 | ||
565 | # | 564 | # |
566 | # OneNAND Flash Device Drivers | 565 | # OneNAND Flash Device Drivers |
@@ -576,6 +575,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
576 | # Plug and Play support | 575 | # Plug and Play support |
577 | # | 576 | # |
578 | # CONFIG_PNP is not set | 577 | # CONFIG_PNP is not set |
578 | # CONFIG_PNPACPI is not set | ||
579 | 579 | ||
580 | # | 580 | # |
581 | # Block devices | 581 | # Block devices |
@@ -1191,6 +1191,7 @@ CONFIG_USB_MON=y | |||
1191 | # CONFIG_USB_RIO500 is not set | 1191 | # CONFIG_USB_RIO500 is not set |
1192 | # CONFIG_USB_LEGOTOWER is not set | 1192 | # CONFIG_USB_LEGOTOWER is not set |
1193 | # CONFIG_USB_LCD is not set | 1193 | # CONFIG_USB_LCD is not set |
1194 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1194 | # CONFIG_USB_LED is not set | 1195 | # CONFIG_USB_LED is not set |
1195 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1196 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1196 | # CONFIG_USB_CYTHERM is not set | 1197 | # CONFIG_USB_CYTHERM is not set |
@@ -1462,6 +1463,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1462 | CONFIG_LOG_BUF_SHIFT=14 | 1463 | CONFIG_LOG_BUF_SHIFT=14 |
1463 | CONFIG_CROSSCOMPILE=y | 1464 | CONFIG_CROSSCOMPILE=y |
1464 | CONFIG_CMDLINE="" | 1465 | CONFIG_CMDLINE="" |
1466 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
1465 | 1467 | ||
1466 | # | 1468 | # |
1467 | # Security options | 1469 | # Security options |
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 0417e86ab627..bee3702d501d 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:09 2007 | 4 | # Tue Feb 20 21:47:40 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -661,6 +661,7 @@ CONFIG_PARPORT_NOT_PC=y | |||
661 | # Plug and Play support | 661 | # Plug and Play support |
662 | # | 662 | # |
663 | # CONFIG_PNP is not set | 663 | # CONFIG_PNP is not set |
664 | # CONFIG_PNPACPI is not set | ||
664 | 665 | ||
665 | # | 666 | # |
666 | # Block devices | 667 | # Block devices |
@@ -1397,6 +1398,7 @@ CONFIG_USB_AUERSWALD=m | |||
1397 | CONFIG_USB_RIO500=m | 1398 | CONFIG_USB_RIO500=m |
1398 | CONFIG_USB_LEGOTOWER=m | 1399 | CONFIG_USB_LEGOTOWER=m |
1399 | CONFIG_USB_LCD=m | 1400 | CONFIG_USB_LCD=m |
1401 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1400 | CONFIG_USB_LED=m | 1402 | CONFIG_USB_LED=m |
1401 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1403 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1402 | CONFIG_USB_CYTHERM=m | 1404 | CONFIG_USB_CYTHERM=m |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 533df6fd8b4d..3c891ed10141 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:09 2007 | 4 | # Tue Feb 20 21:47:40 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -424,6 +424,7 @@ CONFIG_CONNECTOR=m | |||
424 | # | 424 | # |
425 | # Plug and Play support | 425 | # Plug and Play support |
426 | # | 426 | # |
427 | # CONFIG_PNPACPI is not set | ||
427 | 428 | ||
428 | # | 429 | # |
429 | # Block devices | 430 | # Block devices |
@@ -581,6 +582,7 @@ CONFIG_NET_SB1250_MAC=y | |||
581 | # CONFIG_TIGON3 is not set | 582 | # CONFIG_TIGON3 is not set |
582 | # CONFIG_BNX2 is not set | 583 | # CONFIG_BNX2 is not set |
583 | CONFIG_QLA3XXX=m | 584 | CONFIG_QLA3XXX=m |
585 | # CONFIG_ATL1 is not set | ||
584 | 586 | ||
585 | # | 587 | # |
586 | # Ethernet (10000 Mbit) | 588 | # Ethernet (10000 Mbit) |
@@ -945,6 +947,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
945 | CONFIG_LOG_BUF_SHIFT=15 | 947 | CONFIG_LOG_BUF_SHIFT=15 |
946 | CONFIG_CROSSCOMPILE=y | 948 | CONFIG_CROSSCOMPILE=y |
947 | CONFIG_CMDLINE="" | 949 | CONFIG_CMDLINE="" |
950 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
948 | # CONFIG_SB1XXX_CORELIS is not set | 951 | # CONFIG_SB1XXX_CORELIS is not set |
949 | 952 | ||
950 | # | 953 | # |
diff --git a/arch/mips/configs/sead_defconfig b/arch/mips/configs/sead_defconfig index 38816fe264a9..e31d964a053b 100644 --- a/arch/mips/configs/sead_defconfig +++ b/arch/mips/configs/sead_defconfig | |||
@@ -129,10 +129,12 @@ CONFIG_MIPS_MT_DISABLED=y | |||
129 | # CONFIG_MIPS_VPE_LOADER is not set | 129 | # CONFIG_MIPS_VPE_LOADER is not set |
130 | # CONFIG_64BIT_PHYS_ADDR is not set | 130 | # CONFIG_64BIT_PHYS_ADDR is not set |
131 | CONFIG_CPU_HAS_LLSC=y | 131 | CONFIG_CPU_HAS_LLSC=y |
132 | # CONFIG_CPU_HAS_SMARTMIPS is not set | ||
132 | CONFIG_CPU_HAS_SYNC=y | 133 | CONFIG_CPU_HAS_SYNC=y |
133 | CONFIG_GENERIC_HARDIRQS=y | 134 | CONFIG_GENERIC_HARDIRQS=y |
134 | CONFIG_GENERIC_IRQ_PROBE=y | 135 | CONFIG_GENERIC_IRQ_PROBE=y |
135 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | 136 | CONFIG_CPU_SUPPORTS_HIGHMEM=y |
137 | CONFIG_SYS_SUPPORTS_SMARTMIPS=y | ||
136 | CONFIG_ARCH_FLATMEM_ENABLE=y | 138 | CONFIG_ARCH_FLATMEM_ENABLE=y |
137 | CONFIG_SELECT_MEMORY_MODEL=y | 139 | CONFIG_SELECT_MEMORY_MODEL=y |
138 | CONFIG_FLATMEM_MANUAL=y | 140 | CONFIG_FLATMEM_MANUAL=y |
diff --git a/arch/mips/configs/tb0226_defconfig b/arch/mips/configs/tb0226_defconfig index c2f7c8cea1e8..5771c1aee76a 100644 --- a/arch/mips/configs/tb0226_defconfig +++ b/arch/mips/configs/tb0226_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:11 2007 | 4 | # Tue Feb 20 21:47:41 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -396,6 +396,7 @@ CONFIG_CONNECTOR=m | |||
396 | # | 396 | # |
397 | # Plug and Play support | 397 | # Plug and Play support |
398 | # | 398 | # |
399 | # CONFIG_PNPACPI is not set | ||
399 | 400 | ||
400 | # | 401 | # |
401 | # Block devices | 402 | # Block devices |
@@ -920,6 +921,7 @@ CONFIG_USB_STORAGE=y | |||
920 | # CONFIG_USB_RIO500 is not set | 921 | # CONFIG_USB_RIO500 is not set |
921 | # CONFIG_USB_LEGOTOWER is not set | 922 | # CONFIG_USB_LEGOTOWER is not set |
922 | # CONFIG_USB_LCD is not set | 923 | # CONFIG_USB_LCD is not set |
924 | # CONFIG_USB_BERRY_CHARGE is not set | ||
923 | # CONFIG_USB_LED is not set | 925 | # CONFIG_USB_LED is not set |
924 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 926 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
925 | # CONFIG_USB_CYTHERM is not set | 927 | # CONFIG_USB_CYTHERM is not set |
diff --git a/arch/mips/configs/tb0229_defconfig b/arch/mips/configs/tb0229_defconfig index 33b788089ab5..a8eb4b182d34 100644 --- a/arch/mips/configs/tb0229_defconfig +++ b/arch/mips/configs/tb0229_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:12 2007 | 4 | # Tue Feb 20 21:47:41 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -397,6 +397,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
397 | # | 397 | # |
398 | # Plug and Play support | 398 | # Plug and Play support |
399 | # | 399 | # |
400 | # CONFIG_PNPACPI is not set | ||
400 | 401 | ||
401 | # | 402 | # |
402 | # Block devices | 403 | # Block devices |
@@ -530,6 +531,7 @@ CONFIG_R8169=y | |||
530 | # CONFIG_TIGON3 is not set | 531 | # CONFIG_TIGON3 is not set |
531 | # CONFIG_BNX2 is not set | 532 | # CONFIG_BNX2 is not set |
532 | CONFIG_QLA3XXX=m | 533 | CONFIG_QLA3XXX=m |
534 | # CONFIG_ATL1 is not set | ||
533 | 535 | ||
534 | # | 536 | # |
535 | # Ethernet (10000 Mbit) | 537 | # Ethernet (10000 Mbit) |
@@ -819,6 +821,7 @@ CONFIG_USB_MON=y | |||
819 | # CONFIG_USB_RIO500 is not set | 821 | # CONFIG_USB_RIO500 is not set |
820 | # CONFIG_USB_LEGOTOWER is not set | 822 | # CONFIG_USB_LEGOTOWER is not set |
821 | # CONFIG_USB_LCD is not set | 823 | # CONFIG_USB_LCD is not set |
824 | # CONFIG_USB_BERRY_CHARGE is not set | ||
822 | # CONFIG_USB_LED is not set | 825 | # CONFIG_USB_LED is not set |
823 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 826 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
824 | # CONFIG_USB_CYTHERM is not set | 827 | # CONFIG_USB_CYTHERM is not set |
diff --git a/arch/mips/configs/tb0287_defconfig b/arch/mips/configs/tb0287_defconfig index d180586d6385..69b87304fdbc 100644 --- a/arch/mips/configs/tb0287_defconfig +++ b/arch/mips/configs/tb0287_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:13 2007 | 4 | # Tue Feb 20 21:47:41 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -409,6 +409,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
409 | # | 409 | # |
410 | # Plug and Play support | 410 | # Plug and Play support |
411 | # | 411 | # |
412 | # CONFIG_PNPACPI is not set | ||
412 | 413 | ||
413 | # | 414 | # |
414 | # Block devices | 415 | # Block devices |
@@ -675,6 +676,7 @@ CONFIG_R8169=y | |||
675 | # CONFIG_TIGON3 is not set | 676 | # CONFIG_TIGON3 is not set |
676 | # CONFIG_BNX2 is not set | 677 | # CONFIG_BNX2 is not set |
677 | # CONFIG_QLA3XXX is not set | 678 | # CONFIG_QLA3XXX is not set |
679 | # CONFIG_ATL1 is not set | ||
678 | 680 | ||
679 | # | 681 | # |
680 | # Ethernet (10000 Mbit) | 682 | # Ethernet (10000 Mbit) |
@@ -1016,6 +1018,7 @@ CONFIG_USB_MON=y | |||
1016 | # CONFIG_USB_RIO500 is not set | 1018 | # CONFIG_USB_RIO500 is not set |
1017 | # CONFIG_USB_LEGOTOWER is not set | 1019 | # CONFIG_USB_LEGOTOWER is not set |
1018 | # CONFIG_USB_LCD is not set | 1020 | # CONFIG_USB_LCD is not set |
1021 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1019 | # CONFIG_USB_LED is not set | 1022 | # CONFIG_USB_LED is not set |
1020 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1023 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1021 | # CONFIG_USB_CYTHERM is not set | 1024 | # CONFIG_USB_CYTHERM is not set |
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index 570f0c1475b3..2abbd6827720 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:13 2007 | 4 | # Tue Feb 20 21:47:42 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -396,6 +396,7 @@ CONFIG_CONNECTOR=m | |||
396 | # Plug and Play support | 396 | # Plug and Play support |
397 | # | 397 | # |
398 | # CONFIG_PNP is not set | 398 | # CONFIG_PNP is not set |
399 | # CONFIG_PNPACPI is not set | ||
399 | 400 | ||
400 | # | 401 | # |
401 | # Block devices | 402 | # Block devices |
diff --git a/arch/mips/configs/wrppmc_defconfig b/arch/mips/configs/wrppmc_defconfig index 08f3190dda89..44b6b7c1fdb6 100644 --- a/arch/mips/configs/wrppmc_defconfig +++ b/arch/mips/configs/wrppmc_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:14 2007 | 4 | # Tue Feb 20 21:47:42 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -400,6 +400,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
400 | # | 400 | # |
401 | # Plug and Play support | 401 | # Plug and Play support |
402 | # | 402 | # |
403 | # CONFIG_PNPACPI is not set | ||
403 | 404 | ||
404 | # | 405 | # |
405 | # Block devices | 406 | # Block devices |
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index aa69fee321d2..f24e1c6fc484 100644 --- a/arch/mips/configs/yosemite_defconfig +++ b/arch/mips/configs/yosemite_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:28:15 2007 | 4 | # Tue Feb 20 21:47:42 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -381,6 +381,7 @@ CONFIG_CONNECTOR=m | |||
381 | # | 381 | # |
382 | # Plug and Play support | 382 | # Plug and Play support |
383 | # | 383 | # |
384 | # CONFIG_PNPACPI is not set | ||
384 | 385 | ||
385 | # | 386 | # |
386 | # Block devices | 387 | # Block devices |
@@ -841,6 +842,7 @@ CONFIG_CROSSCOMPILE=y | |||
841 | CONFIG_CMDLINE="" | 842 | CONFIG_CMDLINE="" |
842 | # CONFIG_DEBUG_STACK_USAGE is not set | 843 | # CONFIG_DEBUG_STACK_USAGE is not set |
843 | # CONFIG_KGDB is not set | 844 | # CONFIG_KGDB is not set |
845 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
844 | # CONFIG_RUNTIME_DEBUG is not set | 846 | # CONFIG_RUNTIME_DEBUG is not set |
845 | 847 | ||
846 | # | 848 | # |
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index 6c2a233e36cb..8cb8f5919194 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20 |
4 | # Sun Feb 18 21:27:34 2007 | 4 | # Tue Feb 20 21:47:14 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -620,6 +620,7 @@ CONFIG_CONNECTOR=m | |||
620 | # | 620 | # |
621 | # Plug and Play support | 621 | # Plug and Play support |
622 | # | 622 | # |
623 | # CONFIG_PNPACPI is not set | ||
623 | 624 | ||
624 | # | 625 | # |
625 | # Block devices | 626 | # Block devices |
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index c0b089d47181..222de465db73 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c | |||
@@ -64,6 +64,9 @@ void output_ptreg_defines(void) | |||
64 | offset("#define PT_R31 ", struct pt_regs, regs[31]); | 64 | offset("#define PT_R31 ", struct pt_regs, regs[31]); |
65 | offset("#define PT_LO ", struct pt_regs, lo); | 65 | offset("#define PT_LO ", struct pt_regs, lo); |
66 | offset("#define PT_HI ", struct pt_regs, hi); | 66 | offset("#define PT_HI ", struct pt_regs, hi); |
67 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
68 | offset("#define PT_ACX ", struct pt_regs, acx); | ||
69 | #endif | ||
67 | offset("#define PT_EPC ", struct pt_regs, cp0_epc); | 70 | offset("#define PT_EPC ", struct pt_regs, cp0_epc); |
68 | offset("#define PT_BVADDR ", struct pt_regs, cp0_badvaddr); | 71 | offset("#define PT_BVADDR ", struct pt_regs, cp0_badvaddr); |
69 | offset("#define PT_STATUS ", struct pt_regs, cp0_status); | 72 | offset("#define PT_STATUS ", struct pt_regs, cp0_status); |
@@ -246,6 +249,7 @@ void output_sc_defines(void) | |||
246 | text("/* Linux sigcontext offsets. */"); | 249 | text("/* Linux sigcontext offsets. */"); |
247 | offset("#define SC_REGS ", struct sigcontext, sc_regs); | 250 | offset("#define SC_REGS ", struct sigcontext, sc_regs); |
248 | offset("#define SC_FPREGS ", struct sigcontext, sc_fpregs); | 251 | offset("#define SC_FPREGS ", struct sigcontext, sc_fpregs); |
252 | offset("#define SC_ACX ", struct sigcontext, sc_acx); | ||
249 | offset("#define SC_MDHI ", struct sigcontext, sc_mdhi); | 253 | offset("#define SC_MDHI ", struct sigcontext, sc_mdhi); |
250 | offset("#define SC_MDLO ", struct sigcontext, sc_mdlo); | 254 | offset("#define SC_MDLO ", struct sigcontext, sc_mdlo); |
251 | offset("#define SC_PC ", struct sigcontext, sc_pc); | 255 | offset("#define SC_PC ", struct sigcontext, sc_pc); |
diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c index 258d74fd0b63..201ae194d1b8 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c | |||
@@ -236,6 +236,11 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
236 | case MMLO: | 236 | case MMLO: |
237 | tmp = regs->lo; | 237 | tmp = regs->lo; |
238 | break; | 238 | break; |
239 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
240 | case ACX: | ||
241 | tmp = regs->acx; | ||
242 | break; | ||
243 | #endif | ||
239 | case FPC_CSR: | 244 | case FPC_CSR: |
240 | tmp = child->thread.fpu.fcr31; | 245 | tmp = child->thread.fpu.fcr31; |
241 | break; | 246 | break; |
@@ -362,6 +367,11 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
362 | case MMLO: | 367 | case MMLO: |
363 | regs->lo = data; | 368 | regs->lo = data; |
364 | break; | 369 | break; |
370 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
371 | case ACX: | ||
372 | regs->acx = data; | ||
373 | break; | ||
374 | #endif | ||
365 | case FPC_CSR: | 375 | case FPC_CSR: |
366 | child->thread.fpu.fcr31 = data; | 376 | child->thread.fpu.fcr31 = data; |
367 | break; | 377 | break; |
diff --git a/arch/mips/kernel/signal.c b/arch/mips/kernel/signal.c index adbfb95e42d0..f091786187a6 100644 --- a/arch/mips/kernel/signal.c +++ b/arch/mips/kernel/signal.c | |||
@@ -89,6 +89,9 @@ int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) | |||
89 | for (i = 1; i < 32; i++) | 89 | for (i = 1; i < 32; i++) |
90 | err |= __put_user(regs->regs[i], &sc->sc_regs[i]); | 90 | err |= __put_user(regs->regs[i], &sc->sc_regs[i]); |
91 | 91 | ||
92 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
93 | err |= __put_user(regs->acx, &sc->sc_acx); | ||
94 | #endif | ||
92 | err |= __put_user(regs->hi, &sc->sc_mdhi); | 95 | err |= __put_user(regs->hi, &sc->sc_mdhi); |
93 | err |= __put_user(regs->lo, &sc->sc_mdlo); | 96 | err |= __put_user(regs->lo, &sc->sc_mdlo); |
94 | if (cpu_has_dsp) { | 97 | if (cpu_has_dsp) { |
@@ -132,6 +135,10 @@ int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) | |||
132 | current_thread_info()->restart_block.fn = do_no_restart_syscall; | 135 | current_thread_info()->restart_block.fn = do_no_restart_syscall; |
133 | 136 | ||
134 | err |= __get_user(regs->cp0_epc, &sc->sc_pc); | 137 | err |= __get_user(regs->cp0_epc, &sc->sc_pc); |
138 | |||
139 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
140 | err |= __get_user(regs->acx, &sc->sc_acx); | ||
141 | #endif | ||
135 | err |= __get_user(regs->hi, &sc->sc_mdhi); | 142 | err |= __get_user(regs->hi, &sc->sc_mdhi); |
136 | err |= __get_user(regs->lo, &sc->sc_mdlo); | 143 | err |= __get_user(regs->lo, &sc->sc_mdlo); |
137 | if (cpu_has_dsp) { | 144 | if (cpu_has_dsp) { |
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 2aa208b99da8..18f56a9dbcfa 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -229,6 +229,9 @@ void show_regs(struct pt_regs *regs) | |||
229 | printk("\n"); | 229 | printk("\n"); |
230 | } | 230 | } |
231 | 231 | ||
232 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
233 | printk("Acx : %0*lx\n", field, regs->acx); | ||
234 | #endif | ||
232 | printk("Hi : %0*lx\n", field, regs->hi); | 235 | printk("Hi : %0*lx\n", field, regs->hi); |
233 | printk("Lo : %0*lx\n", field, regs->lo); | 236 | printk("Lo : %0*lx\n", field, regs->lo); |
234 | 237 | ||
diff --git a/include/asm-mips/ptrace.h b/include/asm-mips/ptrace.h index 8a1f2b6f04ac..1906938285c0 100644 --- a/include/asm-mips/ptrace.h +++ b/include/asm-mips/ptrace.h | |||
@@ -21,6 +21,7 @@ | |||
21 | #define FPC_EIR 70 | 21 | #define FPC_EIR 70 |
22 | #define DSP_BASE 71 /* 3 more hi / lo register pairs */ | 22 | #define DSP_BASE 71 /* 3 more hi / lo register pairs */ |
23 | #define DSP_CONTROL 77 | 23 | #define DSP_CONTROL 77 |
24 | #define ACX 78 | ||
24 | 25 | ||
25 | /* | 26 | /* |
26 | * This struct defines the way the registers are stored on the stack during a | 27 | * This struct defines the way the registers are stored on the stack during a |
@@ -39,6 +40,9 @@ struct pt_regs { | |||
39 | unsigned long cp0_status; | 40 | unsigned long cp0_status; |
40 | unsigned long hi; | 41 | unsigned long hi; |
41 | unsigned long lo; | 42 | unsigned long lo; |
43 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
44 | unsigned long acx; | ||
45 | #endif | ||
42 | unsigned long cp0_badvaddr; | 46 | unsigned long cp0_badvaddr; |
43 | unsigned long cp0_cause; | 47 | unsigned long cp0_cause; |
44 | unsigned long cp0_epc; | 48 | unsigned long cp0_epc; |
diff --git a/include/asm-mips/sigcontext.h b/include/asm-mips/sigcontext.h index 972947474eb7..9ce0607d7a4e 100644 --- a/include/asm-mips/sigcontext.h +++ b/include/asm-mips/sigcontext.h | |||
@@ -23,7 +23,7 @@ struct sigcontext { | |||
23 | unsigned long long sc_pc; | 23 | unsigned long long sc_pc; |
24 | unsigned long long sc_regs[32]; | 24 | unsigned long long sc_regs[32]; |
25 | unsigned long long sc_fpregs[32]; | 25 | unsigned long long sc_fpregs[32]; |
26 | unsigned int sc_ownedfp; /* Unused */ | 26 | unsigned int sc_acx; /* Was sc_ownedfp */ |
27 | unsigned int sc_fpc_csr; | 27 | unsigned int sc_fpc_csr; |
28 | unsigned int sc_fpc_eir; /* Unused */ | 28 | unsigned int sc_fpc_eir; /* Unused */ |
29 | unsigned int sc_used_math; | 29 | unsigned int sc_used_math; |
@@ -79,7 +79,7 @@ struct sigcontext32 { | |||
79 | __u64 sc_pc; | 79 | __u64 sc_pc; |
80 | __u64 sc_regs[32]; | 80 | __u64 sc_regs[32]; |
81 | __u64 sc_fpregs[32]; | 81 | __u64 sc_fpregs[32]; |
82 | __u32 sc_ownedfp; /* Unused */ | 82 | __u32 sc_acx; /* Only MIPS32; was sc_ownedfp */ |
83 | __u32 sc_fpc_csr; | 83 | __u32 sc_fpc_csr; |
84 | __u32 sc_fpc_eir; /* Unused */ | 84 | __u32 sc_fpc_eir; /* Unused */ |
85 | __u32 sc_used_math; | 85 | __u32 sc_used_math; |
diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h index 1fae5dc58138..7afa1fdf70ca 100644 --- a/include/asm-mips/stackframe.h +++ b/include/asm-mips/stackframe.h | |||
@@ -29,16 +29,25 @@ | |||
29 | .endm | 29 | .endm |
30 | 30 | ||
31 | .macro SAVE_TEMP | 31 | .macro SAVE_TEMP |
32 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
33 | mflhxu v1 | ||
34 | LONG_S v1, PT_LO(sp) | ||
35 | mflhxu v1 | ||
36 | LONG_S v1, PT_HI(sp) | ||
37 | mflhxu v1 | ||
38 | LONG_S v1, PT_ACX(sp) | ||
39 | #else | ||
32 | mfhi v1 | 40 | mfhi v1 |
41 | LONG_S v1, PT_HI(sp) | ||
42 | mflo v1 | ||
43 | LONG_S v1, PT_LO(sp) | ||
44 | #endif | ||
33 | #ifdef CONFIG_32BIT | 45 | #ifdef CONFIG_32BIT |
34 | LONG_S $8, PT_R8(sp) | 46 | LONG_S $8, PT_R8(sp) |
35 | LONG_S $9, PT_R9(sp) | 47 | LONG_S $9, PT_R9(sp) |
36 | #endif | 48 | #endif |
37 | LONG_S v1, PT_HI(sp) | ||
38 | mflo v1 | ||
39 | LONG_S $10, PT_R10(sp) | 49 | LONG_S $10, PT_R10(sp) |
40 | LONG_S $11, PT_R11(sp) | 50 | LONG_S $11, PT_R11(sp) |
41 | LONG_S v1, PT_LO(sp) | ||
42 | LONG_S $12, PT_R12(sp) | 51 | LONG_S $12, PT_R12(sp) |
43 | LONG_S $13, PT_R13(sp) | 52 | LONG_S $13, PT_R13(sp) |
44 | LONG_S $14, PT_R14(sp) | 53 | LONG_S $14, PT_R14(sp) |
@@ -182,16 +191,25 @@ | |||
182 | .endm | 191 | .endm |
183 | 192 | ||
184 | .macro RESTORE_TEMP | 193 | .macro RESTORE_TEMP |
194 | #ifdef CONFIG_CPU_HAS_SMARTMIPS | ||
195 | LONG_L $24, PT_ACX(sp) | ||
196 | mtlhx $24 | ||
197 | LONG_L $24, PT_HI(sp) | ||
198 | mtlhx $24 | ||
185 | LONG_L $24, PT_LO(sp) | 199 | LONG_L $24, PT_LO(sp) |
200 | mtlhx $24 | ||
201 | #else | ||
202 | LONG_L $24, PT_LO(sp) | ||
203 | mtlo $24 | ||
204 | LONG_L $24, PT_HI(sp) | ||
205 | mthi $24 | ||
206 | #endif | ||
186 | #ifdef CONFIG_32BIT | 207 | #ifdef CONFIG_32BIT |
187 | LONG_L $8, PT_R8(sp) | 208 | LONG_L $8, PT_R8(sp) |
188 | LONG_L $9, PT_R9(sp) | 209 | LONG_L $9, PT_R9(sp) |
189 | #endif | 210 | #endif |
190 | mtlo $24 | ||
191 | LONG_L $24, PT_HI(sp) | ||
192 | LONG_L $10, PT_R10(sp) | 211 | LONG_L $10, PT_R10(sp) |
193 | LONG_L $11, PT_R11(sp) | 212 | LONG_L $11, PT_R11(sp) |
194 | mthi $24 | ||
195 | LONG_L $12, PT_R12(sp) | 213 | LONG_L $12, PT_R12(sp) |
196 | LONG_L $13, PT_R13(sp) | 214 | LONG_L $13, PT_R13(sp) |
197 | LONG_L $14, PT_R14(sp) | 215 | LONG_L $14, PT_R14(sp) |