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:
parent
be61a66e14
commit
27aced168d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue