ipq5018: Kconfig: Add pci usb & i2c config

Change-Id: Ia3cc7d6c5e3bb21390b6d6e09ef6b4fb5370a99e
Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
Vandhiadevan Karunamoorthy 2020-03-20 15:27:24 +05:30
parent fbdef33978
commit 854cc55efb

View file

@ -12,5 +12,14 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "ipq5018"
config IPQ5018_I2C
bool "Enable i2c support for ipq5018"
config USB_XHCI_IPQ
bool "Enable usb support for ipq5018"
config PCI_IPQ
bool "Enable pci support for ipq5018"
endif