Linux Audio
Check our new training course
Embedded Linux Audio
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
if BOARD_QUARK_SE_DEVBOARD config BOARD default "quark_se_devboard" 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_CS_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_CS_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