forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/arm/mach-sa1100/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 if ARCH_SA1100
23
34 menu "SA11x0 Implementations"
....@@ -6,6 +7,7 @@
67 bool "Assabet"
78 select ARM_SA1110_CPUFREQ
89 select GPIO_REG
10
+ select LEDS_GPIO_REGISTER
911 select REGULATOR
1012 select REGULATOR_FIXED_VOLTAGE
1113 help
....@@ -24,6 +26,7 @@
2426 config SA1100_CERF
2527 bool "CerfBoard"
2628 select ARM_SA1110_CPUFREQ
29
+ select LEDS_GPIO_REGISTER
2730 help
2831 The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
2932 More information is available at:
....@@ -120,7 +123,7 @@
120123 config SA1100_NANOENGINE
121124 bool "nanoEngine"
122125 select ARM_SA1110_CPUFREQ
123
- select PCI
126
+ select FORCE_PCI
124127 select PCI_NANOENGINE
125128 help
126129 Say Y here if you are using the Bright Star Engineering nanoEngine.