diff options
author | Claudiu Beznea | 2020-10-01 13:27:25 +0300 |
---|---|---|
committer | Eugen Hristev | 2020-10-05 10:45:16 +0300 |
commit | 01c35f269f21398fa9d1db1b90b73f7e95a3bf22 (patch) | |
tree | 4d9cba0b8111afff0684b145d3cb0b23798bb21c /drivers/cpu/Makefile | |
parent | 96b9a5cdf8aa4c2dfbbbf496f20dc60cc78adf1a (diff) |
cpu: at91: add driver for CPU
Add basic CPU driver use to retrieve information about CPU itself.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'drivers/cpu/Makefile')
-rw-r--r-- | drivers/cpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile index 0b5dbc7c88e..c8532637ca7 100644 --- a/drivers/cpu/Makefile +++ b/drivers/cpu/Makefile @@ -8,6 +8,7 @@ obj-$(CONFIG_CPU) += cpu-uclass.o obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o obj-$(CONFIG_ARCH_IMX8) += imx8_cpu.o +obj-$(CONFIG_ARCH_AT91) += at91_cpu.o obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o obj-$(CONFIG_SANDBOX) += cpu_sandbox.o |