kernel: fix kmod-input-touchscreen-ads7846 deps
On targets that don't have input support enabled in the kernel config,
building kmod-input-touchscreen-ads7846 fails due to a missing
dependency on kmod-input-core. Add the dependency to fix this.
Fixes: 77a54bbf13 ("kernel: add kmod-input-touchscreen-ads7846")
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
			
			
This commit is contained in:
		@@ -176,7 +176,7 @@ $(eval $(call KernelPackage,input-matrixkmap))
 | 
				
			|||||||
define KernelPackage/input-touchscreen-ads7846
 | 
					define KernelPackage/input-touchscreen-ads7846
 | 
				
			||||||
  SUBMENU:=$(INPUT_MODULES_MENU)
 | 
					  SUBMENU:=$(INPUT_MODULES_MENU)
 | 
				
			||||||
  TITLE:=ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens
 | 
					  TITLE:=ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens
 | 
				
			||||||
  DEPENDS:=+kmod-hwmon-core +kmod-spi-bitbang
 | 
					  DEPENDS:=+kmod-hwmon-core +kmod-input-core +kmod-spi-bitbang
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_INPUT_TOUCHSCREEN=y \
 | 
						CONFIG_INPUT_TOUCHSCREEN=y \
 | 
				
			||||||
	CONFIG_TOUCHSCREEN_PROPERTIES=y \
 | 
						CONFIG_TOUCHSCREEN_PROPERTIES=y \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user