diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 12:00:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 12:00:37 +0100 |
commit | 93766456424ace2eb274f78aee96e9f2b6079567 (patch) | |
tree | 547ee043fafa87e7e22d5fd52ed71394aa977857 /target | |
parent | f7b7b1adcd70951592804a13f4aa79bafb6b023e (diff) |
use ADK_HW for target hardware profile information
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 4 | ||||
-rw-r--r-- | target/Config.in.x86 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index bcc9b20ab..95b00474d 100644 --- a/target/Config.in +++ b/target/Config.in @@ -137,6 +137,10 @@ config ADK_x86_64 config ADK_x86 tristate +config ADK_HW + string + default "ibmx40" if ADK_ibmx40 + config ADK_TARGET string default "alix" if ADK_alix diff --git a/target/Config.in.x86 b/target/Config.in.x86 index 9774d4c28..4a65f3d67 100644 --- a/target/Config.in.x86 +++ b/target/Config.in.x86 @@ -10,6 +10,7 @@ config ADK_HARDWARE_GENERIC_X86 config ADK_HARDWARE_IBMX40 bool "IBM X40 laptop" + select ADK_ibmx40 select ADK_CPU_PENTIUM_M select ADK_TARGET_WITH_USB select ADK_TARGET_WITH_PCI |