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

Configure Feed

Select the types of activity you want to include in your feed.

regulator: Let raspberrypi drivers depend on ARM

The Raspberry Pi drivers aren't useful on other architectures, so
only offer them on ARM and ARM64, except for build testing purposes.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: https://patch.msgid.link/20251027132219.2f3274f0@endymion
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jean Delvare and committed by
Mark Brown
01313661 d054cc3a

+2
+2
drivers/regulator/Kconfig
··· 1181 1181 1182 1182 config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY 1183 1183 tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator" 1184 + depends on ARM || ARM64 || COMPILE_TEST 1184 1185 depends on BACKLIGHT_CLASS_DEVICE 1185 1186 depends on I2C 1186 1187 depends on OF_GPIO ··· 1193 1192 1194 1193 config REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2 1195 1194 tristate "Raspberry Pi 7-inch touchscreen panel V2 regulator" 1195 + depends on ARM || ARM64 || COMPILE_TEST 1196 1196 depends on GPIOLIB 1197 1197 depends on I2C && OF 1198 1198 select GPIO_REGMAP