1# 2# NXP SoC support 3# 4 5# SoC support 6options SOC_NXP_LS 7 8# I2C 9device pca9547 # NPX I2C bus multiplexer 10device pcf8563 # NXP Real-time clock/calendar 11 12# Serial (COM) ports 13device uart_ns8250 # ns8250-type UART driver 14device uart_snps 15 16# USB support 17device dwc3 # Synopsys DWC controller 18 19# MMC/SD/SDIO Card slot support 20device sdhci 21 22# Ethernet NICs 23device enetc # QorIQ LS1028A NIC 24 25options FDT 26device acpi 27 28# DTBs 29makeoptions MODULES_EXTRA+="dtb/freescale" 30