scsi: make ppa depend on !HIGHMEM
authorChristoph Hellwig <hch@lst.de>
Mon, 5 May 2025 08:11:22 +0000 (10:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 May 2025 19:22:39 +0000 (13:22 -0600)
commit27a0918d4b701d4825e191448e44b9f14dc0a3b3
tree94327e6bcf137b23cb136c79d54d4a3b00a3f79b
parentbf69bd3fc26a107611e76b342027bb60b2411d4e
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>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20250505081138.3435992-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/Kconfig
drivers/scsi/ppa.c