]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpu: nova-core: select AUXILIARY_BUS instead of depending on it
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 15 May 2025 08:23:19 +0000 (17:23 +0900)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 15 May 2025 18:59:32 +0000 (20:59 +0200)
commita6fdda6dfeb0b900979b3aac3a661ecec9e67711
tree36dafdb61af7fea6c9c77c86853e383f5d4754f9
parent80a8bcc65290bc95c11accd875fb3dd19fc7287e
gpu: nova-core: select AUXILIARY_BUS instead of depending on it

CONFIG_AUXILIARY_BUS cannot be enabled explicitly, and unless we select
it we have no way to include it (and thus to enable NOVA_CORE) unless
another driver happens to do it for us.

Fixes: e041d81a0377 ("gpu: nova-core: register auxiliary device for nova-drm")
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://lore.kernel.org/r/20250515-aux_bus-v2-2-47c70f96ae9b@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/nova-core/Kconfig