ext: hal: altera: fix PIO build config option
Fix Kconfig option of PIO HAL to CONFIG_ALTERA_AVALON_PIO Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
This commit is contained in:
parent
9cde20aefa
commit
e1af972d73
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ if(CONFIG_ALTERA_AVALON_QSPI)
|
||||||
add_subdirectory(drivers/altera_epcq_controller/HAL/src)
|
add_subdirectory(drivers/altera_epcq_controller/HAL/src)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_ALTERA_AVALON_QSPI)
|
if(CONFIG_ALTERA_AVALON_PIO)
|
||||||
zephyr_include_directories(drivers/altera_avalon_pio/inc)
|
zephyr_include_directories(drivers/altera_avalon_pio/inc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue