Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133319
b: refs/heads/master
c: 47a7268
h: refs/heads/master
i:
  133317: a1c700c
  133315: 1553dc3
  133311: 128e0f6
v: v3
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Mar 10, 2009
1 parent 735ad36 commit 497e256
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 2 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: 71b973a42c5456824c8712e00659d9616d395919
refs/heads/master: 47a72688fae7298e1ad5fdc9bff7e04b6a549620
12 changes: 11 additions & 1 deletion trunk/drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -551,5 +551,15 @@ config MTD_PLATRAM

This selection automatically selects the map_ram driver.

endmenu
config MTD_VMU
tristate "Map driver for Dreamcast VMU"
depends on MAPLE
help
This driver enables access to the Dreamcast Visual Memory Unit (VMU).

Most Dreamcast users will want to say Y here.

To build this as a module select M here, the module will be called
vmu-flash.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/mtd/maps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o
obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o
obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o
obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o
obj-$(CONFIG_MTD_VMU) += vmu-flash.o
Loading

0 comments on commit 497e256

Please sign in to comment.