 435db7ebf5
			
		
	
	
		435db7ebf5
		
	
	
	
	
		
			
			Per the 'ARM MPS2 and MPS2+ FPGA Prototyping Boards Technical
Reference Manual' (100112_0200_07_en):
  2.1  Overview of the MPS2 and MPS2+ hardware
       The MPS2 and MPS2+ FPGA Prototyping Boards contain the
       following components and interfaces:
       * User switches and user LEDs:
         - Two green LEDs and two push buttons that connect to
           the FPGA.
         - Eight green LEDs and one 8-way dip switch that connect
           to the MCC.
Add the 8 LEDs connected to the MCC.
This replaces the 'mps2_scc_leds' trace events by the generic
'led_set_intensity' event.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-Id: <20200912134041.946260-7-f4bug@amsat.org>
		
	
			
		
			
				
	
	
		
			155 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			155 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config APPLESMC
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
| 
 | |
| config MAX111X
 | |
|     bool
 | |
| 
 | |
| config TMP105
 | |
|     bool
 | |
|     depends on I2C
 | |
| 
 | |
| config TMP421
 | |
|     bool
 | |
|     depends on I2C
 | |
| 
 | |
| config ISA_DEBUG
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
| 
 | |
| config SGA
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
| 
 | |
| config ISA_TESTDEV
 | |
|     bool
 | |
|     default y if TEST_DEVICES
 | |
|     depends on ISA_BUS
 | |
| 
 | |
| config PCI_TESTDEV
 | |
|     bool
 | |
|     default y if TEST_DEVICES
 | |
|     depends on PCI
 | |
| 
 | |
| config EDU
 | |
|     bool
 | |
|     default y if TEST_DEVICES
 | |
|     depends on PCI && MSI_NONBROKEN
 | |
| 
 | |
| config PCA9552
 | |
|     bool
 | |
|     depends on I2C
 | |
| 
 | |
| config PL310
 | |
|     bool
 | |
| 
 | |
| config INTEGRATOR_DEBUG
 | |
|     bool
 | |
| 
 | |
| config A9SCU
 | |
|     bool
 | |
| 
 | |
| config ARM11SCU
 | |
|     bool
 | |
| 
 | |
| config MOS6522
 | |
|     bool
 | |
| 
 | |
| config MACIO
 | |
|     bool
 | |
|     select CUDA
 | |
|     select ESCC
 | |
|     select IDE_MACIO
 | |
|     select MAC_DBDMA
 | |
|     select MAC_NVRAM
 | |
|     select MOS6522
 | |
| 
 | |
| config IVSHMEM_DEVICE
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
 | |
| 
 | |
| config ECCMEMCTL
 | |
|     bool
 | |
|     select ECC
 | |
| 
 | |
| config IMX
 | |
|     bool
 | |
|     select PTIMER
 | |
|     select SSI
 | |
|     select USB_EHCI_SYSBUS
 | |
| 
 | |
| config STM32F2XX_SYSCFG
 | |
|     bool
 | |
| 
 | |
| config STM32F4XX_SYSCFG
 | |
|     bool
 | |
| 
 | |
| config STM32F4XX_EXTI
 | |
|     bool
 | |
| 
 | |
| config MIPS_ITU
 | |
|     bool
 | |
| 
 | |
| config MPS2_FPGAIO
 | |
|     bool
 | |
|     select LED
 | |
| 
 | |
| config MPS2_SCC
 | |
|     bool
 | |
|     select LED
 | |
| 
 | |
| config TZ_MPC
 | |
|     bool
 | |
| 
 | |
| config TZ_MSC
 | |
|     bool
 | |
| 
 | |
| config TZ_PPC
 | |
|     bool
 | |
| 
 | |
| config IOTKIT_SECCTL
 | |
|     bool
 | |
| 
 | |
| config IOTKIT_SYSCTL
 | |
|     bool
 | |
| 
 | |
| config IOTKIT_SYSINFO
 | |
|     bool
 | |
| 
 | |
| config PVPANIC
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
| 
 | |
| config AUX
 | |
|     bool
 | |
|     select I2C
 | |
| 
 | |
| config UNIMP
 | |
|     bool
 | |
| 
 | |
| config LED
 | |
|     bool
 | |
| 
 | |
| config MAC_VIA
 | |
|     bool
 | |
|     select MOS6522
 | |
|     select ADB
 | |
| 
 | |
| config AVR_POWER
 | |
|     bool
 | |
| 
 | |
| config SIFIVE_TEST
 | |
|     bool
 | |
| 
 | |
| config SIFIVE_E_PRCI
 | |
|     bool
 | |
| 
 | |
| config SIFIVE_U_OTP
 | |
|     bool
 | |
| 
 | |
| config SIFIVE_U_PRCI
 | |
|     bool
 | |
| 
 | |
| source macio/Kconfig
 |