aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/image
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2016-11-24 00:03:41 +0800
committerFelix Fietkau <nbd@nbd.name>2016-11-24 12:53:18 +0100
commit468735c3a2f75f4ae6592608c789d8753f418a84 (patch)
tree8a02a9f30467d2c6327da40a38e82c82516bcaf9 /target/linux/apm821xx/image
parentd206dfdf35a8ce51163579a5be01f17eb4ccb0c6 (diff)
downloadupstream-468735c3a2f75f4ae6592608c789d8753f418a84.tar.gz
upstream-468735c3a2f75f4ae6592608c789d8753f418a84.tar.bz2
upstream-468735c3a2f75f4ae6592608c789d8753f418a84.zip
target: sunxi: enable kvm support
Unlike x86, kvm for arm has to be built into the kernel. The kernel config was prepared with the following command make kernel_menuconfig CONFIG_TARGET=platform Then enable ARM_LPAE, VIRTUALIZATION, KVM in that order Other config changes are done by the build system. The following text tries to explain some of them, for archive purposes probably... - BUILD_BIN2C. It was dropped probably because the prompt is empty and no other config option selects it. bin2c is a host executable for converting binary content to a piece of c code for inclusion - CRYPTO_DEV_SUN4I_SS. It was dropped because the dependency CRYPTO_HW was not enabled. Setting that aside, packaging it as a loadbable module in lieu of other sunxi specific modules seems more appropriate - PGTABLE_LEVELS. It was changed from 2 to 3 because 3 is the default when ARM_LPAE is enabled - HAVE_KERNEL_GZIP, etc.. These are enabled in generic config - SCHED_INFO, ZLIB_INFLATE. These were dropped probably for the same reason as for BUILD_BIN2C Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/image')
0 files changed, 0 insertions, 0 deletions