Commit b5a67ae3 authored by Bahadir Balban's avatar Bahadir Balban Committed by Catalin Marinas

Compact flash simplified driver.

parent 27681608
......@@ -310,6 +310,13 @@ config BLK_DEV_UB
If unsure, say N.
config BLK_DEV_CF_REALVIEW
tristate "Realview PB11MPCore CompactFlash support"
depends on MACH_REALVIEW_PB11MP
help
If you would like to have compact flash interface support for
Realview PB11MPCore platform say Y.
config BLK_DEV_RAM
tristate "RAM disk support"
---help---
......
......@@ -30,5 +30,6 @@ obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
obj-$(CONFIG_VIODASD) += viodasd.o
obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
obj-$(CONFIG_BLK_DEV_UB) += ub.o
obj-$(CONFIG_BLK_DEV_CF_REALVIEW) += cf_realview.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment