Tom Rini
cdcbd593ad
configs: Resync with savedefconfig
...
Resync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-10-15 09:42:22 -04:00
Tom Rini
a5752f8a25
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_I2C_SPEED
CONFIG_SYS_I2C_SLAVE
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-08-30 14:10:07 -04:00
Tom Rini
55dabcc8f2
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
...
First, we convert CONFIG_SYS_I2C_LEGACY to Kconfig. Next, as you cannot
have SYS_I2C_LEGACY and DM_I2C at the same time, introduce
CONFIG_SPL_SYS_I2C_LEGACY so that we can enable the legacy option only
in SPL. Finally, for some PowerPC cases we also need
CONFIG_TPL_SYS_I2C_LEGACY support. Convert all of the existing users to
one or more symbols.
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-08-30 14:10:07 -04:00
Tom Rini
2656145224
Convert CONFIG_SYS_I2C_MVTWSI to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_I2C_MVTWSI
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-08-30 14:10:06 -04:00
Simon Glass
975e7cf301
i2c: Rename SPL/TPL_I2C_SUPPORT to I2C
...
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org >
Reviewed-by: Heiko Schocher <hs@denx.de >
2021-07-28 14:29:37 -04:00
Tom Rini
2bba78076b
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-06-28 10:17:29 -04:00
Andre Przywara
36ff6f00fb
sunxi: OrangePi Zero 2: Enable Ethernet
...
With the fixes to the sun8i-emac driver, we can now enable Ethernet
support on the OrangePi Zero2.
Signed-off-by: Andre Przywara <andre.przywara@arm.com >
Tested-by: Jernej Skrabec <jernej.skrabec@siol.net >
Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net >
2021-01-31 23:55:56 +00:00
Jernej Skrabec
38be6b8387
sunxi: Add support for OrangePi Zero2
...
OrangePi Zero2 is SBC based on Allwinner H616 with 1 GiB of RAM, SD card
support, gigabit ethernet, micro HDMI, WIFI, Bluetooth and 1 USB 2.0
port. It also has two GPIO headers which allows further peripherals to
be used.
The devicetree file is taken from v3 of the OrangePi Zero2 Linux
submission [1], which it's not yet merged.
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2021-January/632084.html
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net >
Reviewed-by: Andre Przywara <andre.przywara@arm.com >
Signed-off-by: Andre Przywara <andre.przywara@arm.com >
2021-01-25 21:52:01 +00:00