diff options
author | Jiang Yongquan <woxwchc@foxmail.com> | 2021-01-11 23:09:23 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-27 23:14:30 +0100 |
commit | 799fca7602fffd17bedea972c3fa8f0e6141c265 (patch) | |
tree | 75ce7d112dd7fc4fbcd6fa93ce28c5ea3213dcf5 /target/linux/sunxi/config-5.4 | |
parent | 9c29165a4cc1ab4a341ec93c60239d01535305b3 (diff) | |
download | upstream-799fca7602fffd17bedea972c3fa8f0e6141c265.tar.gz upstream-799fca7602fffd17bedea972c3fa8f0e6141c265.tar.bz2 upstream-799fca7602fffd17bedea972c3fa8f0e6141c265.zip |
sunxi: add support for linksprite pcDuino3 nano board
Specifications:
- SoC: Allwinner A20 @ 1Ghz
- DRAM: 1GiB DDR3 @ 408MHz (K4B4G1646Q-HYK0)
- NAND: 4GB MLC NAND (H27UBG8T2BTR-BC)
- Ethernet: 10/100/1000Mbps Ethernet (Realtek RTL8211E)
Flash instructions:
dd if=openwrt-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img
of=/dev/sdX
Signed-off-by: Jiang Yongquan <woxwchc@foxmail.com>
[Remove CONFIG_REALTEK_PHY from sunxi/cortexa53 config]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/config-5.4')
-rw-r--r-- | target/linux/sunxi/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-5.4 b/target/linux/sunxi/config-5.4 index 7318d5a3e9..fba86b86ee 100644 --- a/target/linux/sunxi/config-5.4 +++ b/target/linux/sunxi/config-5.4 @@ -443,6 +443,7 @@ CONFIG_PWM_SYSFS=y CONFIG_RATIONAL=y CONFIG_RCU_NEED_SEGCBLIST=y CONFIG_RCU_STALL_COMMON=y +CONFIG_REALTEK_PHY=y CONFIG_REFCOUNT_FULL=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y |