mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-03 18:01:41 +01:00 
			
		
		
		
	Fix this typo in the Kconfig help. Suggested-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
		
			
				
	
	
		
			39 lines
		
	
	
		
			972 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			972 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Intel PINCTRL drivers
 | 
						|
#
 | 
						|
 | 
						|
if PINCTRL_INTEL
 | 
						|
 | 
						|
config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
 | 
						|
	bool
 | 
						|
	default y
 | 
						|
 | 
						|
config INTEL_PINCTRL_PADCFG_PADTOL
 | 
						|
	bool n
 | 
						|
 | 
						|
config INTEL_PINCTRL_IOSTANDBY
 | 
						|
	bool
 | 
						|
	default y
 | 
						|
 | 
						|
config INTEL_PINCTRL_MULTI_ACPI_DEVICES
 | 
						|
	bool
 | 
						|
	default y
 | 
						|
	help
 | 
						|
	  Enable this if the pinctrl devices are modelled as multiple,
 | 
						|
	  separate ACPI devices in the ACPI tables. If enabled, the ACPI
 | 
						|
	  devices match the U-Boot pinctrl devices and the pin 'offset' is
 | 
						|
	  relative to a particular pinctrl device. If disabled, there is a
 | 
						|
	  single ACPI pinctrl device which includes all U-Boot pinctrl devices
 | 
						|
	  and the pin 'offset' is in effect a global pin number.
 | 
						|
 | 
						|
 | 
						|
config PINCTRL_INTEL_APL
 | 
						|
	bool "Support Intel Apollo Lake (APL)"
 | 
						|
	help
 | 
						|
	  Add support for Intel Apollo Lake pin-control and pin-mux settings.
 | 
						|
	  These are mostly read from the device tree, with the early-pads
 | 
						|
	  property in the host bridge and the pads property in the fsp-s
 | 
						|
	  subnode of the host bridge.
 | 
						|
 | 
						|
endif
 |