summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-02 13:22:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-02 13:22:53 +0100
commit34592482701199604242848b80c39bd07b6c7716 (patch)
tree20005f94a48d069c3cfd115b1325cb44f92334fb /target/config/Config.in
parentdfadb4d959da4c63d0c634f0d50713f3fa679e50 (diff)
parentd9a3994a44d79ed167f41db09edd0dae41566b55 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 0cc86d250..32884f778 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -167,7 +167,7 @@ config ADK_TARGET_CFLAGS
config ADK_TARGET_CMDLINE
string
default "console=ttyS0,38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP
- default "console=ttyS0,115200 console=tty0 irqpoll geodewdt.nowayout=1" if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
+ default "console=ttyS0,115200 console=tty0 geodewdt.nowayout=1" if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
default "console=ttyS0,115200 console=tty0" if ADK_TARGET_SYSTEM_IBM_X40
default "console=ttyS0,115200"
@@ -329,6 +329,7 @@ config ADK_TARGET_ROOTFS_USB
select ADK_KERNEL_BLK_DEV_SD
select ADK_KERNEL_USB
select ADK_KERNEL_USB_EHCI_HCD
+ select ADK_KERNEL_USB_OHCI_HCD
select ADK_KERNEL_USB_UHCI_HCD
select ADK_KERNEL_USB_STORAGE
select ADK_KERNEL_EXT2_FS