-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 149459 b: refs/heads/master c: 5f5bac8 h: refs/heads/master i: 149457: b4e833b 149455: 3018938 v: v3
- Loading branch information
Michał Mirosław
authored and
Pierre Ossman
committed
Jun 13, 2009
1 parent
02d9490
commit 73ff898
Showing
15 changed files
with
1,824 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8385f9cb7f12ef6a5261fa76f1a1b612280c94f7 | ||
refs/heads/master: 5f5bac8272be791b67c7b7b411e7c8c5847e598a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
config CB710_CORE | ||
tristate "ENE CB710/720 Flash memory card reader support" | ||
depends on PCI | ||
help | ||
This option enables support for PCI ENE CB710/720 Flash memory card | ||
reader found in some laptops (ie. some versions of HP Compaq nx9500). | ||
|
||
You will also have to select some flash card format drivers (MMC/SD, | ||
MemoryStick). | ||
|
||
This driver can also be built as a module. If so, the module | ||
will be called cb710. | ||
|
||
config CB710_DEBUG | ||
bool "Enable driver debugging" | ||
depends on CB710_CORE != n | ||
default n | ||
help | ||
This is an option for use by developers; most people should | ||
say N here. This adds a lot of debugging output to dmesg. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
obj-$(CONFIG_CB710_CORE) += cb710.o | ||
|
||
cb710-y := core.o sgbuf2.o | ||
cb710-$(CONFIG_CB710_DEBUG) += debug.o |
Oops, something went wrong.