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 <ramakrishna.pallala@intel.com>
This commit is contained in:
Ramakrishna Pallala 2017-12-12 20:08:33 -05:00 committed by Anas Nashif
commit 27aced168d

View file

@ -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