Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
e42185bd
Commit
e42185bd
authored
Mar 19, 2008
by
Bahadir Balban
Committed by
Catalin Marinas
Mar 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compact flash simplified driver.
parent
c909a96a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
843 additions
and
0 deletions
+843
-0
drivers/block/Kconfig
drivers/block/Kconfig
+7
-0
drivers/block/Makefile
drivers/block/Makefile
+1
-0
drivers/block/cf_realview.c
drivers/block/cf_realview.c
+835
-0
No files found.
drivers/block/Kconfig
View file @
e42185bd
...
@@ -310,6 +310,13 @@ config BLK_DEV_UB
...
@@ -310,6 +310,13 @@ config BLK_DEV_UB
If unsure, say N.
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
config BLK_DEV_RAM
tristate "RAM disk support"
tristate "RAM disk support"
---help---
---help---
...
...
drivers/block/Makefile
View file @
e42185bd
...
@@ -30,5 +30,6 @@ obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
...
@@ -30,5 +30,6 @@ obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
obj-$(CONFIG_VIODASD)
+=
viodasd.o
obj-$(CONFIG_VIODASD)
+=
viodasd.o
obj-$(CONFIG_BLK_DEV_SX8)
+=
sx8.o
obj-$(CONFIG_BLK_DEV_SX8)
+=
sx8.o
obj-$(CONFIG_BLK_DEV_UB)
+=
ub.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
obj-$(CONFIG_XEN_BLKDEV_FRONTEND)
+=
xen-blkfront.o
drivers/block/cf_realview.c
0 → 100644
View file @
e42185bd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment