Skip to content

Commit

Permalink
Doc: 53c700: drop never defined (Kconfig) macros
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
pebolle authored and Jiri Kosina committed Nov 8, 2011
1 parent e7cbb5b commit 830d7f5
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions Documentation/scsi/53c700.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,13 @@ fill in to get the driver working.
Compile Time Flags
==================

The driver may be either io mapped or memory mapped. This is
selectable by configuration flags:

CONFIG_53C700_MEM_MAPPED

define if the driver is memory mapped.

CONFIG_53C700_IO_MAPPED

define if the driver is to be io mapped.

One or other of the above flags *must* be defined.

Other flags are:
A compile time flag is:

CONFIG_53C700_LE_ON_BE

define if the chipset must be supported in little endian mode on a big
endian architecture (used for the 700 on parisc).

CONFIG_53C700_USE_CONSISTENT

allocate consistent memory (should only be used if your architecture
has a mixture of consistent and inconsistent memory). Fully
consistent or fully inconsistent architectures should not define this.


Using the Chip Core Driver
==========================
Expand Down

0 comments on commit 830d7f5

Please sign in to comment.