mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq5018: Kconfig: Add pci usb & i2c config
Change-Id: Ia3cc7d6c5e3bb21390b6d6e09ef6b4fb5370a99e Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
parent
fbdef33978
commit
854cc55efb
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue