mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	cmd: osd: Depend on OSD
The OSD command calls functions from video_osd-uclass.o , which is built only when CONFIG_OSD is enabled. Add the missing dependency into Kconfig. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
		| @@ -1503,6 +1503,7 @@ config USE_ONENAND_BOARD_INIT | |||||||
|  |  | ||||||
| config CMD_OSD | config CMD_OSD | ||||||
| 	bool "osd" | 	bool "osd" | ||||||
|  | 	depends on OSD | ||||||
| 	help | 	help | ||||||
| 	  Enable the 'osd' command which allows to query information from and | 	  Enable the 'osd' command which allows to query information from and | ||||||
| 	  write text data to a on-screen display (OSD) device; a virtual device | 	  write text data to a on-screen display (OSD) device; a virtual device | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user