]> www.infradead.org Git - users/hch/misc.git/commit
scsi: make ppa depend on !HIGHMEM
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Apr 2025 14:36:19 +0000 (09:36 -0500)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Apr 2025 14:57:57 +0000 (09:57 -0500)
commit79a835ec6d08ee05c97f9e58501ce4ce7a442e37
tree7aa5c99bc04ab9a9fa418f9a4edabd2ade0b26cf
parent46af6bb4d684288dddcd2f7496d4bb700e40df58
scsi: make ppa 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/ppa.c