Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONFIG_ACRN_HSM=y #1773

Draft
wants to merge 1 commit into
base: celadon/s/mr0/master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion celadon_ivi/AndroidBoard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ $(CHECK_CONFIG_LOG): $(KERNEL_DEFCONFIG) $(KERNEL_DEPS)
echo "Root cause is probably that a dependancy declared in Kconfig is not respected" ; \
echo "or config was added in Kconfig but value not explicitly added to defconfig." ; \
echo "Recommanded method to generate defconfig is menuconfig tool instead of manual edit." ; \
exit 1; fi;
exit 0; fi;

.PHONY: menuconfig xconfig gconfig

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5696,6 +5696,7 @@ CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_ACRN_HSM=y
# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_VIRTIO_INPUT is not set
# CONFIG_VIRTIO_MMIO is not set
Expand Down
Loading