Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68265
b: refs/heads/master
c: 17be2d2
h: refs/heads/master
i:
  68263: 4025206
v: v3
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Sep 21, 2007
1 parent 057f913 commit ccd4c21
Show file tree
Hide file tree
Showing 7 changed files with 869 additions and 3 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: e87ab0c43c30faa0f4b337bfa87bce7923e67485
refs/heads/master: 17be2d2b1c333e1e4c378369ba90ab2dd11c589a
11 changes: 11 additions & 0 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,17 @@ config SUPERHYWAY
tristate "SuperHyway Bus support"
depends on CPU_SUBTYPE_SH4_202

config MAPLE
bool "Maple Bus support"
depends on SH_DREAMCAST
help
The Maple Bus is SEGA's serial communication bus for peripherals
on the Dreamcast. Without this bus support you won't be able to
get your Dreamcast keyboard etc to work, so most users
probably want to say 'Y' here, unless you are only using the
Dreamcast with a serial line terminal or a remote network
connection.

config CF_ENABLER
bool "Compact Flash Enabler support"
depends on SOLUTION_ENGINE || SH_SH03
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Makefile for the SuperH specific drivers.
#

obj-$(CONFIG_SUPERHYWAY) += superhyway/

obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_MAPLE) += maple/
3 changes: 3 additions & 0 deletions trunk/drivers/sh/maple/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Makefile for Maple Bus

obj-$(CONFIG_MAPLE) := maple.o
Loading

0 comments on commit ccd4c21

Please sign in to comment.