diff options
| author | Tom Rini <[email protected]> | 2016-02-23 15:35:47 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-02-23 15:35:47 -0500 |
| commit | 52dd704bf8eda7ca039cdb398ec0b6895c3ef939 (patch) | |
| tree | 16218aaacdd67330bfc1a6863a9f9dbcf73170fe /configs | |
| parent | b625fab7069cab52fd8e0c3dbb25e0d04d020173 (diff) | |
| parent | dc44fd8ae4be0a88123a90ae2b3acdec45290ecf (diff) | |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/orangepi_pc_defconfig | 3 | ||||
| -rw-r--r-- | configs/orangepi_plus_defconfig | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig index ea9ed874e8f..aaf0f68c354 100644 --- a/configs/orangepi_pc_defconfig +++ b/configs/orangepi_pc_defconfig @@ -12,4 +12,5 @@ CONFIG_SPL=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y -CONFIG_R_I2C_ENABLE=y +CONFIG_SY8106A_POWER=y +CONFIG_USB_EHCI_HCD=y diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig index 003a9c6c03c..e52dcfc718d 100644 --- a/configs/orangepi_plus_defconfig +++ b/configs/orangepi_plus_defconfig @@ -12,3 +12,5 @@ CONFIG_SPL=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_SY8106A_POWER=y +CONFIG_USB_EHCI_HCD=y |
