]> www.infradead.org Git - users/hch/misc.git/commit
scsi: make aha152x depend on !HIGHMEM
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Apr 2025 14:35:21 +0000 (09:35 -0500)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Apr 2025 14:56:40 +0000 (09:56 -0500)
commit4577daa901c821ccc50b8c59cb51d9824029b00b
tree6f9cff034dfc27b6a03122ae917176a878481ff2
parent53ec1abce79c986dc59e59d0c60d00088bcdf32a
scsi: make aha152x depend on !HIGHMEM

This is one of the last drivers depending on the block layer bounce
buffering code.  Restrict it to run on non-highmem configs so that the
bounce buffering code can be removed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/Kconfig
drivers/scsi/aha152x.c