mirror of https://github.com/hak5/openwrt-owl.git
parent
0db5f35846
commit
598ef2a2e0
|
@ -66,7 +66,6 @@ CONFIG_CRYPTO_SHA1=y
|
|||
CONFIG_CRYPTO_WORKQUEUE=y
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
CONFIG_DEBUG_USER=y
|
||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||
CONFIG_DNOTIFY=y
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
CONFIG_ELF_CORE=y
|
||||
|
@ -200,13 +199,12 @@ CONFIG_SPI_MASTER=y
|
|||
CONFIG_SPLIT_PTLOCK_CPUS=999999
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
|
||||
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
|
||||
# CONFIG_TOUCHSCREEN_BU21013 is not set
|
||||
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
||||
# CONFIG_TOUCHSCREEN_EGALAX is not set
|
||||
CONFIG_TOUCHSCREEN_EP93XX=y
|
||||
# CONFIG_TOUCHSCREEN_EP93XX is not set
|
||||
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
||||
# CONFIG_TOUCHSCREEN_MAX11801 is not set
|
||||
# CONFIG_TOUCHSCREEN_PIXCIR is not set
|
||||
|
|
|
@ -68,3 +68,18 @@ define KernelPackage/sound-soc-ep93xx-simone/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sound-soc-ep93xx-simone))
|
||||
|
||||
define KernelPackage/touchscreen-ep93xx
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=EP93xx input touchscreen support
|
||||
KCONFIG:=CONFIG_TOUCHSCREEN_EP93XX
|
||||
FILES:=$(LINUX_DIR)/drivers/input/touchscreen/ep93xx_ts.ko
|
||||
AUTOLOAD:=$(call AutoLoad,51,ep93xx_ts)
|
||||
endef
|
||||
|
||||
define KernelPackage/touchscreen-ep93xx/description
|
||||
EP93xx SoC input touchscreen support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,touchscreen-ep93xx))
|
||||
|
||||
|
|
Loading…
Reference in New Issue