Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

accel/rocket: Fix indentation of Kconfig entry

The general indentation for the Kconfig lines is one tab, so adapt the
lines accordingly.

The description is correctly indented (1 tab + 2 spaces) so doesn't need
changes.

Fixes: ed98261b4168 ("accel/rocket: Add a new driver for Rockchip's NPU")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Tomeu Vizoso <tomeu@tomeuvizoso.net>
Link: https://lore.kernel.org/r/20250814113519.1551855-2-heiko@sntech.de

authored by

Heiko Stuebner and committed by
Tomeu Vizoso
c4d24127 d83f1d19

+8 -8
+8 -8
drivers/accel/rocket/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 3 config DRM_ACCEL_ROCKET 4 - tristate "Rocket (support for Rockchip NPUs)" 5 - depends on DRM 6 - depends on (ARCH_ROCKCHIP && ARM64) || COMPILE_TEST 7 - depends on ROCKCHIP_IOMMU || COMPILE_TEST 8 - depends on MMU 9 - select DRM_SCHED 10 - select DRM_GEM_SHMEM_HELPER 11 - help 4 + tristate "Rocket (support for Rockchip NPUs)" 5 + depends on DRM 6 + depends on (ARCH_ROCKCHIP && ARM64) || COMPILE_TEST 7 + depends on ROCKCHIP_IOMMU || COMPILE_TEST 8 + depends on MMU 9 + select DRM_SCHED 10 + select DRM_GEM_SHMEM_HELPER 11 + help 12 12 Choose this option if you have a Rockchip SoC that contains a 13 13 compatible Neural Processing Unit (NPU), such as the RK3588. Called by 14 14 Rockchip either RKNN or RKNPU, it accelerates inference of neural