mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 16:31:25 +01:00 
			
		
		
		
	Add CONFIG_IMX9_LOW_DRIVE_MODE in imx9 clk, later we will add board support Signed-off-by: Peng Fan <peng.fan@nxp.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			631 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			631 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if ARCH_IMX9
 | |
| 
 | |
| config AHAB_BOOT
 | |
|     bool "Support i.MX9 AHAB features"
 | |
|     help
 | |
|     This option enables the support for AHAB secure boot.
 | |
| 
 | |
| config IMX9_LOW_DRIVE_MODE
 | |
|     bool "Configure to i.MX9 low drive mode"
 | |
|     help
 | |
|     This option enables the settings for iMX9 low drive mode.
 | |
| 
 | |
| config IMX9
 | |
| 	bool
 | |
| 	select HAS_CAAM
 | |
| 	select ROM_UNIFIED_SECTIONS
 | |
| 
 | |
| config IMX93
 | |
| 	bool
 | |
| 	select IMX9
 | |
| 	select ARMV8_SPL_EXCEPTION_VECTORS
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "imx9"
 | |
| 
 | |
| choice
 | |
| 	prompt  "NXP i.MX9 board select"
 | |
| 	optional
 | |
| 
 | |
| config TARGET_IMX93_11X11_EVK
 | |
| 	bool "imx93_11x11_evk"
 | |
| 	select IMX93
 | |
| 
 | |
| endchoice
 | |
| 
 | |
| source "board/freescale/imx93_evk/Kconfig"
 | |
| 
 | |
| endif
 | |
| 
 |