summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:02:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:02:57 +0100
commit69a374abb905573dc63f18a37dc7378ae5e9627c (patch)
tree1f1a7b4ec7c1bd42b04c9039179b434e1f1811fd /target
parenta2c0f0b4fb853a9cec69452a6f6324963492e863 (diff)
parent5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/Config.in2
-rw-r--r--target/linux/config/Config.in.input2
2 files changed, 3 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index 2f2c7727e..4808aa6c9 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -221,6 +221,7 @@ config ADK_LINUX_X86_ALIX2D
select BUSYBOX_HWCLOCK
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_MINIPCI
+ select ADK_TARGET_WITH_LEDS
help
Support for ALIX2D boards.
http://www.pcengines.ch/
@@ -241,6 +242,7 @@ config ADK_LINUX_X86_ALIX2D13
select BUSYBOX_HWCLOCK
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_MINIPCI
+ select ADK_TARGET_WITH_LEDS
help
Support for ALIX2D13 boards.
http://www.pcengines.ch/
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input
index 67198e9c2..e281290a2 100644
--- a/target/linux/config/Config.in.input
+++ b/target/linux/config/Config.in.input
@@ -24,7 +24,7 @@ config ADK_KPACKAGE_KMOD_USB_HID
select ADK_KERNEL_INPUT
select ADK_KERNEL_HID
select ADK_PACKAGE_KMOD_USB_CONTROLLER
- depends on ADK_TARGET_USB
+ depends on ADK_TARGET_WITH_USB
default n
config ADK_KPACKAGE_KMOD_KEYBOARD_ATKBD