Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60578
b: refs/heads/master
c: 7626e78
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Jun 28, 2007
1 parent 8edf568 commit f4f360f
Show file tree
Hide file tree
Showing 6 changed files with 521 additions and 405 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: a3323d1a52ec5b70821590e4beaaf13c466fd396
refs/heads/master: 7626e78d29651d3075e88f233c0632867ea6a35c
21 changes: 8 additions & 13 deletions trunk/arch/powerpc/platforms/ps3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,12 @@ config PS3_USE_LPAR_ADDR

config PS3_VUART
depends on PPC_PS3
bool "PS3 Virtual UART support" if PS3_ADVANCED
default y
help
Include support for the PS3 Virtual UART.

This support is required for several system services
including the System Manager and AV Settings. In
general, all users will say Y.
tristate

config PS3_PS3AV
depends on PPC_PS3
tristate "PS3 AV settings driver" if PS3_ADVANCED
depends on PS3_VUART
select PS3_VUART
default y
help
Include support for the PS3 AV Settings driver.
Expand All @@ -93,13 +87,14 @@ config PS3_PS3AV
general, all users will say Y or M.

config PS3_SYS_MANAGER
bool "PS3 System Manager driver" if PS3_ADVANCED
depends on PS3_VUART
default y
depends on PPC_PS3
tristate "PS3 System Manager driver" if PS3_ADVANCED
select PS3_VUART
default m
help
Include support for the PS3 System Manager.

This support is required for system control. In
general, all users will say Y.
general, all users will say Y or M.

endmenu
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ int ps3_vuart_irq_setup(enum ps3_cpu_binding cpu, void* virt_addr_bmp,

return result;
}
EXPORT_SYMBOL_GPL(ps3_vuart_irq_setup);

int ps3_vuart_irq_destroy(unsigned int virq)
{
Expand All @@ -583,6 +584,7 @@ int ps3_vuart_irq_destroy(unsigned int virq)

return result;
}
EXPORT_SYMBOL_GPL(ps3_vuart_irq_destroy);

/**
* ps3_spe_irq_setup - Setup an spe virq.
Expand Down
Loading

0 comments on commit f4f360f

Please sign in to comment.