build: config: cleanup impossible dependency logic
some config `depends on` lines contained outdated kernel version checks that can no longer happen and had become non-operational; clean them up cosmetic change with no functional effect Signed-off-by: Tony Butler <spudz76@gmail.com>
This commit is contained in:
		 Tony Butler
					Tony Butler
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							d010e36a0d
						
					
				
				
					commit
					7e83cdf3f7
				
			| @@ -47,7 +47,6 @@ menu "Target Images" | |||||||
| 				bool "xz" | 				bool "xz" | ||||||
|  |  | ||||||
| 			config TARGET_INITRAMFS_COMPRESSION_ZSTD | 			config TARGET_INITRAMFS_COMPRESSION_ZSTD | ||||||
| 				depends on !LINUX_5_4 && !LINUX_4_19 |  | ||||||
| 				bool "zstd" | 				bool "zstd" | ||||||
| 		endchoice | 		endchoice | ||||||
|  |  | ||||||
|   | |||||||
| @@ -779,7 +779,7 @@ if KERNEL_CGROUPS | |||||||
| 		bool "Memory Resource Controller for Control Groups" | 		bool "Memory Resource Controller for Control Groups" | ||||||
| 		default y | 		default y | ||||||
| 		select KERNEL_FREEZER | 		select KERNEL_FREEZER | ||||||
| 		depends on KERNEL_RESOURCE_COUNTERS || !LINUX_3_18 | 		depends on KERNEL_RESOURCE_COUNTERS | ||||||
| 		help | 		help | ||||||
| 		  Provides a memory resource controller that manages both anonymous | 		  Provides a memory resource controller that manages both anonymous | ||||||
| 		  memory and page cache. (See Documentation/cgroups/memory.txt) | 		  memory and page cache. (See Documentation/cgroups/memory.txt) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user