2017-04-19 05:08:56 +08:00
|
|
|
# Kconfig.defconfig.cc3220sf - TI SimpleLink CC3220SF SoC
|
|
|
|
#
|
|
|
|
|
|
|
|
if SOC_CC3220SF
|
|
|
|
|
|
|
|
config SOC
|
|
|
|
string
|
2018-05-26 03:19:21 +08:00
|
|
|
default "cc3220sf"
|
2017-04-19 05:08:56 +08:00
|
|
|
|
|
|
|
config NUM_IRQS
|
|
|
|
int
|
|
|
|
# must be >= the highest interrupt number used
|
|
|
|
# This includes the NWP interrupt
|
|
|
|
default 179
|
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
int
|
|
|
|
default 80000000
|
|
|
|
|
|
|
|
config TEXT_SECTION_OFFSET
|
|
|
|
default 0x800 if XIP
|
|
|
|
default 0x0 if !XIP
|
|
|
|
|
2018-05-11 06:22:32 +08:00
|
|
|
# Override the setting in misc/Kconfig to allow full use of SRAM:
|
|
|
|
config BOOTLOADER_SRAM_SIZE
|
|
|
|
default 0 if !XIP
|
|
|
|
|
2017-04-19 05:08:56 +08:00
|
|
|
if GPIO
|
|
|
|
|
|
|
|
config GPIO_CC32XX
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config GPIO_CC32XX_A0
|
|
|
|
default n
|
|
|
|
|
|
|
|
config GPIO_CC32XX_A1
|
|
|
|
default y
|
|
|
|
|
|
|
|
config GPIO_CC32XX_A2
|
|
|
|
default y
|
|
|
|
|
|
|
|
config GPIO_CC32XX_A3
|
|
|
|
default n
|
|
|
|
|
|
|
|
endif # GPIO
|
|
|
|
|
|
|
|
endif # SOC_CC3220SF
|