summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.input
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-26 15:18:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-26 15:18:01 +0100
commitdbfdeaeb46453d300b975dcfb6790f3b16f9e6b5 (patch)
treefbba8492efcb3536c1606a659308e9f0ca75ea20 /target/linux/config/Config.in.input
parent4969392a108205efe43203a9df4a20c749554479 (diff)
implement the concept of target choice by embedded system or architecture
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
Diffstat (limited to 'target/linux/config/Config.in.input')
-rw-r--r--target/linux/config/Config.in.input16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input
index 0d4f7fcbc..292e46e0f 100644
--- a/target/linux/config/Config.in.input
+++ b/target/linux/config/Config.in.input
@@ -3,26 +3,26 @@ depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_INPUT
config ADK_KERNEL_INPUT
boolean
- default y if ADK_HARDWARE_IBMX40
- default y if ADK_HARDWARE_SHUTTLE
+ default y if ADK_HARDWARE_IBM_X40
+ default y if ADK_HARDWARE_SHUTTLE_SA76G2
default n
config ADK_KERNEL_INPUT_KEYBOARD
boolean
- default y if ADK_HARDWARE_IBMX40
- default y if ADK_HARDWARE_SHUTTLE
+ default y if ADK_HARDWARE_IBM_X40
+ default y if ADK_HARDWARE_SHUTTLE_SA76G2
default n
config ADK_KERNEL_KEYBOARD_ATKBD
boolean
- default y if ADK_HARDWARE_IBMX40
- default y if ADK_HARDWARE_SHUTTLE
+ default y if ADK_HARDWARE_IBM_X40
+ default y if ADK_HARDWARE_SHUTTLE_SA76G2
default n
config ADK_KERNEL_INPUT_MOUSEDEV
boolean
- default y if ADK_HARDWARE_IBMX40
- default y if ADK_HARDWARE_SHUTTLE
+ default y if ADK_HARDWARE_IBM_X40
+ default y if ADK_HARDWARE_SHUTTLE_SA76G2
default n
config ADK_KERNEL_HID_SUPPORT