forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/mach-orion5x/Kconfig
....@@ -1,11 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig ARCH_ORION5X
23 bool "Marvell Orion"
34 depends on MMU && ARCH_MULTI_V5
45 select CPU_FEROCEON
5
- select GENERIC_CLOCKEVENTS
66 select GPIOLIB
77 select MVEBU_MBUS
8
- select PCI
8
+ select FORCE_PCI
99 select PHYLIB if NETDEVICES
1010 select PLAT_ORION_LEGACY
1111 help
....@@ -17,7 +17,6 @@
1717
1818 config ARCH_ORION5X_DT
1919 bool "Marvell Orion5x Flattened Device Tree"
20
- select USE_OF
2120 select ORION_CLK
2221 select ORION_IRQCHIP
2322 select ORION_TIMER