Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58881
b: refs/heads/master
c: de61b54
h: refs/heads/master
i:
  58879: c74f6af
v: v3
  • Loading branch information
Ralf Baechle committed Jul 12, 2007
1 parent dc2c2a1 commit 6c9080b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fdc1f93847ea618e51f001805e022794d8bffff3
refs/heads/master: de61b542b822746d1498718c40f5dd740da49629
8 changes: 4 additions & 4 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ config MACH_JAZZ
select ARC32
select ARCH_MAY_HAVE_PC_FDC
select GENERIC_ISA_DMA
select I8253
select I8259
select ISA
select PCSPEAKER
select SYS_HAS_CPU_R4X00
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Expand Down Expand Up @@ -347,9 +347,9 @@ config QEMU
select DMA_COHERENT
select GENERIC_ISA_DMA
select HAVE_STD_PC_SERIAL_PORT
select I8253
select I8259
select ISA
select PCSPEAKER
select SWAP_IO_SPACE
select SYS_HAS_CPU_MIPS32_R1
select SYS_SUPPORTS_32BIT_KERNEL
Expand Down Expand Up @@ -562,9 +562,9 @@ config SNI_RM
select HW_HAS_EISA
select HW_HAS_PCI
select IRQ_CPU
select I8253
select I8259
select ISA
select PCSPEAKER
select SWAP_IO_SPACE if CPU_BIG_ENDIAN
select SYS_HAS_CPU_R4X00
select SYS_HAS_CPU_R5000
Expand Down Expand Up @@ -1864,7 +1864,7 @@ config MMU
bool
default y

config I8253
config PCSPEAKER
bool

source "drivers/pcmcia/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/configs/jazz_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ CONFIG_DEFAULT_IOSCHED="anticipatory"
#
CONFIG_ISA=y
CONFIG_MMU=y
CONFIG_I8253=y
CONFIG_PCSPEAKER=y

#
# PCCARD (PCMCIA/CardBus) support
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/configs/qemu_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ CONFIG_DEFAULT_IOSCHED="noop"
#
CONFIG_ISA=y
CONFIG_MMU=y
CONFIG_I8253=y
CONFIG_PCSPEAKER=y

#
# PCCARD (PCMCIA/CardBus) support
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/configs/rm200_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ CONFIG_PCI=y
CONFIG_ISA=y
# CONFIG_EISA is not set
CONFIG_MMU=y
CONFIG_I8253=y
CONFIG_PCSPEAKER=y

#
# PCCARD (PCMCIA/CardBus) support
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ obj-$(CONFIG_PROC_FS) += proc.o

obj-$(CONFIG_64BIT) += cpu-bugs64.o

obj-$(CONFIG_I8253) += i8253.o
obj-$(CONFIG_PCSPEAKER) += pcspeaker.o

obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
Expand Down
File renamed without changes.

0 comments on commit 6c9080b

Please sign in to comment.