Skip to content

Commit

Permalink
LiteX: LiteSATA block driver
Browse files Browse the repository at this point in the history
Driver for the LiteX/LiteSATA block device.

Signed-off-by: Gabriel Somlo <[email protected]>
  • Loading branch information
gsomlo committed Oct 14, 2023
1 parent a66112e commit bfeed3d
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ config N64CART
help
Support for the N64 cart.

config LITESATA
tristate "LiteX LiteSATA block device support"
depends on LITEX
help
Support for the LiteX LiteSATA block device.

config CDROM
tristate

Expand Down
1 change: 1 addition & 0 deletions drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ obj-$(CONFIG_PS3_VRAM) += ps3vram.o
obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
obj-$(CONFIG_N64CART) += n64cart.o
obj-$(CONFIG_LITESATA) += litesata.o
obj-$(CONFIG_BLK_DEV_RAM) += brd.o
obj-$(CONFIG_BLK_DEV_LOOP) += loop.o
obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o
Expand Down
Loading

0 comments on commit bfeed3d

Please sign in to comment.