1# SPDX-License-Identifier: GPL-2.0 2 3# Minimal System 4obj-y += clk/ 5obj-y += pinctrl/ 6obj-y += uart/ 7obj-y += timer/ 8 9# Basic System 10obj-y += dma/ 11obj-y += rtc/ 12# obj-y += bus/ 13obj-y += dumpreg/ 14obj-y += watchdog/ 15obj-y += i2c/ 16obj-y += spi/ 17obj-y += ledc/ 18obj-y += pwm/ 19# obj-y += ir-tx/ 20# obj-y += ir-rx/ 21obj-y += gpadc/ 22obj-y += lradc/ 23# obj-y += rtp/ 24obj-y += usb/ 25obj-y += iommu/ 26obj-y += emac/ 27obj-y += gmac/ 28 29# Power Management 30obj-y += irqchip/ 31obj-y += standby/ 32obj-y += thermal/ 33obj-y += nvmem/ 34# obj-y += pm_domain/ 35obj-y += power/ 36obj-y += cpufreq/ 37 38# Input 39obj-y += input/ 40 41# Storage 42obj-y += mmc/ 43 44# Graphics 45obj-y += video/ 46obj-y += g2d/ 47obj-y += vin/ 48 49# Multi-Media 50obj-y += ve/ 51 52# Sound 53# obj-y += sound/ 54 55# Security 56obj-y += smc/ 57obj-y += sid/ 58# obj-y += secure_storage/ 59 60# Net 61obj-y += net/ 62 63# Wireless 64obj-y += bluetooth/ 65 66# Misc 67obj-y += misc/ 68 69# Drm 70obj-y += drm/ 71 72# Open source GPU 73obj-y += gpu/panfrost/ 74 75