tkey: Provide a uclass for the Tillitis TKey
The TKey is a USB device which can run ephemeral firmware and perform cyrptographic operations. Add a uclass for the communication layer. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
obj-$(CONFIG_$(PHASE_)MISC) += misc-uclass.o
|
||||
obj-$(CONFIG_$(PHASE_)NVMEM) += nvmem.o
|
||||
obj-$(CONFIG_TKEY) += tkey-uclass.o
|
||||
|
||||
obj-$(CONFIG_$(PHASE_)CROS_EC) += cros_ec.o
|
||||
obj-$(CONFIG_$(PHASE_)CROS_EC_SANDBOX) += cros_ec_sandbox.o
|
||||
|
||||
Reference in New Issue
Block a user