summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.hpjornada12
-rw-r--r--target/linux/config/Config.in.input6
-rw-r--r--target/linux/config/Config.in.virtio14
3 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.hpjornada b/target/linux/config/Config.in.hpjornada
new file mode 100644
index 000000000..fc46c316f
--- /dev/null
+++ b/target/linux/config/Config.in.hpjornada
@@ -0,0 +1,12 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+config ADK_LINUX_KERNEL_MEMORY_SIZE
+ hex
+ default "0x2000000"
+ depends on ADK_TARGET_MODEL_HP_JORNADA_690
+
+config ADK_LINUX_KERNEL_MEMORY_SIZE
+ hex
+ default "0x1000000"
+ depends on ADK_TARGET_MODEL_HP_JORNADA_680
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input
index 1342ccf8b..5d2b31804 100644
--- a/target/linux/config/Config.in.input
+++ b/target/linux/config/Config.in.input
@@ -112,6 +112,12 @@ config ADK_LINUX_KERNEL_USB_HID
help
You need this driver for USB keyboard and mouse support.
+config ADK_LINUX_KERNEL_USB_HIDDEV
+ bool "support for /dev/usb/hiddevX device"
+ help
+ Enable access to HID devices that aren't strictly user interface
+ devices, like monitor controls and Uninterruptible Power Supplies.
+
config ADK_TARGET_USB_KEYBOARD
bool "enable keyboard support"
depends on ADK_LINUX_KERNEL_USB_HID
diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio
index 053b2465c..65b6d31b8 100644
--- a/target/linux/config/Config.in.virtio
+++ b/target/linux/config/Config.in.virtio
@@ -4,6 +4,12 @@
menu "Virtio driver support"
depends on ADK_TARGET_WITH_VIRTIO || ADK_TARGET_QEMU
+config ADK_LINUX_KERNEL_DRM_FBDEV_EMULATION
+ bool
+
+config ADK_LINUX_KERNEL_DRM_VIRTIO_GPU_KMS
+ bool
+
config ADK_LINUX_KERNEL_VIRTIO_MENU
bool
@@ -70,4 +76,12 @@ config ADK_LINUX_KERNEL_VIRTIO_BLK
help
Enables support for Virtio Block driver.
+config ADK_LINUX_KERNEL_DRM_VIRTIO_GPU
+ tristate "Virtio GPU support"
+ select ADK_LINUX_KERNEL_DRM_VIRTIO_GPU_KMS
+ select ADK_LINUX_KERNEL_DRM_FBDEV_EMULATION
+ default n
+ help
+ Enables support for Virtio GPU driver.
+
endmenu