blob: e5e3b23e717b8481ab4be8b05b6af03ac5b8e92c [file] [log] [blame]
# Kconfig - CC3200 SDK HAL configuration
config HAS_CC3200SDK
bool
menuconfig CC3200SDK
bool "TI CC3200 SDK support"
default n
depends on HAS_CC3200SDK
help
Set when CC3200SDK_BUILTIN or CC3200SDK_LIBRARY
if HAS_CC3200SDK
config CC3200SDK_BUILTIN
bool "Enable building the CC3200 SDK files stored in the Zephyr tree"
default n
select CC3200SDK
help
Link with local CC3200 SDK driverlib sources.
config CC3200SDK_ROM_DRIVERLIB
bool "Use the Peripheral Driver library functions in ROM"
default n
select CC3200SDK
help
Vector to CC3200 SDK driverlib APIs in ROM.
endif