From 27aced168d422e3186031ea1951b2b35adf28803 Mon Sep 17 00:00:00 2001 From: Ramakrishna Pallala Date: Tue, 12 Dec 2017 20:08:33 -0500 Subject: [PATCH] arch: nios2: enable System ID soft IP driver The system ID core is a simple read-only device that provides Qsys systems with a unique identifer. Nios-II processor systems use the system ID core to verify that an executable program was compiled targeting the actual hardware image configured in the target FPGA. Signed-off-by: Ramakrishna Pallala --- arch/nios2/soc/nios2f-zephyr/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/nios2/soc/nios2f-zephyr/Kconfig.defconfig b/arch/nios2/soc/nios2f-zephyr/Kconfig.defconfig index 511d987dda7..89a8d9c35ab 100644 --- a/arch/nios2/soc/nios2f-zephyr/Kconfig.defconfig +++ b/arch/nios2/soc/nios2f-zephyr/Kconfig.defconfig @@ -8,6 +8,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC int default 50000000 +config ALTERA_AVALON_SYSID + def_bool y + if UART_NS16550 config UART_NS16550_PCI