summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-08-13 15:26:18 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-08-13 15:28:55 +0200
commit0554d962f8e788620948e460d479ddf3b370f9e6 (patch)
tree68d801556f681346e7f9278bd0ca53a486816c91 /target/x86
parente13711b8e839a9fb0c329aec15e89332841d8870 (diff)
kernel: make net and block support optional
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/systems/generic-pc4
-rw-r--r--target/x86/systems/ibm-x404
-rw-r--r--target/x86/systems/pcengines-alix4
-rw-r--r--target/x86/systems/qemu-x862
-rw-r--r--target/x86/systems/vbox-x862
5 files changed, 11 insertions, 5 deletions
diff --git a/target/x86/systems/generic-pc b/target/x86/systems/generic-pc
index 46790f49b..901c54597 100644
--- a/target/x86/systems/generic-pc
+++ b/target/x86/systems/generic-pc
@@ -6,7 +6,9 @@ config ADK_TARGET_SYSTEM_GENERIC_PC
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_BLOCK
select ADK_PACKAGE_GRUB
help
- Example config for generic i686 based PC.
+ Example config for generic i686 based PC.
diff --git a/target/x86/systems/ibm-x40 b/target/x86/systems/ibm-x40
index f610535ec..1cde36744 100644
--- a/target/x86/systems/ibm-x40
+++ b/target/x86/systems/ibm-x40
@@ -18,11 +18,13 @@ config ADK_TARGET_SYSTEM_IBM_X40
select ADK_TARGET_WITH_PCI
select ADK_TARGET_WITH_ACPI
select ADK_TARGET_WITH_WIFI
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_BLOCK
# with docking station
select ADK_TARGET_WITH_PP
select ADK_TARGET_WITH_ROOT_RW
select ADK_TARGET_KERNEL_BZIMAGE
select ADK_PACKAGE_GRUB
help
- System profile for IBM X40 laptop.
+ System profile for IBM X40 laptop.
diff --git a/target/x86/systems/pcengines-alix b/target/x86/systems/pcengines-alix
index bfc6150fb..0ae9a389a 100644
--- a/target/x86/systems/pcengines-alix
+++ b/target/x86/systems/pcengines-alix
@@ -7,8 +7,10 @@ config ADK_TARGET_SYSTEM_PCENGINES_ALIX
select ADK_TARGET_WITH_PATA
select ADK_TARGET_WITH_GEODE_CRYPTO
select ADK_TARGET_WITH_WATCHDOG
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_BLOCK
select ADK_TARGET_KERNEL_BZIMAGE
select ADK_PACKAGE_GRUB
help
- Support for PCengines ALIX Boards.
+ Support for PCengines ALIX Boards.
diff --git a/target/x86/systems/qemu-x86 b/target/x86/systems/qemu-x86
index ee282bdf7..fc0d3953c 100644
--- a/target/x86/systems/qemu-x86
+++ b/target/x86/systems/qemu-x86
@@ -4,5 +4,5 @@ config ADK_TARGET_SYSTEM_QEMU_X86
select ADK_TARGET_QEMU
select ADK_TARGET_KERNEL_BZIMAGE
help
- Support for Qemu Emulator X86 architecture.
+ Support for Qemu Emulator X86 architecture.
diff --git a/target/x86/systems/vbox-x86 b/target/x86/systems/vbox-x86
index 97049bbaa..6f7f38ad5 100644
--- a/target/x86/systems/vbox-x86
+++ b/target/x86/systems/vbox-x86
@@ -4,5 +4,5 @@ config ADK_TARGET_SYSTEM_VBOX_X86
select ADK_TARGET_KERNEL_BZIMAGE
select ADK_PACKAGE_GRUB
help
- Support for VirtualBox Emulator.
+ Support for VirtualBox Emulator.