diff options
author | Oliver Schib <lich000king@yahoo.de> | 2016-04-23 15:23:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-24 14:44:39 +0200 |
commit | 04d1740b3312b80cd9ad95f7907dde8f2c2c3f5f (patch) | |
tree | 2bb3eda5771b410d3d1e191087c06aee1ed06316 /target/x86_64/kernel/asus-p5bvm | |
parent | 0b16272cd70105e7f94b8fce517d2d2d3ab4b325 (diff) |
new x86_64-target asus-p5bvm
Add a new target asus-p5bvm to add support for the ASUS P5B-VM SE motherboard.
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
[minor cleanups from me]
Diffstat (limited to 'target/x86_64/kernel/asus-p5bvm')
-rw-r--r-- | target/x86_64/kernel/asus-p5bvm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/x86_64/kernel/asus-p5bvm b/target/x86_64/kernel/asus-p5bvm new file mode 100644 index 000000000..b17b6e256 --- /dev/null +++ b/target/x86_64/kernel/asus-p5bvm @@ -0,0 +1,7 @@ +CONFIG_X86=y +CONFIG_X86_64=y +CONFIG_X86_X32=y +CONFIG_GENERIC_CPU=y +CONFIG_PROCESSOR_SELECT=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_AMD=y |