Skip to content

Commit bfeed3d

Browse files
committed
LiteX: LiteSATA block driver
Driver for the LiteX/LiteSATA block device. Signed-off-by: Gabriel Somlo <[email protected]>
1 parent a66112e commit bfeed3d

File tree

3 files changed

+402
-0
lines changed

3 files changed

+402
-0
lines changed

drivers/block/Kconfig

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ config N64CART
8888
help
8989
Support for the N64 cart.
9090

91+
config LITESATA
92+
tristate "LiteX LiteSATA block device support"
93+
depends on LITEX
94+
help
95+
Support for the LiteX LiteSATA block device.
96+
9197
config CDROM
9298
tristate
9399

drivers/block/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ obj-$(CONFIG_PS3_VRAM) += ps3vram.o
1818
obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
1919
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
2020
obj-$(CONFIG_N64CART) += n64cart.o
21+
obj-$(CONFIG_LITESATA) += litesata.o
2122
obj-$(CONFIG_BLK_DEV_RAM) += brd.o
2223
obj-$(CONFIG_BLK_DEV_LOOP) += loop.o
2324
obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o

0 commit comments

Comments
 (0)