Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer


if BOARD_QUARK_SE_DEVBOARD

config BOARD
        default "quark_se_devboard"

if NBLE

config GPIO
	def_bool y

config BLUETOOTH_NRF51_PM
	def_bool y

config NBLE_UART_ON_DEV_NAME
	default UART_QMSI_0_NAME

endif

if BLUETOOTH_H4

config GPIO
	def_bool y

config BLUETOOTH_NRF51_PM
	def_bool y

config BLUETOOTH_WAIT_NOP
	def_bool y

config BLUETOOTH_UART_ON_DEV_NAME
        default UART_QMSI_0_NAME

endif

if UART_PIPE

config UART_PIPE_ON_DEV_NAME
	default UART_QMSI_1_NAME

endif

config BLUETOOTH_MONITOR_ON_DEV_NAME
	default UART_QMSI_1_NAME if BLUETOOTH_DEBUG_MONITOR

if NETWORKING_WITH_15_4_TI_CC2520

config SPI
	def_bool y
config GPIO
	def_bool y

config TI_CC2520_SPI_DRV_NAME
	default SPI_DW_PORT_1_DRV_NAME
config TI_CC2520_SPI_FREQ
	default 4
config TI_CC2520_SPI_SLAVE
	default 1

if SPI_DW

config SPI_DW_CS_GPIO
	def_bool y

if SPI_DW_PORT_1 && SPI_DW_CS_GPIO

config SPI_DW_PORT_1_CS_GPIO_PORT
	default GPIO_DW_0_NAME
config SPI_DW_PORT_1_CS_GPIO_PIN
	default 11

endif # SPI_DW_PORT_1 && SPI_DW_CS_GPIO

if GPIO_DW

config TI_CC2520_GPIO_NAME
       default GPIO_DW_0_NAME
config TI_CC2520_GPIO_AON_NAME
       default GPIO_DW_1_NAME

endif # GPIO_DW

endif # SPI_DW

if SPI_QMSI
config SPI_QMSI_CS_GPIO
	def_bool y
config SPI_QMSI_PORT_1_CS_GPIO_PORT
	default GPIO_QMSI_0_NAME
config SPI_QMSI_PORT_1_CS_GPIO_PIN
	default 11
config TI_CC2520_GPIO_NAME
       string
       default GPIO_QMSI_0_NAME
config TI_CC2520_GPIO_AON_NAME
       string
       default GPIO_QMSI_AON_NAME
endif

endif # NETWORKING_WITH_15_4_TI_CC2520

endif # BOARD_QUARK_SE_DEVBOARD