Skip to content

Commit

Permalink
CONFIG_ACRN_HSM=y
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Sun <[email protected]>
  • Loading branch information
sunausti committed Oct 11, 2023
1 parent 8505794 commit d2cbdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit d2cbdf3

Please sign in to comment.