forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-u300/Kconfig
....@@ -29,17 +29,4 @@
2929 help
3030 Debug support for U300 in sysfs, procfs etc.
3131
32
-config MACH_U300_SPIDUMMY
33
- depends on ARCH_U300
34
- bool "SSP/SPI dummy chip"
35
- select SPI
36
- select SPI_MASTER
37
- select SPI_PL022
38
- help
39
- This creates a small kernel module that creates a dummy
40
- SPI device to be used for loopback tests. Regularly used
41
- to test reference designs. If you're not testing SPI,
42
- you don't need it. Selecting this will activate the
43
- SPI framework and ARM PL022 support.
44
-
4532 endif