summaryrefslogtreecommitdiff
path: root/target/collections/xbmcbox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-01 11:55:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-01 11:55:46 +0200
commit12bc0208adc0f4eed5c2d6231fb2761ef4642c52 (patch)
treeb74117fafe8fd3cc31c1c780bd96a6d1a7680675 /target/collections/xbmcbox
parent8514db40977b5c1119ec9f84a765470b0d50d09b (diff)
evdev and usb hid is required for keyboard and mouse
Diffstat (limited to 'target/collections/xbmcbox')
-rw-r--r--target/collections/xbmcbox3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/collections/xbmcbox b/target/collections/xbmcbox
index 0d89655b0..f8b17cedc 100644
--- a/target/collections/xbmcbox
+++ b/target/collections/xbmcbox
@@ -21,7 +21,8 @@ config ADK_PKG_XBMCBOX
select ADK_RUNTIME_START_BUSYBOX_NTPD
select ADK_RUNTIME_START_BUSYBOX_SYSLOGD
select ADK_RUNTIME_START_XBMC
- select ADK_KERNEL_INPUT_EVDEV
+ select ADK_KERNEL_USB_HID
+ select ADK_KERNEL_EVDEV
help
Create a small xbmc box.