diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 05:45:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 05:46:30 +0200 |
commit | 34a242b50254f3a4eb2ff8e793cd6f66d22bdff5 (patch) | |
tree | 01c66bc474cf16de0cc4a27bd701497b75ec86a6 /target/linux/config | |
parent | 0688215f83180fb4a8f1b1a4a192657436751afd (diff) |
clearfog: finetune sample
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.serial | 4 | ||||
-rw-r--r-- | target/linux/config/Config.in.usb | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial index 73ef68445..f13a3b772 100644 --- a/target/linux/config/Config.in.serial +++ b/target/linux/config/Config.in.serial @@ -4,6 +4,9 @@ menu "Serial devices support" depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX || ADK_TARGET_SIM || ADK_TARGET_GENERIC +config ADK_KERNEL_SERIAL_8250_DW + bool + config ADK_KERNEL_SERIAL_8250_CONSOLE bool @@ -88,6 +91,7 @@ config ADK_KERNEL_SERIAL_8250 || ADK_TARGET_SYSTEM_QEMU_OR1K \ || ADK_TARGET_SYSTEM_SIM_OR1K select ADK_KERNEL_SERIAL_8250_PNP if ADK_TARGET_SYSTEM_PCENGINES_APU + select ADK_KERNEL_SERIAL_8250_DW if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG select ADK_KERNEL_SERIAL_8250_CONSOLE select ADK_KERNEL_SERIAL_8250_INGENIC if ADK_TARGET_SYSTEM_IMGTEC_CI20 depends on ADK_TARGET_SYSTEM_XILINX_KINTEX7 \ diff --git a/target/linux/config/Config.in.usb b/target/linux/config/Config.in.usb index 648a03b9b..50a73b040 100644 --- a/target/linux/config/Config.in.usb +++ b/target/linux/config/Config.in.usb @@ -67,6 +67,7 @@ config ADK_KERNEL_USB default m if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20 default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default y if ADK_TARGET_SYSTEM_KINETIS_K70 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG default n help Universal Serial Bus (USB) is a specification for a serial bus @@ -114,6 +115,7 @@ config ADK_KERNEL_USB_EHCI_HCD default m if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default y if ADK_TARGET_SYSTEM_KINETIS_K70 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG default n help The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 |