Add atsha to MACHINE_FEATURES

atsha is the security chip used on NetModule HW
BugzID: 58663
This commit is contained in:
Alexandre Bard 2019-09-13 10:44:02 +02:00
parent 3dbf7afbd9
commit a440f9b0b4
4 changed files with 16 additions and 3 deletions

View File

@ -18,5 +18,6 @@ MACHINE_FEATURES += " \
toby-l2 \
bluetooth \
tibluetooth \
atsha \
"

View File

@ -17,4 +17,8 @@ KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2"
MACHINE_FEATURES += "bluetooth tibluetooth"
MACHINE_FEATURES += " \
bluetooth \
tibluetooth \
atsha \
"

View File

@ -13,4 +13,9 @@ KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
MACHINE_FEATURES += "toby-l2 bluetooth tibluetooth"
MACHINE_FEATURES += " \
toby-l2 \
bluetooth \
tibluetooth \
atsha \
"

View File

@ -17,4 +17,7 @@ module_conf_ath10k_pci = "options ath10k_pci irq_mode=1"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-armada-385-nrhw18-v2"
IMAGE_BOOT_FILES = "u-boot-armada-385-nrhw18-v2.kwb"
MACHINE_FEATURES += "fpga"
MACHINE_FEATURES += " \
fpga \
atsha \
"